Imagick::getImageInterlaceScheme

(PECL imagick 2.0.0) Gets the image interlace scheme int Imagick::getImageInterlaceScheme ( void ) Gets the image interlace scheme. Returns: Returns the interlace scheme as an integer on success. Throw an ImagickException on error.

Imagick::equalizeImage

(PECL imagick 2.0.0) Equalizes the image histogram bool Imagick::equalizeImage ( void ) Equalizes the image histogram. Returns: Returns TRUE on success. Exception: Throws ImagickException on error. Examples: Imagick::equalizeImage() <?php function equalizeImage($imagePath) {     $imagick = new \Imagic

maxdb_server_init

(PECL maxdb >= 1.0) Initialize embedded server bool maxdb_server_init ([ array $server [, array $groups ]] ) This function is currently not documented; only its argument list is available.

HaruFont::getXHeight

(PECL haru >= 0.0.1) Get the distance from the baseline of lowercase letters int HaruFont::getXHeight ( void ) Gets the distance from the baseline of lowercase letters. Returns: Returns the distance from the baseline of lowercase letters. Exception: Throws a HaruException on error.

msql_fieldflags

(PHP 4, PHP 5, PHP 7) Alias of msql_field_flags() This function is an alias of msql_field_flags().

openssl_spki_new

(PHP 5 >= 5.6.0, PHP 7) Generate a new signed public key and challenge string openssl_spki_new ( resource &$privkey, string &$challenge [, int $algorithm = 0 ] ) Generates a signed public key and challenge using specified hashing algorithm Parameters: privkey privkey should be set to a private key that was previously generated by openssl_pkey_new() (or otherwi

SolrException::getInternalInfo

(PECL solr >= 0.9.2) Returns internal information where the Exception was thrown public array SolrException::getInternalInfo ( void ) Returns internal information where the Exception was thrown. Returns: Returns an array containing internal information where the error was thrown. Used only for debugging by extension developers.

vpopmail_auth_user

(PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) Attempt to validate a username/domain/password bool vpopmail_auth_user ( string $user, string $domain, string $password [, string $apop ] ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own

SQLite3::open

(PHP 5 >= 5.3.0, PHP 7) Opens an SQLite database public void SQLite3::open ( string $filename [, int $flags = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE [, string $encryption_key ]] ) Opens an SQLite 3 Database. If the build includes encryption, then it will attempt to use the key. Parameters: filename Path to the SQLite database, or :memory: to use in-memory datab

oci_new_descriptor

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Initializes a new empty LOB or FILE descriptor OCI-Lob oci_new_descriptor ( resource $connection [, int $type = OCI_DTYPE_LOB ] ) Allocates resources to hold descriptor or LOB locator. Parameters: connection An Oracle connection identifier, returned by oci_connect() or oci_pconnect(). type Valid v