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.
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.