摘要: 1 /** 2 * 其它版本 3 * 使用方法: 4 * $post_string = "app=request&version=beta"; 5 * request_by_other('http://facebook.cn/restServer.php',$post_string); 6 */ 7 function request_by_other($remote_server,$post_string){ 8 $context = array( 9 'http'=>array( 10 'method'=> 阅读全文
posted @ 2011-03-23 12:55 无天暗帝 阅读(387) 评论(0) 推荐(0)