PHP Класс Faker\Provider\Image

Наследование: extends Faker\Provider\Base
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$categories

Открытые методы

Метод Описание
image ( $dir = null, $width = 640, $height = 480, $category = null, $fullPath = true, $randomize = true, $word = null ) Download a remote random image to disk and return its location
imageUrl ( $width = 640, $height = 480, $category = null, $randomize = true, $word = null, $gray = false ) Generate the URL that will return a random image

Описание методов

image() публичный статический Метод

Requires curl, or allow_url_fopen to be on in php.ini.
public static image ( $dir = null, $width = 640, $height = 480, $category = null, $fullPath = true, $randomize = true, $word = null )

imageUrl() публичный статический Метод

Set randomize to false to remove the random GET parameter at the end of the url.
public static imageUrl ( $width = 640, $height = 480, $category = null, $randomize = true, $word = null, $gray = false )

Описание свойств

$categories защищенное статическое свойство

protected static $categories