array(3) { [0]=> int(1) [1]=> int(2) [2]=> array(3) { [0]=> string(1) "a" [1]=> string(1) "b" [2]=> string(1) "c" }} Read More
posted @ 2010-04-27 15:05 liuwei0514 Views(107) Comments(0) Diggs(0)
When converting to boolean, the following values are considered FALSE: the boolean FALSE itself the integer 0 (zero) the float 0.0 (zero) the empty string, and the string "0" an arra... Read More
posted @ 2010-04-27 15:01 liuwei0514 Views(121) Comments(0) Diggs(0)
php 语法 php manual php 编辑器 zend studio 快捷键 zend studio 调试 php Read More
posted @ 2010-04-27 14:25 liuwei0514 Views(112) Comments(0) Diggs(0)
$action_name()); ?> Read More
posted @ 2010-04-27 13:40 liuwei0514 Views(130) Comments(0) Diggs(0)
define('IN_ECS', true);说明这个页面是Ecshop系统的一个页面,引用ECSHOP中的某些函数库lib/cls时候通常要用到if (!defined('IN_ECS')){die('Hacking attempt');}检查是否被来历不明的代码引用 Read More
posted @ 2010-04-27 10:34 liuwei0514 Views(207) Comments(0) Diggs(0)
posted @ 2010-04-27 08:54 liuwei0514 Views(112) Comments(0) Diggs(0)