proc_terminate

(PHP 5, PHP 7) Kills a process opened by proc_open bool proc_terminate ( resource $process [, int $signal = 15 ] ) Signals a process (created using proc_open()) that it should terminate. proc_terminate() returns immediately and does not wait for the process to terminate. proc_terminate() allows you terminate the process and continue with other tasks. You may poll the process (to see if it has stopped yet) by using the pro

SAMConnection::error

(PECL sam >= 0.1.0) Contains the text description of the last failed SAM operation. string $SAMConnection->error; Contains the text description of the last failed SAM operation on this connection. If the last operation completed successfully this property contains an empty string. Returns: A string containing the text description of the last error type encountered on the connection. An empty string indicates

RRDUpdater::update

(PECL rrd >= 0.9.0) Update the RRD database file public bool RRDUpdater::update ( array $values [, string $time = time() ] ) Updates the RRD file defined via RRDUpdater::__construct(). The file is updated with a specific values. Parameters: values Data for update. Key is data source name. time Time value for updating the RRD with a

stream_get_line

(PHP 5, PHP 7) Gets line from stream resource up to a given delimiter string stream_get_line ( resource $handle, int $length [, string $ending ] ) Gets a line from the given handle. Reading ends when length bytes have been read, when the string specified by ending is found (which is not included in the return value), or on EOF (whichever comes first). This function is nearly identical to fgets() except in that it allows

Memcached::increment

(PECL memcached >= 0.1.0) Increment numeric item's value public int Memcached::increment ( string $key [, int $offset = 1 [, int $initial_value = 0 [, int $expiry = 0 ]]] ) Memcached::increment() increments a numeric item's value by the specified offset. If the item's value is not numeric, an error will result. Memcached::increment() will set the item to the initial_value parameter if the key doesn't exist.

trader_midprice

(PECL trader >= 0.2.0) Midpoint Price over period array trader_midprice ( array $high, array $low [, integer $timePeriod ] ) Parameters: high High price, array of real values. low Low price, array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns:

ncurses_show_panel

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Places an invisible panel on top of the stack, making it visible int ncurses_show_panel ( resource $panel ) Parameters: panel This function is currently not documented; only its argument list is available.

Thread::join

(PECL pthreads >= 2.0.0) Synchronization public boolean Thread::join ( void ) Causes the calling context to wait for the referenced Thread to finish executing Returns: A boolean indication of success Examples: Join with the referenced Thread <?php class My extends Thread {     public function run() {         /* ... 

oci_connect

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Connect to an Oracle database resource oci_connect ( string $username, string $password [, string $connection_string [, string $character_set [, int $session_mode ]]] ) Returns a connection identifier needed for most other OCI8 operations. See Connection Handling for general information on connection management and connection pooling. From PHP 5.1.2 (PECL OCI8 1.1) oci_close() can be

mqseries_set

(PECL mqseries >= 0.10.0) MQSeries MQSET void mqseries_set ( resource $hconn, resource $hobj, int $selectorcount, array $selectors, int $intattrcount, array $intattrs, int $charattrlength, array $charattrs, resource &$compCode, resource &$reason ) The mqseries_set() (MQSET) call is used to change the attributes of an object represented by a handle. The object must be a queue. Parameters: