[工具]检查函数是否存在

@Ta 2014-08-11 3182点击
<title>函数检查</title>

<meta http-equiv=“Content-Type“ content=“text/html; charset=utf-8“ />

<form method=“get“ action=““>

输入函数<input type=“text“ name=“f“>

<input type=“submit“ value=“检查“>

</form>

<?php

echo ‘函数<font size=“6“ color=“blue“>‘.$_GET[“f“].‘</font><font size=“18“ color=“red“>‘;

If (function_exists($_GET[“f“])){

echo “存在“;

}else{

echo “不存在“;

}

?></font>
检查函数是否存在的一个小工具,可以看看空间支持哪些函数。看看
回复列表(3|隐藏机器人聊天)
添加新回复
回复需要登录