|
mkdirMakes directory Description
bool mkdir
( string
$pathname
[, int $mode = 0777
[, bool $recursive = false
[, resource $context
]]] )Attempts to create the directory specified by pathname. Parameters
Return Values
Returns Examples
Example #1 mkdir example
<?php
Example #2 mkdir using the
<?php Errors/Exceptions
Emits an
Emits an Notes
See Also
|