Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16406 программистов и 1697 роботов. Сейчас ищут 1486 программистов ...
PEAR_Common::mkDirHier
Вернуться к: PEAR_Common
PEAR_Common::mkDirHier
PEAR_Common::mkDirHier() – Create a directory and necessary parent directories
Synopsis
require_once 'common.php';
bool PEAR_Common::mkDirHier ( string $dir )
Wrapper to System::mkDir(), creates a directory as well as any necessary parent directories.
Parameter
- string $dir
-
directory name
Return value
bool - Returns TRUE on success, PEAR_Error on failure.
Throws
Error code | Error value | Meaning | Solution |
---|---|---|---|
" |
Note
This function can not be called statically.
Вернуться к: PEAR_Common