PHP 클래스 Faster_Image_B52f1a8_Faster_Image, amp-wp

Based on the PHP stream implementation by Tom Moor (http://tommoor.com) which was based on the original Ruby Implementation by Steven Sykes (https://github.com/sdsykes/fastimage) MIT Licensed
파일 보기 프로젝트 열기: Automattic/amp-wp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$timeout integer The default timeout

공개 메소드들

메소드 설명
__construct ( $user_agent )
batch ( array $urls ) : array Get the size of each of the urls in a list
setTimeout ( $seconds )

보호된 메소드들

메소드 설명
handle ( $url, &$result ) : resource Create the handle for the curl request

메소드 상세

__construct() 공개 메소드

public __construct ( $user_agent )

batch() 공개 메소드

Get the size of each of the urls in a list
public batch ( array $urls ) : array
$urls array
리턴 array

handle() 보호된 메소드

Create the handle for the curl request
protected handle ( $url, &$result ) : resource
$url
$result
리턴 resource

setTimeout() 공개 메소드

public setTimeout ( $seconds )
$seconds

프로퍼티 상세

$timeout 보호되어 있는 프로퍼티

The default timeout
protected int $timeout
리턴 integer