Imagick::listRegistry
PHP Manual
PHP Manual»Imagick»Imagick::listRegistry

Imagick::listRegistry

(PECL imagick 3 >= 3.3.0)

Imagick::listRegistryList all the registry settings

Descrizione

public static function Imagick::listRegistry(): array

List all the registry settings. Returns an array of all the key/value pairs in the registry

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

An array containing the key/values from the registry.

To Top