11 2017 档案

摘要:把该文件 http://pan.baidu.com/s/1dFnO6nZ 放入www目录,然后新建一个test.php文件,复制以下代码,可以进行测试 阅读全文
posted @ 2017-11-15 14:58 spectrelb 阅读(810) 评论(0) 推荐(0)
摘要:<?php function getMillisecond() { $time = explode ( " ", microtime ()); $time = $time[1] . ($time[0] * 1000); $time2 = explode( ".", $time ); $time = $time2[0]; return $time; } ... 阅读全文
posted @ 2017-11-14 17:03 spectrelb 阅读(481) 评论(0) 推荐(0)
摘要:getConstants(); return $constants; } } var_dump(Test::all()); //打印结果如下: //array (size=6) // 'A' => string '1' (length=1) // 'B' => string '2' (length=1) // 'C' => string '3' (length=1... 阅读全文
posted @ 2017-11-14 16:43 spectrelb 阅读(370) 评论(0) 推荐(0)
摘要:转载: https://www.cnblogs.com/onetwo/p/6059231.html 阅读全文
posted @ 2017-11-10 17:10 spectrelb 阅读(119) 评论(0) 推荐(0)
摘要:转载:http://www.cnblogs.com/tugenhua0707/p/4050072.html 阅读全文
posted @ 2017-11-10 17:09 spectrelb 阅读(108) 评论(0) 推荐(0)