oci_field_size

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Returns field's size int oci_field_size ( resource $statement, mixed $field ) Returns the size of a field. Parameters: statement A valid OCI statement identifier. field Can be the field's index (1-based) or name. Returns: Returns the size of a field in bytes, or FALSE on er

pg_convert

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Convert associative array values into suitable for SQL statement array pg_convert ( resource $connection, string $table_name, array $assoc_array [, int $options = 0 ] ) pg_convert() checks and converts the values in assoc_array into suitable values for use in an SQL statement. Precondition for pg_convert() is the existence of a table table_name which has at least as many columns as assoc_

XMLReader::read

(PHP 5 >= 5.1.0, PHP 7) Move to next node in document public bool XMLReader::read ( void ) Moves cursor to the next node in the document. Returns: Returns TRUE on success or FALSE on failure. See also: XMLReader::moveToElement() - XMLReader::moveToAttribute() -

get_class_vars

(PHP 4, PHP 5, PHP 7) Get the default properties of the class array get_class_vars ( string $class_name ) Get the default properties of the given class. Parameters: class_name The class name Returns: Returns an associative array of declared properties visible from the current scope, with their default value. The resulting array elements are in th

RecursiveIteratorIterator::getMaxDepth

(PHP 5 >= 5.1.0, PHP 7) Get max depth public mixed RecursiveIteratorIterator::getMaxDepth ( void ) Gets the maximum allowable depth. Returns: The maximum accepted depth, or FALSE if any depth is allowed. This function is currently not documented; only its argument list is available. See

Yaf_Session::__construct

(Yaf >=1.0.0) Constructor of Yaf_Session private Yaf_Session::__construct ( void ) Returns: This function is currently not documented; only its argument list is available.

Mutex::create

(PECL pthreads >= 2.0.0) Create a Mutex final public static long Mutex::create ([ boolean $lock ] ) Create, and optionally lock a new Mutex for the caller Parameters: lock Setting lock to true will lock the Mutex for the caller before returning the handle Returns: A newly created and optionally locked Mutex handle

db2_pclose

(PECL ibm_db2 >= 1.8.0) Closes a persistent database connection bool db2_pclose ( resource $resource ) This function closes a DB2 client connection created with db2_pconnect() and returns the corresponding resources to the database server. Note: This function is only available on i5/OS in response to i5/OS system administration requests. If you have a persistent DB2 client connection created with db2_pconnect(), yo

SDO_Model_Type::getProperty

(^) Get an SDO_Model_Property of the type SDO_Model_Property SDO_Model_Type::getProperty ( mixed $identifier ) Get an SDO_Model_Property of the type, identified by its property index or property name. Parameters: identifier The property index or property name. Returns: Returns the SDO_Model_Property. This fu

MongoCursorInterface::getReadPreference

(PECL mongo >=1.6.0) Get the read preference for this query abstract public array MongoCursorInterface::getReadPreference ( void ) Returns: This function returns an array describing the read preference. The array contains the values type for the string read preference mode (corresponding to the MongoClient constants), and tagsets containing a list of all tag set criteria. If no tag sets were speci