getImageProfiles docs

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286759 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mikko Koppanen 2009-08-03 20:06:15 +00:00
parent d0d7f87d31
commit 9a3313192e

View file

@ -13,7 +13,7 @@
<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>
</methodsynopsis>
&warn.undocumented.func;
<para>
Returns all associated profiles that match the pattern. If &true; is passed as second parameter
only the profile names are returned. This method is present if Imagick is compiled against
@ -37,7 +37,7 @@
<term><parameter>only_names</parameter></term>
<listitem>
<para>
Whether to return only profile names
Whether to return only profile names. If &false; then values are returned as well
</para>
</listitem>
</varlistentry>