SplDoublyLinkedList::push

(PHP 5 >= 5.3.0, PHP 7) Pushes an element at the end of the doubly linked list public void SplDoublyLinkedList::push ( mixed $value ) Pushes value at the end of the doubly linked list. Parameters: value The value to push. Returns: No value is returned.

hw_api::dbstat

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns statistics about database server hw_api_object hw_api::dbstat ( array $parameter ) Returns statistics about database server. Parameters: parameter Returns statistics about database server. Returns: See also: hw_a

HaruPage::setSize

(PECL haru >= 0.0.1) Set size and direction of the page bool HaruPage::setSize ( int $size, int $direction ) Changes size and direction of the page to a predefined format. Parameters: size Must be one of the following values: HaruPage::SIZE_LETTER HaruPage::SIZE_LEGAL HaruPage::SIZE_A3 HaruPage::SIZE_A4 HaruPage::SIZE_A5 HaruPage::SIZE_B4 HaruPage::SIZE_B

dbplus_rcrtlike

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Creates an empty copy of a relation with default indices mixed dbplus_rcrtlike ( string $name, resource $relation [, int $overwrite ] ) dbplus_rcrtexact() will create an empty copy of the given relation under a new name, but with default indices. Parameters: name dbplus_rcrtexact() will create an empty copy of the given relation

cubrid_lob2_size

(PECL CUBRID >= 8.4.1) Get a lob object's size. int cubrid_lob2_size ( resource $lob_identifier ) The cubrid_lob2_size() function is used to get the size of a lob object. Parameters: lob_identifier Lob identifier as a result of cubrid_lob2_new() or get from the result set. Returns: It will return the size of the LOB object when it processes succ

cubrid_get_charset

(PECL CUBRID >= 8.3.0) Return the current CUBRID connection charset string cubrid_get_charset ( resource $conn_identifier ) This function returns the current CUBRID connection charset and is similar to the CUBRID MySQL compatible function cubrid_client_encoding(). Parameters: conn_identifier The CUBRID connection. Returns: A string that represen

cubrid_move_cursor

(PECL CUBRID >= 8.3.0) Move the cursor in the result int cubrid_move_cursor ( resource $req_identifier, int $offset [, int $origin = CUBRID_CURSOR_CURRENT ] ) The cubrid_move_cursor() function is used to move the current cursor location of req_identifier by the value set in the offset argument, to the direction set in the origin argument. To set the origin argument, you can use CUBRID_CURSOR_FIRST for the first part of t

trader_ht_trendline

(PECL trader >= 0.2.0) Hilbert Transform - Instantaneous Trendline array trader_ht_trendline ( array $real ) Parameters: real Array of real values. Returns: Returns an array with calculated data or false on failure.

EventHttpRequest::getInputBuffer

(PECL event >= 1.4.0-beta) Returns the input buffer public EventBuffer EventHttpRequest::getInputBuffer ( void ) Returns the input buffer. Returns: Returns the input buffer. See also: EventHttpRequest::getOutputBuffer() -

GearmanTask::isKnown

(PECL gearman >= 0.5.0) Determine if task is known public bool GearmanTask::isKnown ( void ) Gets the status information for whether or not this task is known to the job server. Returns: TRUE if the task is known, FALSE otherwise.