Abstract: Feeling PHP5
Warmly celebrate the official release of PHP5. Please come back to this, discuss the use of PHP5.
Author: q3boy (phpx.com)
PHP5 is finally officially released. . Let's talk about some feelings in the RC2 version for some time. Due to time limit. There is no trial all new features in the new version. Mainly o.mysqli. OO side add namespace. Abstract class. interface. Finally, the method of the public.private.protect is supported. Increase the destructor to achieve a bit of trouble. To achieve it through _call. However _Get, _SET method is very convenient to recommend everyone to write Class, each PHP file contains only one Class's code. And keep FileName and ClassName are the same. And put it under the same directory. This will be automatically included in the Class file when it is called the _autoload function when it is called. Safe, high-efficiency error handling, Try Catch Throw, which is very helpful to control the error process to be reminded that the variable in PHP5 is referenced by default. Another big change in MySQLi PHP5 is to joined mysqli. This is a new MySQL interface with MySQL4.1. I will not say much to the new feature of mysql4.1. Interested friends can take this address to see http://dev.mysql.com/doc/mysql/en/m...1_nutshell.htmlbtw mysql4.1 has entered Beta test. I believe there will be a Stable released soon. It can be used at the same time as a traditional function method and a newly added object. Because 俺 is the first to learn Java. Try the OO method or another major improvement in MySQLI in MySQLI is to join Prepared Statements while supporting Bound Parameters and Bound Results. It is necessary to use the database binding database to support the SQLite to reinforce the flow operation based on LIMXML2 rewritten XML extensions. SimpleXML extension SOAP extension. Talking about it here. It is a throwing jade. I hope that the villagers have also speaking, experience, experience, skills, and skills. Welcome to the post. Welcome to the bricks: Some PHP5 learning materials WIN installation details http://www.phpv.net/Article.php/256 translation of PHP5. http://www.phpe.net/articles/349.shtmlhtp://www.phpe.net/articles/350.shtml Beyond Translated PHP5 OO Tutorial http://www.phpe.net/articles/395. SHTML ..... http://www.phpe.net/Articles/409.SHTML for object-oriented PHP5 http://www.phpv.net/article.php/228http://www.phpv. Net / article.php / 229zend2 new features introduced http://www.zend.com/php5/Articles/e...hp5-changes.phpphp5 oo introduction http://www.zend.com/php5/articles /Engine2-php-oo.phpmysqli introduction http://www.zend.com/php5/articles/php5-mysqli.phpzend2 official document http://www.zend.com/Engine2/zeengine-2.0.pdfxml Document http://www.zend.com/php5/Articles/php5-XMLPHP.PHPSOAP extension Document http://www.zend.com/php5/Articles/php5-soap.php