ImageService::Load  (since version 2.0)
Syntax
string Load (  string $imagePath  )
Parameters
imagePath
The image path an filename to load the image from.
Description
Loads an image from the given path of the filesystem.
Return
string Returns true on success, false on fail.
See also
Examples
<?php

  ImageService
::Load('path/to/images/directory/head.jpg');

?>

Last change 10/13/2009




Administration