XML_Unserializer::getUnserializedData

XML_Unserializer::getUnserializedData() – アンシリアライズした結果を取得する

Synopsis

require_once 'Unserializer.php';

string XML_Unserializer::getUnserializedData ( )

Description

このメソッドは、最後にアンシリアライズした結果を返します。 先に、 XML_Unserializer::unserialize() がコールされている必要があります。

Return value

mixed アンシリアライズした結果。 配列もしくはオブジェクトの場合もあります。

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.