位置: 编程技术 - 正文
推荐整理分享PHP:constant()的用法_misc函数(php中construct),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:php中conn是什么意思,php中const和define,php constructor,php中const和define,php constant()函数作用,php中const和define,php constructor,php中construct,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4 >= 4.0.4, PHP 5)
constant — 返回一个常量的值
说明 mixed constant ( string $name )通过 name 返回常量的值。
当你不知道常量名,却需要获取常量的值时,constant() 就很有用了。也就是常量名储存在一个变量里,或者由函数返回常量名。
该函数也适用 class constants。
参数name
常量名。
返回值返回常量的值。如果常量未定义则返回 NULL。
错误/异常如果常量未定义,会产生一个 E_WARNING 级别的错误。
范例
Example #1 constant() 的例子
<?phpdefine("MAXSIZE",);echoMAXSIZE;echoconstant("MAXSIZE");//samethingasthepreviouslineinterfacebar{consttest='foobar!';}classfoo{consttest='foobar!';}$const='test';var_dump(constant('bar::'.$const));//string(7)"foobar!"var_dump(constant('foo::'.$const));//string(7)"foobar!"?> 参见define() - 定义一个常量 defined() - 检查某个名称的常量是否存在 Constants 这一节
PHP:connection_status()的用法_misc函数 connection_status(PHP4,PHP5)connection_status返回连接的状态位说明intconnection_status(void)获得当前连接的状态位。返回值获得当前连接的状态位,可以用于与CONNECTION_
PHP:connection_aborted()的用法_misc函数 connection_aborted(PHP4,PHP5)connection_aborted检查客户端是否已经断开说明intconnection_aborted(void)检查客户端是否已经断开。返回值如果客户端已经断开则返回1,
PHP:define()的用法_misc函数 define(PHP4,PHP5)define定义一个常量说明booldefine(string$name,mixed$value[,bool$case_insensitive=false])在运行时定义一个常量。参数name常量名。value常量的值;仅允许标
标签: php中construct
本文链接地址:https://www.jiuchutong.com/biancheng/284692.html 转载请保留说明!友情链接: 武汉网站建设