标签:php curl发送delte

php curl发送delte,php Curl如何发起POST DELETE GET POST请求

关于POST,DELETE,GET,POST请求 get:是用来取得数据。其要传递过的信息是拼在url后面,因为其功能使然,有长度的限制 post:是用来上传数据。要上传的数据...