EvLoop::now

(PECL ev >= 0.2.0) Returns the current "event loop time" public double EvLoop::now ( void ) Returns the current "event loop time", which is the time the event loop received events and started processing them. This timestamp does not change as long as callbacks are being processed, and this is also the base time used for relative timers. You can treat it as the timestamp of the event occurring(or more correctly, libev find

newt_component_add_callback

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

socket_shutdown

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Shuts down a socket for receiving, sending, or both bool socket_shutdown ( resource $socket [, int $how = 2 ] ) The socket_shutdown() function allows you to stop incoming, outgoing or all data (the default) from being sent through the socket Parameters: socket A valid socket resource created with socket_create(). h

ocistatementtype

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

EventHttpConnection::__construct

(PECL event >= 1.2.6-beta) Constructs EventHttpConnection object public EventHttpConnection::__construct ( EventBase $base , EventDnsBase $dns_base , string $address , int $port [, EventSslContext $ctx = NULL ] ) Constructs EventHttpConnection object. Parameters: base Associated event base. dns_base If dns_base is NULL, hostname re

ob_gzhandler

(PHP 4 >= 4.0.4, PHP 5, PHP 7) ob_start callback function to gzip output buffer string ob_gzhandler ( string $buffer, int $mode ) ob_gzhandler() is intended to be used as a callback function for ob_start() to help facilitate sending gz-encoded data to web browsers that support compressed web pages. Before ob_gzhandler() actually sends compressed data, it determines what type of content encoding the browser will accept ("g

px_insert_record

(PECL paradox >= 1.4.0) Inserts record into paradox database int px_insert_record ( resource $pxdoc, array $data ) Inserts a new record into the database. The record is not necessarily inserted at the end of the database, but may be inserted at any position depending on where the first free slot is found. The record data is passed as an array of field values. The elements in the array must correspond to the fields in th

GearmanClient::timeout

(PECL gearman >= 0.6.0) Get current socket I/O activity timeout value public int GearmanClient::timeout ( void ) Returns the timeout in milliseconds to wait for I/O activity. Returns: Timeout in milliseconds to wait for I/O activity. A negative value means an infinite timeout. See also: GearmanClient::setTime

ssh2_auth_agent

(PECL ssh2 >= 0.12) Authenticate over SSH using the ssh agent bool ssh2_auth_agent ( resource $session, string $username ) Authenticate over SSH using the ssh agent Note: The ssh2_auth_agent() function will only be available when the ssh2 extension is compiled with libssh >= 1.2.3. Parameters: session An SSH connection link identifier, obtained from a call to ssh

ncurses_slk_set

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Sets function key labels bool ncurses_slk_set ( int $labelnr, string $label, int $format ) Parameters: labelnr label format This function is currently not documented; only its argument list is availabl