mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Updating return value and parameter description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341871 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5a03773740
commit
f985a4a8c0
2 changed files with 5 additions and 5 deletions
|
@ -20,7 +20,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&imagick.return.success;
|
||||
Returns an integer which can be compared against <link linkend="imagick.constants.colorspace">COLORSPACE constants</link>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -11,11 +11,11 @@
|
|||
<methodsynopsis>
|
||||
<type>array</type><methodname>Imagick::getImageProfiles</methodname>
|
||||
<methodparam choice="opt"><type>string</type><parameter>pattern</parameter><initializer>"*"</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>only_names</parameter><initializer>true</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>include_values</parameter><initializer>true</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
<para>
|
||||
Returns all associated profiles that match the pattern. If &true; is passed as second parameter
|
||||
Returns all associated profiles that match the pattern. If &false; is passed as second parameter
|
||||
only the profile names are returned. &imagick.method.available.0x636;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -33,10 +33,10 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>only_names</parameter></term>
|
||||
<term><parameter>include_values</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Whether to return only profile names. If &false; then values are returned as well
|
||||
Whether to return only profile names. If &false; then only profile names will be returned.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue