PHP Interface PHPHtmlParser\CurlInterface

Show file Open project: paquettg/php-html-parser

Public Methods

Method Description
get ( string $url ) : string This method should return the content of the url in a string

Method Details

get() public method

This method should return the content of the url in a string
public get ( string $url ) : string
$url string
return string