The filesystem functions allow you to access and manipulate the filesystem.
The filesystem functions are part of the PHP core. There is no installation needed to use these functions.
The behavior of the filesystem functions is affected by settings in php.ini.
Filesystem configuration options:
Allows fopen()-type functions to work with URLs (available since PHP 4.0.4)
When specifying a path on Unix platforms, the forward slash (/) is used as directory separator. However, on Windows platforms, both forward slash (/) and backslash (\) can be used.
PHP: indicates the earliest version of PHP that supports the function.
PHP: indicates the earliest version of PHP that supports the constant.
Your Query was successfully sent!