Imagick::getImageGravity

(No version information available, might only be in Git) Gets the image gravity int Imagick::getImageGravity ( void ) Gets the current gravity value of the image. Unlike Imagick::getGravity(), this method returns the gravity defined for the current image sequence. This method is available if Imagick has been compiled against ImageMagick version 6.4.4 or newer. Returns: Returns the images gravity p

cubrid_set_drop

(PECL CUBRID >= 8.3.0) Delete an element from set type column using OID bool cubrid_set_drop ( resource $conn_identifier, string $oid, string $attr_name, string $set_element ) The cubrid_set_drop() function is used to delete an element that you request from the given set type (set, multiset) attribute of the database. Parameters: conn_identifier Connection identifier.

NumberFormatter::create

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Create a number formatter public static NumberFormatter NumberFormatter::create ( string $locale, int $style [, string $pattern ] ) Object oriented style (method) Procedural style NumberFormatter numfmt_create ( string $locale , int $style [, string $pattern ] ) Object oriented style (constructor): public NumberFormatter::__construct ( string $locale , int $style [, st

Memcached::getOption

(PECL memcached >= 0.1.0) Retrieve a Memcached option value public mixed Memcached::getOption ( int $option ) This method returns the value of a Memcached option. Some options correspond to the ones defined by libmemcached, and some are specific to the extension. See Memcached Constants for more information. Parameters: option One of the Memcached::OPT_* constants.

mysqli_result::fetch_all

(PHP 5 >= 5.3.0, PHP 7) Fetches all result rows as an associative array, a numeric array, or both mixed mysqli_result::fetch_all ([ int $resulttype = MYSQLI_NUM ] ) Object oriented style Procedural style mixed mysqli_fetch_all ( mysqli_result $result [, int $resulttype = MYSQLI_NUM ] ) mysqli_fetch_all() fetches all result rows and returns the result set as an associative array, a numeric array, or both.

DirectoryIterator::getExtension

(PHP 5 >= 5.3.6, PHP 7) Gets the file extension public string DirectoryIterator::getExtension ( void ) Retrieves the file extension. Returns: Returns a string containing the file extension, or an empty string if the file has no extension. Notes: This method is only available as of PHP 5.3.6. Another way of getting the extension is to use th

fann_set_rprop_delta_zero

(PECL fann >= 1.0.0) Sets the initial step-size bool fann_set_rprop_delta_zero ( resource $ann, float $rprop_delta_zero ) The initial step-size is a positive number determining the initial step size. Parameters: ann Neural network resource. rprop_delta_zero The initial step-size. Returns: Returns TRUE on succes

stats_cdf_negative_binomial

(PECL stats >= 1.0.0) Calculates any one parameter of the negative binomial distribution given values for the others. float stats_cdf_negative_binomial ( float $par1, float $par2, float $par3, int $which ) Parameters: par1 par2 par3 which Returns:

openal_stream

(PECL openal >= 0.1.0) Begin streaming on a source resource openal_stream ( resource $source, int $format, int $rate ) Parameters: source An Open AL(Source) resource (previously created by openal_source_create()). format Format of data, one of: AL_FORMAT_MONO8, AL_FORMAT_MONO16, AL_FORMAT_STEREO8 and AL_FORMAT_STEREO16

event_buffer_timeout_set

(PECL libevent >= 0.0.1) Set read and write timeouts for a buffered event void event_buffer_timeout_set ( resource $bevent, int $read_timeout, int $write_timeout ) Sets the read and write timeouts for the specified buffered event. Parameters: bevent Valid buffered event resource. read_timeout Read timeout (in seconds).