previousXML_Unserializer::unserialize (Previous) (Next) XML_Unserializer::getRootNamenext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

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.

previousXML_Unserializer::unserialize (Previous) (Next) XML_Unserializer::getRootNamenext

Download Documentation Last updated: Sun, 21 Jun 2009
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.