PHP확장자 구하기 :
$fileInfo = pathinfo('/home/www/index.html');
$fileExt = $fileInfo['extension'];
echo "파일의 확장자는 ".$fileExt;
$fileExt = $fileInfo['extension'];
echo "파일의 확장자는 ".$fileExt;
'PHP' 카테고리의 다른 글
php 5.4 split to explode (0) | 2016.01.27 |
---|---|
PHP 5.3이상에서 변경되는 함수들 (0) | 2015.07.24 |
php, 아파치 에러로그 Use of undefined constant ~~~ (0) | 2015.04.29 |
php, 아파치 로그 [error] [client xxx.xxx.xxx.xxx] PHP Notice: Use of undefined index 에러가 쌓일 때 (0) | 2015.04.29 |
PHP : email주소 유효성 체크 (0) | 2015.04.18 |