glob

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Find pathnames matching a pattern array glob ( string $pattern [, int $flags = 0 ] ) The glob() function searches for all the pathnames matching pattern according to the rules used by the libc glob() function, which is similar to the rules used by common shells. Parameters: pattern The pattern. No tilde expansion or parameter substitutio

hw_api::remove

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Delete an object bool hw_api::remove ( array $parameter ) Removes an object from the specified parent. Collections will be removed recursively. Parameters: parameter You can pass an optional object query to remove only those objects which match the query. An object will be deleted physically if it is the last instance. The param

dbplus_undoprepare

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Prepare undo int dbplus_undoprepare ( resource $relation ) Parameters: relation A relation opened by dbplus_open(). Returns: This function is currently not documented; only its argument list is available.

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_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.