Function mkdir_recursive
Makes directory recursively, returns TRUE if exists or was created sucessfuly. Note: PHP5 includes a recursive parameter to mkdir, but it apparently does not does not traverse symlinks!
string |
$pathname |
The directory path to be created. |
|
$mode |
boolean
|
TRUE if exists or made or FALSE on failure. |