XML_Unserializer::getRootName

XML_Unserializer::getRootName() – パースされた文章のルートタグの名前を取得する

Synopsis

require_once 'Unserializer.php';

string XML_Unserializer::getRootName ( )

Description

このメソッドは、ドキュメントがアンシリアライズされた後、 ルートタグの名前を返します。 これは、配列が返された場合に非常に便利です。 先に、 XML_Unserializer::unserialize() がコールされている必要があります。

Return value

string ルートタグの名前

Throws

throws 文章がパースされていない場合、 PEAR_Error オブジェクト

Note

This function can not be called statically.

アンシリアライズした結果を取得する (Previous) オプションをセットする (Next)
Last updated: Fri, 25 May 2012 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report or add a note.
View this page in:

User Notes:

There are no user contributed notes for this page.