Home
last modified time | relevance | path

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

/PHP-8.3/main/
H A Dphp_streams.h377 PHPAPI int _php_stream_rmdir(const char *path, int options, php_stream_context *context);
378 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context)
/PHP-8.3/main/streams/
H A Dstreams.c2104 PHPAPI int _php_stream_rmdir(const char *path, int options, php_stream_context *context) function

Completed in 14 milliseconds