Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A Dphp_streams.h365 PHPAPI int _php_stream_mkdir(const char *path, int mode, int options, php_stream_context *context);
366 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte…
/PHP-8.2/main/streams/
H A Dstreams.c2054 PHPAPI int _php_stream_mkdir(const char *path, int mode, int options, php_stream_context *context) function

Completed in 15 milliseconds