<?php
$img = new Imagick();
echo $img->getCopyright();
?>
Copyright (C) 1999-2008 ImageMagick Studio LLC
Imagick::getCopyright
(PECL imagick 2.0.0)
Imagick::getCopyright — Returns the ImageMagick API copyright as a string
Description
string Imagick::getCopyright
( void
)
Warning
This function is currently not documented; only its argument list is available.
Returns the ImageMagick API copyright as a string.
Return Values
Returns a string containing the copyright notice of Imagemagick and Magickwand C API.
Imagick::getCopyright
jimNOSPAMpub at gmail dot com
19-Feb-2008 07:11
19-Feb-2008 07:11
