Imagick::getCopyright

(PECL imagick 2, PECL imagick 3)

Imagick::getCopyrightReturns the ImageMagick API copyright as a string

Descrição

publicstaticImagick::getCopyright(): string

Returns the ImageMagick API copyright as a string.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns a string containing the copyright notice of Imagemagick and Magickwand C API.

To Top