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

浙公网安备 33010602011771号