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
You can use SabreAMF to encode/decode AMF data on PHP.