ArrayIterator::next

(PHP 5 >= 5.0.0, PHP 7) Move to next entry public void ArrayIterator::next ( void ) The iterator to the next entry. Returns: No value is returned. Examples: ArrayIterator::next() example <?php $arrayobject = new ArrayObject(); $arrayobject[] = 'zero'; $arrayobject[] = 'one'; $iterator = $arrayobject->getIterat

Gmagick::mapimage

(PECL gmagick >= Unknown) Replaces the colors of an image with the closest color from a reference image. public Gmagick Gmagick::mapimage ( gmagick $gmagick, bool $dither ) Replaces the colors of an image with the closest color from a reference image. Parameters: gmagick The reference image dither Set this integer value to something

trader_cdlmorningdojistar

(PECL trader >= 0.2.0) Morning Doji Star array trader_cdlmorningdojistar ( array $open, array $high, array $low, array $close [, float $penetration ] ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values.

Stomp::__construct

(PECL stomp >= 0.1.0) Opens a connection public Stomp::__construct ([ string $broker = ini_get("stomp.default_broker_uri") [, string $username [, string $password [, array $headers ]]]] ) Object oriented style (constructor): Procedural style: resource stomp_connect ([ string $broker = ini_get("stomp.default_broker_uri") [, string $username [, string $password [, array $headers ]]]] ) Opens a connection to a stomp compli

ocirowcount

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_num_rows() Alias of oci_num_rows() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

session_name

(PHP 4, PHP 5, PHP 7) Get and/or set the current session name string session_name ([ string $name ] ) session_name() returns the name of the current session. If name is given, session_name() will update the session name and return the old session name. The session name is reset to the default value stored in session.name at request startup time. Thus, you need to call session_name() for every request (and before session_st

QuickHashStringIntHash::get

(No version information available, might only be in Git) This method retrieves a value from the hash by its key public mixed QuickHashStringIntHash::get ( string $key ) This method retrieves a value from the hash by its key. Parameters: key The key of the entry to add. Returns: The value if the key exists, or NULL if the key wasn't part of the ha

OAuth::__destruct

(PECL OAuth >= 0.99.9) The destructor public void OAuth::__destruct ( void ) The destructor. Returns: No value is returned. This function is currently not documented; only its argument list is available. See also: OAuth::__construct() -

ibase_fetch_assoc

(PHP 5, PHP 7) Fetch a result row from a query as an associative array array ibase_fetch_assoc ( resource $result [, int $fetch_flag = 0 ] ) Fetch a result row from a query as an associative array. ibase_fetch_assoc() fetches one row of data from the result. If two or more columns of the result have the same field names, the last column will take precedence. To access the other column(s) of the same name, you either need

ifxus_write_slob

(PHP 4, PHP <=5.2.0) Writes a string into the slob object int ifxus_write_slob ( int $bid, string $content ) Writes a string into the slob object. Parameters: bid An existing slob id. content The content to write, as a string. Returns: Returns the bytes written as an integer, or FALSE on errors.