streamWrapper::rmdir

streamWrapper::rmdir

(PHP 5, PHP 7)

streamWrapper::rmdirRemoves 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.