ocirowcount

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_num_rows() Alias of oci_num_rows() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

session_name

(PHP 4, PHP 5, PHP 7) Get and/or set the current session name string session_name ([ string $name ] ) session_name() returns the name of the current session. If name is given, session_name() will update the session name and return the old session name. The session name is reset to the default value stored in session.name at request startup time. Thus, you need to call session_name() for every request (and before session_st

QuickHashStringIntHash::get

(No version information available, might only be in Git) This method retrieves a value from the hash by its key public mixed QuickHashStringIntHash::get ( string $key ) This method retrieves a value from the hash by its key. Parameters: key The key of the entry to add. Returns: The value if the key exists, or NULL if the key wasn't part of the ha

OAuth::__destruct

(PECL OAuth >= 0.99.9) The destructor public void OAuth::__destruct ( void ) The destructor. Returns: No value is returned. This function is currently not documented; only its argument list is available. See also: OAuth::__construct() -

ibase_fetch_assoc

(PHP 5, PHP 7) Fetch a result row from a query as an associative array array ibase_fetch_assoc ( resource $result [, int $fetch_flag = 0 ] ) Fetch a result row from a query as an associative array. ibase_fetch_assoc() fetches one row of data from the result. If two or more columns of the result have the same field names, the last column will take precedence. To access the other column(s) of the same name, you either need

ifxus_write_slob

(PHP 4, PHP <=5.2.0) Writes a string into the slob object int ifxus_write_slob ( int $bid, string $content ) Writes a string into the slob object. Parameters: bid An existing slob id. content The content to write, as a string. Returns: Returns the bytes written as an integer, or FALSE on errors.

SolrQuery::getHighlightFormatter

(PECL solr >= 0.9.2) Returns the formatter for the highlighted output public string SolrQuery::getHighlightFormatter ([ string $field_override ] ) Returns the formatter for the highlighted output Parameters: field_override The name of the field Returns: Returns a string on success and NULL if not set.

px_set_tablename

(PECL paradox >= 1.0.0) Sets the name of a table (deprecated) void px_set_tablename ( resource $pxdoc, string $name ) Sets the table name of a paradox database, which was created with px_create_fp(). This function is deprecated use px_set_parameter() instead. Parameters: pxdoc Resource identifier of the paradox database as returned by px_new().

SDO_Model_ReflectionDataObject::__construct

(^) Construct an SDO_Model_ReflectionDataObject SDO_Model_ReflectionDataObject::__construct ( SDO_DataObject $data_object ) Construct an SDO_Model_ReflectionDataObject to reflect on an SDO_DataObject. Reflecting on an SDO_DataObject gives access to information about its model. The model contains information such as the data object's type, and whether that type is sequenced (preserves ordering across properties) or open (ea

Imagick::clipPathImage

(PECL imagick 2.0.0) Clips along the named paths from the 8BIM profile bool Imagick::clipPathImage ( string $pathname, bool $inside ) Clips along the named paths from the 8BIM profile, if present. Later operations take effect inside the path. It may be a number if preceded with #, to work on a numbered path, e.g., "#1" to use the first path. Parameters: pathname The name