lib_Imagick_Options __construct(
)
|
|
array getMagickConstants(
string
$class, string
$filter
)
|
|
Returns Magick (Gmagick/Imagick) constants that begin with $filter and removes the constant of the form $filter . 'UNDEFINED' if it exists.
The returned array will be an associative array in which the keys and values are identical strings sorted in alphabetical order.
Parameters:
|
string |
$class: |
The class to reflect |
|
string |
$filter: |
The string to delimit constants |
array getOptionsSupported(
)
|
|
Standard option interface