Home > Article > Backend Development > Exploring the new features of PHP6.0_PHP Tutorial
From PHP is a scripting language that has become popular around the world and is running on tens of thousands of websites, including Linuxeden. PHP 6.0 will be fully forward-compatible and add many exciting features. Features:
1.PHP6.0 has better Unicode support
2.NameSpace: namespace, which will better avoid variable name conflicts between functions and classes.
3. Exciting Web 2.0 features of PHP6.0
4.SOAP:
Simple Object Access Protocol (SOAP: Simple Object Access Protocol)SOAP Can be used in conjunction with many existing Internet protocols and formats, including Hypertext Transfer Protocol (HTTP), Simple Mail Transfer Protocol (SMTP), and Multipurpose Internet Mail Extensions (MIME). It also supports a wide range of applications from messaging systems to remote procedure calls (RPC).
5.XML:
Starting from PHP 5.1 version, XMLReader and XMLWriter have been included in the PHP core, which can make XML programming easier.
Of course, in addition to adding new features to PHP6.0, some features that will bring instability and security risks to the system will also be cancelled. The following is a list of canceled contents:
magic_quotes
register_globals
register_long_arrays
safe_mode
magic_quotes