How to decode AS3 object encoded in AMF3 in PHP

后端 未结 3 945
[愿得一人]
[愿得一人] 2021-01-25 06:41

I am trying to decode an object sent through sockets from Flash in PHP. I tried using AMFPHP and ZEND_AMF but neither did worked.

Can someone point me to the way of deco

3条回答
  •  孤城傲影
    2021-01-25 07:04

    Please take a look at this - https://github.com/neoxic/php-amf3 - this is a very reliable PHP extension for encoding/decoding AMF3 streams.

提交回复
热议问题