update : 2015.11.03
php.shukuma.com검색:
|
stream_resolve_include_path(PHP 5 >= 5.3.2) stream_resolve_include_path — Resolve filename against the include path 설명
string stream_resolve_include_path
( string
$filename
)
Resolve 인수
반환값
Returns a string containing the resolved absolute filename, 실패 시 예제
Example #1 stream_resolve_include_path() example Basic usage example.
<?php 위 예제의 출력 예시: string(22) "/var/www/html/test.php" |