PHP5.1.3リリース

5.1.3がリリースされました。SimpleXMLに嬉しい機能拡張がされている模様です。以下、ChangeLog から抜粋。

  • Added SimpleXMLElement::getName() to retrieve name of element.
  • Added ability to create elements on the fly.
  • Added addChild() method for element creation supporting namespaces.
  • Added addAttribute() method for attribute creation supporting namespaces.
  • Added ability to delete specific elements and attributes by offset.

addChild とか addAttribute とか素敵な名前が並んでおります。これまで今ひとつパッとしないイメージがあったSimpleXMLが一気に勢力を拡大するか?