Function __global->mkdir
Definitions
sources_custom/phpstub.php
- {{creates-file}}}}
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
-
Flags:
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$path | PATH | required parameter | N/A | N/A | The path to the directory to make |
$mode | integer | required parameter | N/A | N/A | The mode (e.g. 0777). |
$recursive | boolean | False | N/A | N/A | Whether to do recursively |
$context | ?resource | Null | N/A | N/A | A stream context to attach to (null: no special context) |
Return
- Success status
- Type: boolean
- Set: N/A
- Range: N/A