PHP Class CityAds_Curl

显示文件 Open project: fubralimited/php-oara Class Usage Examples

Public Methods

Method Description
get ( string $url ) : mixed
getTimeOut ( )
getUserAgent ( )
login ( $timeout = 100 )
post ( string $url, array $data ) : mixed
put ( string $url, array $data ) : mixed
setTimeOut ( string $timeout )
setUserAgent ( string $userAgent )

Private Methods

Method Description
initCurl ( $url )
send ( $curl )

Method Details

get() public method

public get ( string $url ) : mixed
$url string
return mixed

getTimeOut() public method

public getTimeOut ( )

getUserAgent() public method

public getUserAgent ( )

login() public method

public login ( $timeout = 100 )

post() public method

public post ( string $url, array $data ) : mixed
$url string
$data array
return mixed

put() public method

public put ( string $url, array $data ) : mixed
$url string
$data array
return mixed

setTimeOut() public method

public setTimeOut ( string $timeout )
$timeout string

setUserAgent() public method

public setUserAgent ( string $userAgent )
$userAgent string