SproutCMS

This is the code documentation for the SproutCMS project

function imageSize()

Returns the size of an image, or false on failure.

Output format is the same as getimagesize, but will be at a minimum:
  [0] => width, [1] => height, [2] => type

Usage

void $FilesBackend->imageSize ( mixed $filename );

Arguments

  1. $filename

Return value

  • void