示例#1
0
 /**
  * @return bool True, if the image object holds a valid GD image, false otherwise
  */
 function isValid()
 {
     return GDImage::isValidImageHandle($this->handle);
 }