对于一般情况,在php官方文档的讨论中已经解决了。我不再唠叨。 详情见:http://www.php.net/manual/en/function.opendir.php的Post from everything2 dot com 06-Dec-2008 11:54所发表的内容。 我这里想要补充的一点...
Tag Archives: php
php学习摘引01
Posted by YY船长 on 2010年09月21日
0 comments
在php的注释中,有一个?>结尾符的问题,就是单行注释的时候,遇到这个结尾符,php就跳出了,注释会被override掉 这里有个评论,讲了这个这样的代码写法: a trick I have used in all languages to t...