ncurses_getmaxyx

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Returns the size of a window void ncurses_getmaxyx ( resource $window, int &$y, int &$x ) Gets the horizontal and vertical size of the given window into the given variables. Variables must be passed as reference, so they are updated when the user changes the terminal size. Parameters: window The me

xdiff_string_merge3

(PECL xdiff >= 0.2.0) Merge 3 strings into one mixed xdiff_string_merge3 ( string $old_data, string $new_data1, string $new_data2 [, string &$error ] ) Merges three strings into one and returns the result. The old_data is an original version of data while new_data1 and new_data2 are modified versions of an original. An optional error is used to pass any rejected parts during merging process. Parameter

EventBuffer::unlock

(PECL event >= 1.2.6-beta) Releases lock acquired by EventBuffer::lock public bool EventBuffer::unlock ( void ) Releases lock acquired by EventBuffer::lock() . Returns: Returns TRUE on success. Otherwise FALSE. See also: EventBuffer::lock() -

Imagick::setImageBiasQuantum

(No version information available, might only be in Git) Description public void Imagick::setImageBiasQuantum ( string $bias ) Parameters: bias Returns: This function is currently not documented; only its argument list is available.

Ev::sleep

(PECL ev >= 0.2.0) Block the process for the given number of seconds. final public static void Ev::sleep ( double $seconds ) Block the process for the given number of seconds. Parameters: seconds Fractional number of seconds Returns: No value is returned.

eio_ftruncate

(PECL eio >= 0.0.1dev) Truncate a file resource eio_ftruncate ( mixed $fd [, int $offset = 0 [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]]] ) eio_ftruncate() causes a regular file referenced by fd file descriptor to be truncated to precisely length bytes. Parameters: fd Stream, Socket resource, or numeric file descriptor.

sybase_fetch_field

(PHP 4, PHP 5, PHP 7) Get field information from a result object sybase_fetch_field ( resource $result [, int $field_offset = -1 ] ) sybase_fetch_field() can be used in order to obtain information about fields in a certain query result. Parameters: result sybase_fetch_field() can be used in order to obtain information about fields in a certain query result.

newt_checkbox_tree_multi

(PECL newt >= 0.1) resource newt_checkbox_tree_multi ( int $left, int $top, int $height, string $seq [, int $flags ] ) Parameters: left top height seq flags Returns: This function is currently not

trader_cdladvanceblock

(PECL trader >= 0.2.0) Advance Block array trader_cdladvanceblock ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closing

SoapParam::SoapParam

(PHP 5 >= 5.0.1, PHP 7) SoapParam constructor SoapParam::SoapParam ( mixed $data, string $name ) Constructs a new SoapParam object. Parameters: data The data to pass or return. This parameter can be passed directly as PHP value, but in this case it will be named as paramN and the SOAP service may not understand it. name The parameter