SplFixedArray::key

(PHP 5 >= 5.3.0, PHP 7) Return current array index public int SplFixedArray::key ( void ) Returns the current array index. Returns: The current array index.

curl_multi_info_read

(PHP 5, PHP 7) Get information about the current transfers array curl_multi_info_read ( resource $mh [, int &$msgs_in_queue = NULL ] ) Ask the multi handle if there are any messages or information from the individual transfers. Messages may include information such as an error code from the transfer or just the fact that a transfer is completed. Repeated calls to this function will return a new result each time, until

mktime

(PHP 4, PHP 5, PHP 7) Get Unix timestamp for a date int mktime ([ int $hour = date("H") [, int $minute = date("i") [, int $second = date("s") [, int $month = date("n") [, int $day = date("j") [, int $year = date("Y") [, int $is_dst = -1 ]]]]]]] ) Returns the Unix timestamp corresponding to the arguments given. This timestamp is a long integer containing the number of seconds between the Unix Epoch (January 1 1970 00:0

ibase_connect

(PHP 5, PHP 7) Open a connection to a database resource ibase_connect ([ string $database [, string $username [, string $password [, string $charset [, int $buffers [, int $dialect [, string $role [, int $sync ]]]]]]]] ) Establishes a connection to an Firebird/InterBase server. In case a second call is made to ibase_connect() with the same arguments, no new link will be established, but instead, the link identifier of the

cubrid_get_server_info

(PECL CUBRID >= 8.3.0) Return the CUBRID server version string cubrid_get_server_info ( resource $conn_identifier ) This function returns a string that represents the CUBRID server version. Parameters: conn_identifier The CUBRID connection. Returns: A string that represents the CUBRID server version; on success. FALSE on failure.

VarnishAdmin::disconnect

(PECL varnish >= 1.0.0) Disconnect from a varnish instance administration interface public bool VarnishAdmin::disconnect ( void ) Returns: Returns TRUE on success or FALSE on failure.

PharData::setStub

(PHP >= 5.3.0, PECL phar >= 2.0.0) dummy function (Phar::setStub is not valid for PharData) bool PharData::setStub ( string $stub [, int $len = -1 ] ) Non-executable tar/zip archives cannot have a stub, so this method simply throws an exception. Parameters: stub A string or an open stream handle to use as the executable stub for this phar archive. This parameter is

cubrid_lob_close

(PECL CUBRID >= 8.3.1) Close BLOB/CLOB data bool cubrid_lob_close ( array $lob_identifier_array ) cubrid_lob_close() is used to close all BLOB/CLOB returned from cubrid_lob_get(). Parameters: lob_identifier_array LOB identifier array return from cubrid_lob_get. Returns: TRUE, when process is successful. FALSE, when process is unsuccessful.

ZMQPoll::count

(PECL zmq >= 0.5.0) Count items in the poll set public integer ZMQPoll::count ( void ) Count the items in the poll set. Returns: Returns an integer representing the amount of items in the poll set.

QuickHashStringIntHash::delete

(No version information available, might only be in Git) This method deletes am entry from the hash public bool QuickHashStringIntHash::delete ( string $key ) This method deletes an entry from the hash, and returns whether the entry was deleted or not. Associated memory structures will not be freed immediately, but rather when the hash itself is freed. Elements can not be deleted when the hash is used in an iterator. The m