Exploring the new features of PHP6.0_PHP Tutorial

WBOY
Release: 2016-07-15 13:28:58
Original
1209 people have browsed it

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


www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/446412.htmlTechArticle PHP is a scripting language that has become popular around the world, running on tens of thousands of websites, including Linuxeden PHP 6.0 will be fully forward compatible and add many exciting features: 1.PHP6.0 is more...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!