maxdb_select_db

(PECL maxdb >= 1.0) Selects the default database for database queries bool maxdb_select_db ( resource $link, string $dbname ) The maxdb_select_db() function selects the default database (specified by the dbname parameter) to be used when performing queries against the database connection represented by the link parameter. Note: This function should only be used to change the default database for the connection. You ca

Yaf_Route_Static::match

(Yaf >=1.0.0) The match purpose public void Yaf_Route_Static::match ( string $uri ) Parameters: uri Returns: This function is currently not documented; only its argument list is available.

xdiff_file_diff_binary

(PECL xdiff >= 0.2.0) Alias of xdiff_file_bdiff bool xdiff_file_diff_binary ( string $old_file, string $new_file, string $dest ) Makes a binary diff of two files and stores the result in a patch file. This function works with both text and binary files. Resulting patch file can be later applied using xdiff_file_bpatch(). Starting with version 1.5.0 this function is an alias of xdiff_file_bdiff(). Parame

msql_create_db

(PHP 4, PHP 5, PHP 7) Create mSQL database bool msql_create_db ( string $database_name [, resource $link_identifier ] ) msql_create_db() attempts to create a new database on the mSQL server. Parameters: database_name The name of the mSQL database. link_identifier The mSQL connection. If not specified, the last link opened by msql_connect

HaruPage::getTransMatrix

(PECL haru >= 0.0.1) Get the current transformation matrix of the page array HaruPage::getTransMatrix ( void ) Get the current transformation matrix of the page. Returns: Returns the current transformation matrix of the page as an array of 6 elements: "a", "b", "c", "d", "x" and "y". Exception: Throws a HaruException on error.

APCIterator::getTotalSize

(PECL apc >= 3.1.1) Get total cache size public int APCIterator::getTotalSize ( void ) Gets the total cache size. Returns: The total cache size. This function is currently not documented; only its argument list is available. See also: APCIterator::getTotalCount() -

maxdb_dump_debug_info

(PECL maxdb >= 1.0) Dump debugging information into the log bool maxdb_dump_debug_info ( resource $link ) This function is currently not documented; only its argument list is available.

wincache_ocache_meminfo

(PECL wincache >= 1.0.0) Retrieves information about opcode cache memory usage array wincache_ocache_meminfo ( void ) Retrieves information about memory usage by opcode cache. Returns: Array of meta data about opcode cache memory usage or FALSE on failure The array returned by this function contains the following elements: memory_total - amount of memory in bytes allocated for the opcode

sqlite_libversion

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Returns the version of the linked SQLite library string sqlite_libversion ( void ) Returns the version of the linked SQLite library. Returns: Returns the library version, as a string. See also: sqlite_libencoding() -

SwishSearch::setPhraseDelimiter

(PECL swish >= 0.1.0) Set the phrase delimiter void SwishSearch::setPhraseDelimiter ( string $delimiter ) Parameters: delimiter Phrase delimiter character. The default delimiter is double-quotes. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surro