PHP funkce stream_resolve_include_path()
Dostupnost ve verzích: PHP 5.3.2
Resolve filename against the include path according to the same rules as fopen()/include().
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka |
|---|---|---|---|
$filename |
string |
není |
Návratové hodnoty
string
|bool containing the resolved absolute filename, or FALSE on failure.