Yaf_Request_Abstract::getServer

(Yaf >=1.0.0) Retrieve SERVER variable public void Yaf_Request_Abstract::getServer ( string $name [, string $default ] ) Retrieve SERVER variable Parameters: name the variable name default if this parameter is provide, this will be returned if the variable can not be found Returns:

ps_curveto

(PECL ps >= 1.1.0) Draws a curve bool ps_curveto ( resource $psdoc, float $x1, float $y1, float $x2, float $y2, float $x3, float $y3 ) Add a section of a cubic Bézier curve described by the three given control points to the current path. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). x1 x-coordi

ImagickPixel::setColorValue

(PECL imagick 2.0.0) Sets the normalized value of one of the channels bool ImagickPixel::setColorValue ( int $color, float $value ) Sets the value of the specified channel of this object to the provided value, which should be between 0 and 1. This function can be used to provide an opacity channel to an ImagickPixel object. Parameters: color One of the Imagick color const

TokyoTyrantIterator::valid

(PECL tokyo_tyrant >= 0.2.0) Rewinds the iterator public bool TokyoTyrantIterator::valid ( void ) Checks whether the internal pointer points to valid element. Returns: Returns TRUE if the current item is valid and FALSE if not. See also: TokyoTyrantIterator::key() - TokyoTyrantItera

shm_has_var

(PHP 5 >= 5.3.0, PHP 7) Check whether a specific entry exists bool shm_has_var ( resource $shm_identifier, int $variable_key ) Checks whether a specific key exists inside a shared memory segment. Parameters: shm_identifier Shared memory segment, obtained from shm_attach(). variable_key The variable key. Returns:

PDO::lastInsertId

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0) Returns the ID of the last inserted row or sequence value public string PDO::lastInsertId ([ string $name = NULL ] ) Returns the ID of the last inserted row, or the last value from a sequence object, depending on the underlying driver. For example, PDO_PGSQL requires you to specify the name of a sequence object for the name parameter. Note: This method may not return a

mcrypt_module_is_block_mode

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Returns if the specified mode outputs blocks or not bool mcrypt_module_is_block_mode ( string $mode [, string $lib_dir ] ) This function returns TRUE if the mode outputs blocks of bytes or FALSE if it outputs just bytes. (e.g. TRUE for cbc and ecb, and FALSE for cfb and stream). Parameters: mode One of the MCRYPT_MODE_modename constants, o

stream_context_get_params

(PHP 5 >= 5.3.0, PHP 7) Retrieves parameters from a context array stream_context_get_params ( resource $stream_or_context ) Retrieves parameter and options information from the stream or context. Parameters: stream_or_context A stream resource or a context resource Returns: Returns an associate array containing all context options and paramete

is_dir

(PHP 4, PHP 5, PHP 7) Tells whether the filename is a directory bool is_dir ( string $filename ) Tells whether the given filename is a directory. Parameters: filename Path to the file. If filename is a relative filename, it will be checked relative to the current working directory. If filename is a symbolic or hard link then the link will be resolved and checked. If you h

Ev::resume

(PECL ev >= 0.2.0) Resume previously suspended default event loop final public static void Ev::resume ( void ) Ev::suspend() and Ev::resume() methods suspend and resume a loop correspondingly. All timer watchers will be delayed by the time spend between suspend and resume , and all periodic watchers will be rescheduled(that is, they will lose any events that would have occurred while suspended). After calling Ev::sus