readObject() protected method

readObject reads the name/value properties of the amf Packet and converts them into their equivilent php representation
protected readObject ( ) : Object
return Object The php object filled with the data
コード例 #1
0
 /**
  * read object
  * @return stdClass
  */
 public function readObject()
 {
     return parent::readObject();
 }