EvLoop::invokePending

(PECL ev >= 0.2.0) Invoke all pending watchers while resetting their pending state public void EvLoop::invokePending ( void ) Invoke all pending watchers while resetting their pending state. Returns: No value is returned.

call_user_method

(PHP 4, PHP 5) Call a user method on an specific object mixed call_user_method ( string $method_name, object &$obj [, mixed $parameter [, mixed $... ]] ) Parameters: method_name The method name being called. obj The object that method_name is being called on. parameter ... The optional parameters.

gzpassthru

(PHP 4, PHP 5, PHP 7) Output all remaining data on a gz-file pointer int gzpassthru ( resource $zp ) Reads to EOF on the given gz-file pointer from the current position and writes the (uncompressed) results to standard output. Note: You may need to call gzrewind() to reset the file pointer to the beginning of the file if you have already written data to it. Tip If you just want to dump the contents of a file to the

SDO_DataObject::clear

(^) Clear an SDO_DataObject's properties void SDO_DataObject::clear ( void ) Clear an SDO_DataObject's properties. Read-only properties are unaffected. Subsequent calls to isset() for the data object will return FALSE. Returns: No return values. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change

substr

(PHP 4, PHP 5, PHP 7) Return part of a string string substr ( string $string, int $start [, int $length ] ) Returns the portion of string specified by the start and length parameters. Parameters: string The input string. Must be one character or longer. start If start is non-negative, the returned string will start at the start'th posit

SwishSearch::resetLimit

(PECL swish >= 0.1.0) Reset the search limits void SwishSearch::resetLimit ( void ) Reset the search limits previous set by SwishSearch::setLimit. Returns: No value is returned. 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 should be

eio_sync

(PECL eio >= 0.0.1dev) Commit buffer cache to disk resource eio_sync ([ int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) Returns: eio_sync() returns request resource on success or FALSE on error.

cyrus_unbind

(PHP 4 >= 4.1.0, PECL cyrus 1.0) Unbind ... bool cyrus_unbind ( resource $connection, string $trigger_name ) Parameters: connection The connection handle. trigger_name The trigger name. Returns: Returns TRUE on success or FALSE on failure. This function is currently not doc

ldap_error

(PHP 4, PHP 5, PHP 7) Return the LDAP error message of the last LDAP command string ldap_error ( resource $link_identifier ) Returns the string error message explaining the error generated by the last LDAP command for the given link_identifier. While LDAP errno numbers are standardized, different libraries return different or even localized textual error messages. Never check for a specific error message text, but always use

SDO_DAS_ChangeSummary::beginLogging

(^) Begin change logging void SDO_DAS_ChangeSummary::beginLogging ( void ) Begin logging changes made to the SDO_DataObject. Returns: None. 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 should be used at your own risk.