downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Imagick::getFilename> <Imagick::getCompressionQuality
Last updated: Fri, 20 Nov 2009

view this page in

Imagick::getCopyright

(PECL imagick 2.0.0)

Imagick::getCopyrightReturns 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.



add a note add a note User Contributed Notes
Imagick::getCopyright
jimNOSPAMpub at gmail dot com
19-Feb-2008 07:11
<?php
    $img
= new Imagick();
    echo
$img->getCopyright();
?>

Copyright (C) 1999-2008 ImageMagick Studio LLC

Imagick::getFilename> <Imagick::getCompressionQuality
Last updated: Fri, 20 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites