上一页 1 ··· 11 12 13 14 15
摘要: ";//输出变量内容echo $$change_name."";//通过可变变量输出trans的值?> 阅读全文
posted @ 2015-07-08 12:16 我辈年轻 阅读(179) 评论(0) 推荐(0) 编辑
摘要: ";//局部变量的message每次被调用时都会初始化一下message使其为0,因此每次+1 的据俄国永远是1for($i=0;$i输出结果为1 2 3 4 5 6 7 8 9 101 1 1 1 1 1 1 1 1 1 阅读全文
posted @ 2015-07-08 12:11 我辈年轻 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 定义和用法error_reporting() 设置 PHP 的报错级别并返回当前级别。语法error_reporting(report_level)如果参数 level 未指定,当前报错级别将被返回。下面几项是 level 可能的值:值常量描述1E_ERRORFatal run-time error... 阅读全文
posted @ 2015-07-08 10:38 我辈年轻 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 在学习常量的时候,一直觉得奇怪 为啥常量的时候总是有个“.”在常量的后面,经过学习现在得知该点是相当于Java当中的“+”用于连接字符";echo Message."";define("COUNT","能看多次",true);echo COUNT."";echo Count."";$name = "... 阅读全文
posted @ 2015-07-08 10:24 我辈年轻 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 嘿嘿 阅读全文
posted @ 2015-05-25 17:03 我辈年轻 阅读(122) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15