update : 2015.11.03
php.shukuma.com검색:
|
function_exists(PHP 4, PHP 5, PHP 7) function_exists — Return 설명
bool function_exists
( string
$function_name
)
Checks the list of defined functions, both built-in (internal) and
user-defined, for 인수
반환값
Returns
예제
Example #1 function_exists() example
<?php 주의
참고
|