Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A Dphp_streams.h354 PHPAPI int _php_stream_mkdir(const char *path, int mode, int options, php_stream_context *context);
355 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte…
/PHP-7.2/main/streams/
H A Dstreams.c1862 PHPAPI int _php_stream_mkdir(const char *path, int mode, int options, php_stream_context *context) function

Completed in 15 milliseconds