OCI-Lob::eof

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Tests for end-of-file on a large object's descriptor bool OCI-Lob::eof ( void ) Tells whether the internal pointer of large object is at the end of LOB. Returns: Returns TRUE if internal pointer of large object is at the end of LOB. Otherwise returns FALSE. Notes: This function will return an Oracle error

DOMDocument::__construct

(PHP 5, PHP 7) Creates a new DOMDocument object public DOMDocument::__construct ([ string $version [, string $encoding ]] ) Creates a new DOMDocument object. Parameters: version The version number of the document as part of the XML declaration. encoding The encoding of the document as part of the XML declaration.

Yar_Concurrent_Client::loop

(PECL yar >= 1.0.0) Send all calls public static boolean Yar_Concurrent_Client::loop ([ callable $callback [, callable $error_callback ]] ) Send all registed remote RPC calls. Parameters: callback If this callback is set, then Yar will call this callback after all calls are sent and before any response return, with a $callinfo NULL. Then, if user didn't specify callb

imagecreatefromgif

(PHP 4, PHP 5, PHP 7) Create a new image from file or URL resource imagecreatefromgif ( string $filename ) imagecreatefromgif() returns an image identifier representing the image obtained from the given filename. TipA URL can be used as a filename with this function if the fopen wrappers have been enabled. See fopen() for more details on how to specify the filename. See the Supported Protocols and Wrappers for links to inf

Bitwise Operators

Examples: Bit shifting in PHP is arithmetic. Bits shifted off either end are discarded. Left shifts have zeros shifted in on the right while the sign bit is shifted out on the left, meaning the sign of an operand is not preserved. Right shifts have copies of the sign bit shifted in on the left, meaning the sign of an operand is preserved. Use parentheses to ensure the desired precedence. For example, $a & $b == true evaluates the equivalency then the bitwise and

SWFDisplayItem::skewX

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the X-skew void SWFDisplayItem::skewX ( float $ddegrees ) swfdisplayitem::skewx() adds ddegrees to current x-skew. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add(). Returns: No value is returned. This function is EXPERIMENTAL. The beha

MongoDB context options

MongoDB context option listing Context options for mongodb:// transports. Changelog: pecl/mongo 1.5.0 Added Write API Context options See also: Socket context options - SSL context options -

ImagickKernel::addUnityKernel

(PECL imagick >= 3.3.0) Description public void ImagickKernel::addUnityKernel ( void ) Adds a given amount of the 'Unity' Convolution Kernel to the given pre-scaled and normalized Kernel. This in effect adds that amount of the original image into the resulting convolution kernel. The resulting effect is to convert the defined kernels into blended soft-blurs, unsharp kernels or into sharpening kernels.

session_module_name

(PHP 4, PHP 5, PHP 7) Get and/or set the current session module string session_module_name ([ string $module ] ) session_module_name() gets the name of the current session module. Parameters: module If module is specified, that module will be used instead. Returns: Returns the name of the current session module.

fann_set_training_algorithm

(PECL fann >= 1.0.0) Sets the training algorithm bool fann_set_training_algorithm ( resource $ann, int $training_algorithm ) Sets the training algorithm. More info available in fann_get_training_algorithm(). Parameters: ann Neural network resource. training_algorithm Training algorithm constant Returns: Retur