摘要: 这篇文章主要介绍了php发送post请求的三种方法,分别使用curl、file_get_content、fsocket来实现post提交数据,需要的朋友可以参考下 阅读全文
posted @ 2016-04-29 15:05 芯茹芷水 阅读(1161) 评论(0) 推荐(0)
摘要: <?phpob_clean();header('Content-type:image/png');//如果遇到问题需要找bug,把header放最后/*$str = "1\n2\n3\n";$im = imagecreate(100,120);$white = imagecolorallocate( 阅读全文
posted @ 2016-04-22 17:10 芯茹芷水 阅读(21102) 评论(0) 推荐(0)
摘要: <?phpheader ("Content-type: image/png");//$str = $_REQUEST['str'] ? $_REQUEST['str']:"暂\n无\n输\n入";$str = "1\n2\n3\n";$im = imagecreate(100,120);$white 阅读全文
posted @ 2016-04-21 15:35 芯茹芷水 阅读(712) 评论(0) 推荐(0)