Function Resource_fs_base->resource_load
Definitions
sources/resource_fs_base_class.php
- Finds the properties for some resource. Wraps file_load/folder_load.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$resource_type | ID_TEXT | required parameter | N/A | N/A | Resource type |
$filename | SHORT_TEXT | required parameter | N/A | N/A | Filename |
$path | string | required parameter | N/A | N/A | The path (blank: root / not applicable) |
Return
- Details of the resource (false: error)
- Type: ~array
- Set: N/A
- Range: N/A