HTTP_RAW_POST_DATA 数据找到了在这里面,怎么处理??

解决方案 »

  1.   

    http://www.teslacore.it/wiki/index.php?title=AMFEXT$r = amf_encode("hello world",AMF_AS_STRING_BUILDER);  // ask to return a SB
    echo("returned type: " . $r . "\n");
    echo("returned length: " . amf_sb_length($r) . "\n");
    $sb1 = amf_sb_new();
    amf_sb_append($sb1,"prefix");  
    amf_encode("hello world",0,"",$sb1);  // store the result into the provided SB
    echo("returned type: " . $sb1 . "\n");
    echo("returned length: " . amf_sb_length($sb1) . "\n");
      

  2.   

    我找到了合适的,
    http://www.amfphp.org/docs/authenticate.html_authenticate 这函数都没执行到啊
    我用最新版,下划线好像是本地的啊,我把basicAction里面的改了也不行
      

  3.   

    TMD,版本换成1.2的就行了,新版本的 authenticate  是怎么新的??官网TMD文档都没更新。
      

  4.   

    http://www.google.cn/codesearch?hl=zh-CN&q=+file:gateway.php+flashservices/gateway.php+show:je7FxDHAA8k:I22MKiyffrI:2SVH1TpKaRE&sa=N&cd=1&ct=rc&cs_p=http://www.herrodius.com/upload/FlashRemotingMMUGPresentation.zip&cs_f=MMUG/flashservices/gateway.php#first对amfphp不熟悉.不能帮你测试.只能找些相关代码了.
      

  5.   

    http://www2.flash8.net/teach/5911.htm找到一篇好文章.