yaz_itemorder

(PHP 4 >= 4.0.5, PECL yaz >= 0.9.0) Prepares for Z39.50 Item Order with an ILL-Request package void yaz_itemorder ( resource $id, array $args ) This function prepares for an Extended Services request using the Profile for the Use of Z39.50 Item Order Extended Service to Transport ILL (Profile/1). See » this and the » specification. Parameters: id The connection r

DateTime::modify

(PHP 5 >= 5.2.0, PHP 7) Alters the timestamp public DateTime DateTime::modify ( string $modify ) Object oriented style Procedural style DateTime date_modify ( DateTime $object , string $modify ) Alter the timestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime(). Parameters: object Procedural style only: A DateTime object return

newt_wait_for_key

(PECL newt >= 0.1) Doesn't return until a key has been pressed void newt_wait_for_key ( void ) This function doesn't return until a key has been pressed. The keystroke is then ignored. If a key is already in the terminal's buffer, this function discards a keystroke and returns immediately. Returns: No value is returned. See also

bindec

(PHP 4, PHP 5, PHP 7) Binary to decimal number bindec ( string $binary_string ) Returns the decimal equivalent of the binary number represented by the binary_string argument. bindec() converts a binary number to an integer or, if needed for size reasons, float. bindec() interprets all binary_string values as unsigned integers. This is because bindec() sees the most significant bit as another order of magnitude rather tha

ncurses_scr_dump

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Dump screen content to file int ncurses_scr_dump ( 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 should

sybase_fetch_object

(PHP 4, PHP 5, PHP 7) Fetch a row as an object object sybase_fetch_object ( resource $result [, mixed $object ] ) sybase_fetch_object() is similar to sybase_fetch_assoc(), with one difference - an object is returned, instead of an array. Speed-wise, the function is identical to sybase_fetch_array(), and almost as quick as sybase_fetch_row() (the difference is insignificant). Parameters:

SNMP::getnext

(PHP 5 >= 5.4.0, PHP 7) Fetch an SNMP object which follows the given object id public mixed SNMP::getnext ( mixed $object_id ) Fetch an SNMP object that follows specified object_id. Parameters: object_id The SNMP object (OID) or objects Returns: Returns SNMP objects requested as string or array depending on object_id type or FALSE on error.

HaruPage::getLineWidth

(PECL haru >= 0.0.1) Get the current line width float HaruPage::getLineWidth ( void ) Get the current line width. Returns: Returns the current line width. Exception: Throws a HaruException on error. See also: HaruPage::setLineWidth() -

date_interval_format

(PHP 5 >= 5.3.0, PHP 7) Alias of DateInterval::format() This function is an alias of: DateInterval::format()

dbase_open

(PHP 4, PHP 5, PHP 7) Opens a database int dbase_open ( string $filename, int $mode ) dbase_open() opens a dBase database with the given access mode. Note: When safe mode is enabled, PHP checks whether the files or directories being operated upon have the same UID (owner) as the script that is being executed. Note: This function is affected by open_basedir. Parameters: filename