XML_Util::replaceEntities (Previous) (Next) XML_Util::splitQualifiedName

View this page in Last updated: Sun, 05 Oct 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

XML_Util::reverseEntities()

XML_Util::reverseEntities() -- XML エンティティを置換する

説明

これは、XML_Util::replaceEntities()() と逆の働きをする関数です。文字列内のすべての XML (あるいは HTML) エンティティを、対応する文字に置換します。これは、 XML パーサを使用せずに XML 文書を扱う際に便利です。

このメソッドは、XML_Util 1.0.0 で追加されました。

パラメータ

  • string $string - エンティティを削除する文字列。

返り値

string エンティティが削除された文字列を返します。

注意

この関数は、スタティックにコール されます。

XML_Util::replaceEntities (Previous) (Next) XML_Util::splitQualifiedName

Download Documentation Last updated: Sun, 05 Oct 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.