Home
last modified time | relevance | path

Searched refs:_php_stream_rmdir (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/main/
H A Dphp_streams.h368 PHPAPI int _php_stream_rmdir(const char *path, int options, php_stream_context *context);
369 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context)
/PHP-8.2/main/streams/
H A Dstreams.c2068 PHPAPI int _php_stream_rmdir(const char *path, int options, php_stream_context *context) function

Completed in 14 milliseconds