• 技术文章 >后端开发 >php教程

    PHP5正式版出炉_PHP

    2016-06-01 12:41:03原创326
    Some of the key features of PHP 5 include:

    The Zend Engine II with a new object model and dozens of new features.
    XML support has been completely redone in PHP 5, all extensions are now focused around the excellent libxml2 library (http://www.xmlsoft.org/).
    A new SimpleXML extension for easily accessing and manipulating XML as PHP objects. It can also interface with the DOM extension and vice-versa.
    A brand new built-in SOAP extension for interoperability with Web Services.
    A new MySQL extension named MySQLi for developers using MySQL 4.1 and later. This new extension includes an object-oriented interface in addition to a traditional interface; as well as support for many of MySQL's new features, such as prepared statements.
    SQLite has been bundled with PHP. For more information on SQLite, please visit their website.
    Streams have been greatly improved, including the ability to access low-level socket operations on streams.
    And lots more...
    PHP5加入了最新的ZENDII引擎;

    对XML完美支持;

    支持SAOP协议;

    与MYSQL数据库服务器紧密结合,以对象方式支持MYSQL4.*的新特性

    将新型数据库SQLLite绑定到PHP

    流式控制加强

    抛弃PHP4中的不合理部分

    PHP5据说适用企业级开发,面向对象,类处理更加完善
    声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。
    专题推荐: 出炉 正式版 new extension as and w
    上一篇:如何在oracle中限制返回结果集的大小_PHP 下一篇:SQLiteinPHP_PHP
    PHP编程就业班

    相关文章推荐

    • 归纳整理39道PHP面试题(总结分享)• php模式设计之 注册树模式,php模式设计_PHP教程• PHP Reflection API详解_PHP教程• 数组函数总结,数组函数_PHP教程• php常见的页面跳转方法汇总_PHP教程

    全部评论我要评论

  • 取消发布评论发送
  • 1/1

    PHP中文网