Searched refs:_php_stream_rmdir (Results 1 – 2 of 2) sorted by relevance
373 PHPAPI int _php_stream_rmdir(const char *path, int options, php_stream_context *context);374 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context)
2104 PHPAPI int _php_stream_rmdir(const char *path, int options, php_stream_context *context) function
Completed in 15 milliseconds