PHP function stream_resolve_include_path()
Availability in versions: PHP 5.3.2
Resolve filename against the include path according to the same rules as fopen()/include().
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$filename |
string |
not |
Return values
string
|bool containing the resolved absolute filename, or FALSE on failure.