Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dfile.h44 PHPAPI int php_mkdir_ex(const char *dir, zend_long mode, int options);
H A Dfile.c1123 PHPAPI int php_mkdir_ex(const char *dir, zend_long mode, int options) in php_mkdir_ex() function
1140 return php_mkdir_ex(dir, mode, REPORT_ERRORS); in php_mkdir()

Completed in 19 milliseconds