bind_textdomain_codeset

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Specify the character encoding in which the messages from the DOMAIN message catalog will be returned string bind_textdomain_codeset ( string $domain, string $codeset ) With bind_textdomain_codeset(), you can set in which encoding will be messages from domain returned by gettext() and similar functions. Parameters: domain The domain

readline_info

(PHP 4, PHP 5, PHP 7) Gets/sets various internal readline variables mixed readline_info ([ string $varname [, string $newvalue ]] ) Gets or sets various internal readline variables. Parameters: varname A variable name. newvalue If provided, this will be the new value of the setting. Returns: If called with no p

eio_rename

(PECL eio >= 0.0.1dev) Change the name or location of a file. resource eio_rename ( string $path, string $new_path [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) eio_rename() renames or moves a file to new location. Parameters: path Source path new_path Target path pri

ocicolumnname

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

bzdecompress

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Decompresses bzip2 encoded data mixed bzdecompress ( string $source [, int $small = 0 ] ) bzdecompress() decompresses the given string containing bzip2 encoded data. Parameters: source The string to decompress. small If TRUE, an alternative decompression algorithm will be used which uses less memory (t

tidy_get_output

(PHP 5, PHP 7, PECL tidy >= 0.5.2) Return a string representing the parsed tidy markup string tidy_get_output ( tidy $object ) Gets a string with the repaired html. Parameters: object The Tidy object. Returns: Returns the parsed tidy markup. Examples: tidy_get_output() example

maxdb_free_result

(PECL maxdb >= 1.0) Frees the memory associated with a result void maxdb_free_result ( resource $result ) Procedural style Object oriented style void maxdb_result::free ( void ) The maxdb_free_result() function frees the memory associated with the result represented by the result parameter, which was allocated by maxdb_query(), maxdb_store_result() or maxdb_use_result(). Note: You should always free your result with

dba_sync

(PHP 4, PHP 5, PHP 7) Synchronize database bool dba_sync ( resource $handle ) dba_sync() synchronizes the database. This will probably trigger a physical write to the disk, if supported. Parameters: handle The database handler, returned by dba_open() or dba_popen(). Returns: Returns TRUE on success or FALSE on failure.

PharFileInfo::hasMetadata

(PHP >= 5.3.0, PECL phar >= 1.2.0) Returns the metadata of the entry public bool PharFileInfo::hasMetadata ( void ) Returns the metadata of a file within a phar archive. Returns: Returns FALSE if no metadata is set or is NULL, TRUE if metadata is not NULL See also: PharFileInfo::setMetadata() -

dbx_compare

(PHP 4 >= 4.1.0, PHP 5 <= 5.0.5, PECL dbx >= 1.1.0) Compare two rows for sorting purposes int dbx_compare ( array $row_a, array $row_b, string $column_key [, int $flags = DBX_CMP_ASC | DBX_CMP_NATIVE ] ) dbx_compare() is a helper function for dbx_sort() to ease the make and use of the custom sorting function. Parameters: row_a First row ro