闪电+AMFPHP是一种巨大的组合。 但在有些情况下,由于各种原因,与NetConnection的闪电是正确的工具。 Rob 曾担任过这一职务:。 http://www.roboncode.com/articles/144。
他还有一个很好的实例,说明如何利用Zentd_AMF,在网上提出AMF申请,而没有PPOST和AMF-request一揽子计划来说明NetConnection利用Zend_AMF所承担的职能。
// Include the Zend Loader
include_once Zend/Loader.php ;
// Tell the Zend Loader to autoload any classes we need
// from the Zend Framework AMF package
Zend_Loader::registerAutoload();
// Create a simple data structure
$data = array( message => Hello, world! );
// Create an instance of an AMF Output Stream
$out = new Zend_Amf_Parse_OutputStream();
// We will serialize our content into AMF3 for this example
// You could alternatively serialize it as AMF0 for legacy
// Flash applications.
$s = new Zend_Amf_Parse_Amf3_Serializer($out);
$s->writeObject($data);
// Return the content (we have found the newline is needed
// in order to process the data correctly on the client side)
echo "
" . $out->getStream();
我真的喜欢这种做法,很抱歉与农林渔业部复制。 你们为什么要问一下? 最新版本利用电灯(CPHP延伸)对数据进行分类和编码。 它比ZendAMF仍在使用的方法更加快。
当然,我已经与澳大利亚航天中心合作,努力建设必要的目标,使用航天员。 我甚至拿着有效的AMF阵列,但真实数据总是用一套方法加以总结,这种方法告诉接收人,这是对服务的答复。 方法电话。
因此,在美联苯胺中,没有网关和方法包裹,可以直接将闪 Objects进行序列化?
感谢。