Expert PHP 5 programming techniques, direct from PHP 5 co-creator and key developersDefinitive coverage of the PHP object model, design patterns, XML/SOAP integration, and moreSolid introduction and expert insights into performance tuning, PEAR, extensions, and database access
学习中,很实用。
还不错,比较全
很有用啊,而且很多知识都是现在用到的呢
PHP5也只有SuperGlobals,即:$_SERVER,$_REQUEST,$_COOKIE等,仍然不支持象C/C++中的全局变量的概念。在函数中若要访问函数外的变量,可用$GLOBALS数组进行访问。
有用啊,看了一部反内容了,谢谢。 然后有个问题可以问一下吗:PHP5支持全局变量吗?里面有一句话明确指出不可以的,但是PHP5好像有全局变量啊???