<?
//settype 함수가 정의되어 있는지 확인
$result= function_exists("settype");
echo $result;
?>


->정의되어 있다면 1출력
없으면 아무것도 출력안함

+ Recent posts