# php curl **Repository Path**: dong_zhi_qiang/php-curl ## Basic Information - **Project Name**: php curl - **Description**: 一个便于php进行curl的类 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # php curl >### 调用方法 > 1. 引入 >`require_once 'curl.func.php';` > > 2.使用 > >`urlopen('http://www.baidu.com');` > > 3.post > >`$post = 'aa=ddd&ee=d'; ` > >`echo urlopen('http://www.baidu.com',array('post'=>$post)); ` --- >### 参数名 > > @param string $url > > @param array $config