Mar*_*iot 91
if(function_exists('my_function')){
// my_function is defined
}
Run Code Online (Sandbox Code Playgroud)
小智 16
http://php.net/manual/en/function.function-exists.php
<?php
if (!function_exists('myfunction')) {
function myfunction()
{
//write function statements
}
}
?>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
48255 次 |
| 最近记录: |