PHP » GoLang |
login |
register |
about
|
mkdir(PHP 4, PHP 5, PHP 7) mkdir — Makes 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
|
more
Recently updated
more
Most requested
more
Last requests
|