PHP 인터페이스 PHPHtmlParser\CurlInterface

파일 보기 프로젝트 열기: paquettg/php-html-parser

공개 메소드들

메소드 설명
get ( string $url ) : string This method should return the content of the url in a string

메소드 상세

get() 공개 메소드

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