mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
getImageProfiles docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286759 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d0d7f87d31
commit
9a3313192e
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue