maxdb_multi_query

(PECL maxdb >= 1.0) Performs a query on the database bool maxdb_multi_query ( resource $link, string $query ) Procedural style Object oriented style bool maxdb::multi_query ( string $query ) The maxdb_multi_query() works like the function maxdb_query(). Multiple queries are not yet supported. Returns: Returns TRUE on success or FALSE on failure.

DirectoryIterator::key

(PHP 5, PHP 7) Return the key for the current DirectoryIterator item public string DirectoryIterator::key ( void ) Get the key for the current DirectoryIterator item. Returns: The key for the current DirectoryIterator item. Examples: A DirectoryIterator::key() example <?php $dir = new DirectoryIterator(dirname(__FILE__

SVM::train

(PECL svm >= 0.1.0) Create a SVMModel based on training data public SVMModel svm::train ( array $problem [, array $weights ] ) Train a support vector machine based on the supplied training data. Parameters: problem The problem can be provided in three different ways. An array, where the data should start with the class label (usually 1 or -1) then followed by a sparse

SDO_DAS_DataFactory::addType

(^) Add a new type to a model void SDO_DAS_DataFactory::addType ( string $type_namespace_uri, string $type_name [, array $options ] ) Add a new type to the SDO_DAS_DataFactory, defined by its namespace and type name. The type becomes part of the model of data objects that the data factory can create. Parameters: type_namespace_uri The namespace of the type.

SoapVar::__construct

(PHP 5 >= 5.0.1, PHP 7) SoapVar constructor SoapVar::__construct ( string $data, string $encoding [, string $type_name [, string $type_namespace [, string $node_name [, string $node_namespace ]]]] ) This function is an alias of: SoapVar::SoapVar()

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

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 -