This site is mobile accessible. Press the "Tap Here" button to use a different font-size.


Smartphone icons created by Freepik - Flaticon

  • PHP Directory Functions

  • PHP Directory Introduction

    The directory functions allow you to retrieve information about directories and their contents.

    Installation

    The PHP directory functions are part of the PHP core. No installation is required to use these functions.

    PHP Directory Functions

    Function Description
    chdir() Changes the current directory
    chroot() Changes the root directory
    closedir() Closes a directory handle
    dir() Returns an instance of the Directory class
    getcwd() Returns the current working directory
    opendir() Opens a directory handle
    readdir() Returns an entry from a directory handle
    rewinddir() Resets a directory handle
    scandir() Returns an array of files and directories of a specified directory
    Navigate this PHP reference guide

    Eventually the navigation links, above, will be replaced by these << (previous) and >> (next) buttons below.



    Animated PHP icons used in the buttons provided by ICONS8.COM. Smartphone icons created by Freepik - Flaticon

    PHP Quiz