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
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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