<?
//settype 함수가 정의되어 있는지 확인
$result= function_exists("settype");
echo $result;
?>
->정의되어 있다면 1출력
없으면 아무것도 출력안함
함수확인
2009. 1. 1. 14:58
<?
//settype 함수가 정의되어 있는지 확인
$result= function_exists("settype");
echo $result;
?>
->정의되어 있다면 1출력
없으면 아무것도 출력안함