mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix Imagick::getImageChannelMean() return value
Closes GH-259. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351874 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8476c2a4c6
commit
02639373d9
1 changed files with 2 additions and 3 deletions
|
@ -14,8 +14,6 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
Gets the mean and standard deviation of one or more image channels.
|
||||
Return value is an associative array with the keys "mean" and
|
||||
"standardDeviation".
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -41,7 +39,8 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&imagick.return.success;
|
||||
Returns an array with <literal>"mean"</literal> and <literal>"standardDeviation"</literal>
|
||||
members.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue