PHP Класс Go\Instrument\PathResolver

См. также: http://stackoverflow.com/questions/4049856/replace-phps-realpath/4050444
См. также: http://bugs.php.net/bug.php?id=52769
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
realpath ( string | array $somePath, boolean $shouldCheckExistence = false ) : array | boolean | string Custom replacement for realpath() and stream_resolve_include_path()

Описание методов

realpath() публичный статический Метод

Custom replacement for realpath() and stream_resolve_include_path()
public static realpath ( string | array $somePath, boolean $shouldCheckExistence = false ) : array | boolean | string
$somePath string | array Path without normalization or array of paths
$shouldCheckExistence boolean Flag for checking existence of resolved filename
Результат array | boolean | string