downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

削除された拡張モジュール> <新しい関数
Last updated: Fri, 13 Nov 2009

view this page in

新しいメソッド

5.2.x で新しく追加されたメソッドは次のとおりです。

dom:

  • DOMDocument::registerNodeClass() - 基底ノード型を作成するために使用する拡張クラスを登録します。
  • DOMElement::setIDAttribute() - ID 型の属性を名前で宣言します。
  • DOMElement::setIDAttributeNode() - ID 型の属性をノードで宣言します。
  • DOMElement::setIDAttributeNS() - ID 型の属性をローカル名および名前空間 URI で宣言します。
  • DOMNode::C14N([bool exclusive [, bool with_comments [, array xpath [, array ns_prefixes]]]]) - ノードを文字列に正規化します。
  • DOMNode::C14NFile(string uri [, bool exclusive [, bool with_comments [, array xpath [, array ns_prefixes]]]]) - ノードをファイルに正規化します。
  • DOMNode::getNodePath() - ノードの xpath を取得します。

soap:

  • SoapServer::setObject(object obj) - SOAP リクエストを処理するオブジェクトを設定します。

spl:

Tidy

  • tidyNode tidyNode::getParent() - 現在のノードの親ノードを返します (PHP 5.2.2 で追加されました)。

XMLReader

  • boolean XMLReader::setSchema() - W3C XSD スキーマを使用して、処理するドキュメントを検証します。 最初の XMLReader::read() を行う前にのみ実行可能です。

zip:



add a note add a note User Contributed Notes
新しいメソッド
There are no user contributed notes for this page.

削除された拡張モジュール> <新しい関数
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites