readAmf3Data() public method

read the type byte, then call the corresponding amf3 data reading function
public readAmf3Data ( ) : mixed
return mixed
コード例 #1
0
 /**
  * read amf3 data
  * @return mixed
  */
 public function readAmf3Data()
 {
     return parent::readAmf3Data();
 }