
php
andycode
爱好交友。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
require和include区别测试 php
<br />require 'unittestPHP.php';<br /> //Warning: require(unittestPH.php) [function.require]: failed to open stream: No such file or directory in C:/wamp/www/webPHP/webManage/DDT/unittesthelp.php on line 2<br /> //Fatal error: require() [function.require原创 2011-04-12 19:13:00 · 542 阅读 · 0 评论 -
php basic.php
<br /><?php<br /><br /> /**<br /> * Gets the version of the current Zend engine<br /> * @link http://www.php.net/manual/en/function.zend-version.php<br /> * @return string the Zend Engine version number, as a string.<br /> */<br /> function zend_原创 2011-04-12 19:37:00 · 734 阅读 · 0 评论