deserialize()
deserialize(array $getData, array $postData, String $rawPostData) : mixed
deserialize the data.
Parameters
array | $getData | typically the $_GET array. |
array | $postData | typically the $_POST array. |
String | $rawPostData |
Returns
mixed —the deserialized data. For example an Amf packet.