PHP 클래스 Go\Instrument\PathResolver

또한 보기: http://stackoverflow.com/questions/4049856/replace-phps-realpath/4050444
또한 보기: http://bugs.php.net/bug.php?id=52769
파일 보기 프로젝트 열기: goaop/framework 1 사용 예제들

공개 메소드들

메소드 설명
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