trader_cdlshortline

(PECL trader >= 0.2.0) Short Line Candle array trader_cdlshortline ( 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

ps_arc

(PECL ps >= 1.1.0) Draws an arc counterclockwise bool ps_arc ( resource $psdoc, float $x, float $y, float $radius, float $alpha, float $beta ) Draws a portion of a circle with at middle point at (x, y). The arc starts at an angle of alpha and ends at an angle of beta. It is drawn counterclockwise (use ps_arcn() to draw clockwise). The subpath added to the current path starts on the arc at angle alpha and ends on the arc a

Yaf_Route_Map::route

(Yaf >=1.0.0) The route purpose public bool Yaf_Route_Map::route ( Yaf_Request_Abstract $request ) Parameters: request Returns: This function is currently not documented; only its argument list is available.

Imagick::steganoImage

(PECL imagick 2.0.0) Hides a digital watermark within the image Imagick Imagick::steganoImage ( Imagick $watermark_wand, int $offset ) Hides a digital watermark within the image. Recover the hidden watermark later to prove that the authenticity of an image. Offset defines the start position within the image to hide the watermark. Parameters: watermark_wand Hides a digital

FANNConnection::setWeight

(PECL fann >= 1.0.0) Sets the connections weight public bool FANNConnection::setWeight ( float $weight ) Sets the connection weight. This method is different than fann_set_weight(). It does not update the weight value in the network. The network value is updated only after calling fann_set_weight_array(). Parameters: weight The connection weight.

CairoPdfSurface::__construct

(PECL cairo >= 0.1.0) The __construct purpose public CairoPdfSurface::__construct ( string $file, float $width, float $height ) The method description goes here. Parameters: file Description... width Description... height Description... Returns: Description...

hw_api_reason::description

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns description of reason string hw_api_reason::description ( void ) Returns the description of a reason Returns: Returns the description, as a string.

yp_first

(PHP 4, PHP 5 <= 5.0.5) Returns the first key-value pair from the named map array yp_first ( string $domain, string $map ) Gets the first key-value pair from the named map in the named domain. Parameters: domain The NIS domain name. map The NIS map. Returns: Returns the first key-value pair as an array on su

ocifetchinto

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Obsolete variant of oci_fetch_array(), oci_fetch_object(), oci_fetch_assoc() and oci_fetch_row() Obsolete variant of oci_fetch_array(), oci_fetch_object(), oci_fetch_assoc() and oci_fetch_row() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

is_uploaded_file

(PHP 4 >= 4.0.3, PHP 5, PHP 7) Tells whether the file was uploaded via HTTP POST bool is_uploaded_file ( string $filename ) Returns TRUE if the file named by filename was uploaded via HTTP POST. This is useful to help ensure that a malicious user hasn't tried to trick the script into working on files upon which it should not be working--for instance, /etc/passwd. This sort of check is especially important if there is an