Home
last modified time | relevance | path

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

/PHP-5.4/main/
H A Dphp_streams.h348 PHPAPI int _php_stream_rmdir(char *path, int options, php_stream_context *context TSRMLS_DC);
349 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context TSRMLS_CC)
/PHP-5.4/main/streams/
H A Dstreams.c1912 PHPAPI int _php_stream_rmdir(char *path, int options, php_stream_context *context TSRMLS_DC) function

Completed in 12 milliseconds