FilterIterator::valid

(PHP 5 >= 5.1.0, PHP 7) Check whether the current element is valid public bool FilterIterator::valid ( void ) Checks whether the current element is valid. Returns: TRUE if the current element is valid, otherwise FALSE This function is currently not documented; only its argument list is available.

CairoContext::newPath

(PECL cairo >= 0.1.0) The newPath purpose public void CairoContext::newPath ( void ) Object oriented style (method): Procedural style: void cairo_new_path ( CairoContext $context ) Clears the current path. After this call there will be no path and no current point. Parameters: context A valid CairoContext object. Returns: No value is returne

fam_cancel_monitor

(PHP 5 <= 5.0.5) Terminate monitoring bool fam_cancel_monitor ( resource $fam, resource $fam_monitor ) Terminates monitoring on a resource. In addition an FAMAcknowledge event occurs. Parameters: fam A resource representing a connection to the FAM service returned by fam_open() fam_monitor A resource returned by one of the fam_moni

cubrid_execute

(PECL CUBRID >= 8.3.0) Execute a prepared SQL statement resource cubrid_execute ( resource $conn_identifier, string $sql [, int $option ] ) bool cubrid_execute ( resource $request_identifier [, int $option ] ) The cubrid_execute() function is used to execute the given SQL statement. It executes the query by using conn_identifier and SQL, and then returns the request identifier created. It is used for simple execution of

cubrid_pconnect

(PECL CUBRID >= 8.3.1) Open a persistent connection to a CUBRID server resource cubrid_pconnect ( string $host, int $port, string $dbname [, string $userid [, string $passwd ]] ) Establishes a persistent connection to a CUBRID server. cubrid_pconnect() acts very much like cubrid_connect() with two major differences. First, when connecting, the function would first try to find a (persistent) link that's already open wi

DirectoryIterator::next

(PHP 5, PHP 7) Move forward to next DirectoryIterator item public void DirectoryIterator::next ( void ) Move forward to the next DirectoryIterator item. Returns: No value is returned. Examples: DirectoryIterator::next() example List the contents of a directory using a while loop. <?php $iterator = new DirectoryItera

EmptyIterator::rewind

(PHP 5 >= 5.1.0, PHP 7) The rewind() method public void EmptyIterator::rewind ( void ) No operation, nothing to do. Returns: No value is returned. This function is currently not documented; only its argument list is available.

Memcache::flush

(PECL memcache >= 1.0.0) Flush all existing items at the server bool Memcache::flush ( void ) Memcache::flush() immediately invalidates all existing items. Memcache::flush() doesn't actually free any resources, it only marks all the items as expired, so occupied memory will be overwritten by new items. Also you can use memcache_flush() function. Returns: Returns TRUE on success or FALSE on fail

EventDnsBase::setSearchNdots

(PECL event >= 1.2.6-beta) Set the 'ndots' parameter for searches public bool EventDnsBase::setSearchNdots ( int $ndots ) Set the 'ndots' parameter for searches. Sets the number of dots which, when found in a name, causes the first query to be without any search domain. Parameters: ndots The number of dots. Returns: Returns TRUE on success. O

fdf_get_ap

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Get the appearance of a field bool fdf_get_ap ( resource $fdf_document, string $field, int $face, string $filename ) Gets the appearance of a field (i.e. the value of the /AP key) and stores it in a file. Parameters: fdf_document The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_string(). fie