update : 2015.11.03
php.shukuma.com검색:
|
pathinfo(PHP 4 >= 4.0.3, PHP 5, PHP 7) pathinfo — Returns information about a file path 설명
mixed pathinfo
( string
$path
[, int $options = PATHINFO_DIRNAME | PATHINFO_BASENAME | PATHINFO_EXTENSION | PATHINFO_FILENAME
] )
pathinfo() returns information about
인수
반환값
If the
If 변경점
예제
Example #1 pathinfo() Example
<?php 위 예제의 출력: /www/htdocs/inc lib.inc.php php lib.inc
Example #2 pathinfo() example showing difference between null and no extension
<?php 위 예제의 출력 예시: string(0) "" Notice: Undefined index: extension in test.php on line 6 NULL 주의
참고
|