gnupg_seterrormode

(PECL gnupg >= 0.6) Sets the mode for error_reporting void gnupg_seterrormode ( resource $identifier, int $errormode ) Sets the mode for error_reporting. Parameters: identifier The gnupg identifier, from a call to gnupg_init() or gnupg. errormode The error mode. errormode takes a constant indicating what type of error_reporting shou

Memcached::touch

(PECL memcached >= 2.0.0) Set a new expiration on an item public bool Memcached::touch ( string $key, int $expiration ) Memcached::touch() sets a new expiration value on the given key. Parameters: key The key under which to store the value. expiration The expiration time, defaults to 0. See Expiration Times for more info.

openssl_x509_export

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Exports a certificate as a string bool openssl_x509_export ( mixed $x509, string &$output [, bool $notext = TRUE ] ) openssl_x509_export() stores x509 into a string named by output in a PEM encoded format. Parameters: x509 See Key/Certificate parameters for a list of valid values. output On success

EmptyIterator::key

(PHP 5 >= 5.1.0, PHP 7) The key() method public scalar EmptyIterator::key ( void ) This function must not be called. It throws an exception upon access. Returns: No value is returned. This function is currently not documented; only its argument list is available. Exception: Throws an Exception if called.

trader_cdlinneck

(PECL trader >= 0.2.0) In-Neck Pattern array trader_cdlinneck ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closing pric

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.