newt_listbox_select_item

(PECL newt >= 0.1) void newt_listbox_select_item ( resource $listbox, mixed $key, int $sense ) Parameters: listbox key sense Returns: No value is returned. This function is currently not documented; only its argument list is available.

newt_checkbox_tree_set_width

(PECL newt >= 0.1) void newt_checkbox_tree_set_width ( resource $checkbox_tree, int $width ) Parameters: checkbox_tree width Returns: No value is returned. This function is currently not documented; only its argument list is available.

m_setssl

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Set the connection method to SSL int m_setssl ( resource $conn, string $host, int $port ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). host An MCVE_CONN resource returned by m_initengine(). port An MCVE_CONN resource returned

XSLTProcessor::registerPHPFunctions

(PHP 5 >= 5.0.4, PHP 7) Enables the ability to use PHP functions as XSLT functions void XSLTProcessor::registerPHPFunctions ([ mixed $restrict ] ) This method enables the ability to use PHP functions as XSLT functions within XSL stylesheets. Parameters: restrict Use this parameter to only allow certain functions to be called from XSLT. This parameter can be either a

newt_entry_set_filter

(PECL newt >= 0.1) void newt_entry_set_filter ( resource $entry, callable $filter, mixed $data ) Parameters: entry filter data Returns: No value is returned. This function is currently not documented; only its argument list is available.

TokyoTyrantTable::genUid

(PECL tokyo_tyrant >= 0.1.0) Generate unique id public int TokyoTyrantTable::genUid ( void ) Generates an unique id inside the table database. In table databases rows are referenced using a numeric primary key. Returns: Returns an unique id or throws TokyoTyrantException on error Examples: TokyoTyrantTable::genUid() example

PDF_setrgbcolor_stroke

(PHP 4, PECL pdflib >= 1.0.0) Set stroke rgb color values [deprecated] bool PDF_setrgbcolor_stroke ( resource $p, float $red, float $green, float $blue ) Sets the current stroke color to the supplied RGB values. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 4, use PDF_setcolor() instead.

pg_connection_busy

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Get connection is busy or not bool pg_connection_busy ( resource $connection ) pg_connection_busy() determines whether or not a connection is busy. If it is busy, a previous query is still executing. If pg_get_result() is used on the connection, it will be blocked. Parameters: connection PostgreSQL database connection resource.

ncurses_addch

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Add character at current position and advance cursor int ncurses_addch ( int $ch ) Parameters: ch 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

ZMQSocket::__construct

(PECL zmq >= 0.5.0) Construct a new ZMQSocket ZMQSocket::__construct ( ZMQContext $context, int $type [, string $persistent_id = null [, callback $on_new_socket = null ]] ) Constructs a ZMQSocket object. persistent_id parameter can be used to allocated a persistent socket. A persistent socket has to be allocated from a persistent context and it stays connected over multiple requests. The persistent_id parameter can be u