Function __global->opendir
Definitions
sources_custom/phpstub.php
- Open a directory for analysis.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$path | PATH | required parameter | N/A | N/A | The path to the directory to open |
$context | ?resource | Null | N/A | N/A | A stream context to attach to (null: no special context) |
Return
- The directory handle (false: error)
- Type: ~resource
- Set: N/A
- Range: N/A