streamWrapper::rmdir
streamWrapper::rmdir
(PHP 5, PHP 7)
streamWrapper::rmdir — Removes a directory
Description
public bool streamWrapper::rmdir ( string $path , int $options )
This method is called in response to rmdir().
Note:
In order for the appropriate error message to be returned this method should not be defined if the wrapper does not support removing directories.