PHP 8.3.4 Released!

Gmagick::getversion

(PECL gmagick >= Unknown)

Gmagick::getversionReturns the GraphicsMagick API version

Description

public Gmagick::getversion(): array

Returns the GraphicsMagick API version as a string and as a number.

Parameters

This function has no parameters.

Return Values

Returns the GraphicsMagick API version as a string and as a number.

Errors/Exceptions

Throws an GmagickException on error.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top