class FileFactory (View source)

Methods

create(string $name, int $kilobytes = 0)

Create a new fake file.

image(string $name, int $width = 10, int $height = 10)

Create a new fake image.

resource
generateImage(int $width, int $height)

Generate a dummy image of the given width and height.

Details

File create(string $name, int $kilobytes = 0)

Create a new fake file.

Parameters

string $name
int $kilobytes

Return Value

File

File image(string $name, int $width = 10, int $height = 10)

Create a new fake image.

Parameters

string $name
int $width
int $height

Return Value

File

protected resource generateImage(int $width, int $height)

Generate a dummy image of the given width and height.

Parameters

int $width
int $height

Return Value

resource