- ⌂ ImageData
- Methods
- Static Methods
ImageData::get_version()
Get the underlying image library name and version. For example, "GD-1.0.0" or "ImageMagick 6.7.6-8 2012-05-02 Q16".
Prototype
mixed static get_version()
Return
Get the underlying image library name and version. For example, "GD-1.0.0" or "ImageMagick 6.7.6-8 2012-05-02 Q16".
Example
// display the underlying image library version
$version = \io_comand_image\models\ImageData::get_version();
echo($version);