Link Search Menu Expand Document

Constructor: photoCachedSize_23

Back to constructors index

Description of an image and its content.

Attributes:

NameTypeRequiredDescription
typestringYesThumbnail type
locationFileLocationYes
wintYesImage width
hintYesImage height
bytesbytesYesBinary data, file content

Type: PhotoSize

Example:

$photoCachedSize_23 = ['_' => 'photoCachedSize', 'type' => 'string', 'location' => FileLocation, 'w' => int, 'h' => int, 'bytes' => 'bytes'];