Home
last modified time | relevance | path

Searched refs:_php_stream_rmdir (Results 1 – 2 of 2) sorted by last modified time

/PHP-5.5/main/streams/
H A Dstreams.c1907 PHPAPI int _php_stream_rmdir(char *path, int options, php_stream_context *context TSRMLS_DC) function
/PHP-5.5/main/
H A Dphp_streams.h344 PHPAPI int _php_stream_rmdir(char *path, int options, php_stream_context *context TSRMLS_DC);
345 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context TSRMLS_CC)

Completed in 13 milliseconds