PHP Class PHPHtmlParser\Curl

Inheritance: implements phphtmlparser\CurlInterface
Show file Open project: paquettg/php-html-parser Class Usage Examples

Public Methods

Method Description
get ( string $url ) : string A simple curl implementation to get the content of the url.

Method Details

get() public method

A simple curl implementation to get the content of the url.
public get ( string $url ) : string
$url string
return string