ibase_blob_info

(PHP 5, PHP 7) Return blob length and other useful info array ibase_blob_info ( resource $link_identifier, string $blob_id ) array ibase_blob_info ( string $blob_id ) Returns the BLOB length and other useful information. Parameters: link_identifier An InterBase link identifier. If omitted, the last opened link is assumed. blob_id A BLO

fbsql_warnings

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Enable or disable FrontBase warnings bool fbsql_warnings ([ bool $OnOff ] ) Enables or disables FrontBase warnings. Parameters: OnOff Whether to enable warnings or no. Returns: Returns TRUE if warnings is turned on, FALSE otherwise. See also:

ingres_close

(PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0) Close an Ingres database connection bool ingres_close ( resource $link ) ingres_close() closes the connection to the Ingres server that is associated with the specified link. ingres_close() is usually unnecessary, as it will not close persistent connections and all non-persistent connections are automatically closed at the end of the script. P

ncurses_scr_init

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Initialize screen from file dump int ncurses_scr_init ( string $filename ) Parameters: filename This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function s

SDO_DAS_DataFactory::addType

(^) Add a new type to a model void SDO_DAS_DataFactory::addType ( string $type_namespace_uri, string $type_name [, array $options ] ) Add a new type to the SDO_DAS_DataFactory, defined by its namespace and type name. The type becomes part of the model of data objects that the data factory can create. Parameters: type_namespace_uri The namespace of the type.

posix_mkfifo

(PHP 4, PHP 5, PHP 7) Create a fifo special file (a named pipe) bool posix_mkfifo ( string $pathname, int $mode ) posix_mkfifo() creates a special FIFO file which exists in the file system and acts as a bidirectional communication endpoint for processes. Parameters: pathname Path to the FIFO file. mode The second parameter mode has to b

ArrayIterator::getFlags

(PHP 5 >= 5.1.0, PHP 7) Get flags public void ArrayIterator::getFlags ( void ) Get the current flags. Returns: The current flags. This function is currently not documented; only its argument list is available. See also: ArrayIterator::valid() -

ncurses_use_env

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Control use of environment information about terminal size void ncurses_use_env ( bool $flag ) Parameters: flag This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP

ArrayIterator::getArrayCopy

(PHP 5 >= 5.0.0, PHP 7) Get array copy public array ArrayIterator::getArrayCopy ( void ) Get a copy of an array. Returns: A copy of the array, or array of public properties if ArrayIterator refers to an object. This function is currently not documented; only its argument list is available.

PharData::offsetSet

(PHP >= 5.3.0, PECL phar >= 2.0.0) set the contents of a file within the tar/zip to those of an external file or string void PharData::offsetSet ( string $offset, string $value ) This is an implementation of the ArrayAccess interface allowing direct manipulation of the contents of a tar/zip archive using array access brackets. offsetSet is used for modifying an existing file, or adding a new file to a tar/zip archive.