mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Corrected a mistake.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294141 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2ccd4aadd2
commit
3c4275a2bc
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
</methodsynopsis>
|
||||
|
||||
<para>
|
||||
Returns the named image profile. &imagick.method.available.0x632;
|
||||
Returns the named image property. &imagick.method.available.0x632;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
|||
<example>
|
||||
<title>Using <function>Imagick::getImageProperty</function>:</title>
|
||||
<para>
|
||||
Setting and getting image properties
|
||||
Setting and getting image property
|
||||
</para>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
|
|
Loading…
Reference in a new issue