stream_resolve_include_path

Example

 string stream_resolve_include_path ( string $filename ) 

Description

Resolve filename against the include path according to the same rules as fopen()/include().

Return Values

Returns a string containing the resolved absolute filename, or FALSE on failure.