PDF_attach_file

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Add file attachment for current page [deprecated] bool PDF_attach_file ( resource $pdfdoc, float $llx, float $lly, float $urx, float $ury, string $filename, string $description, string $author, string $mimetype, string $icon ) Adds a file attachment annotation. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 6, use PDF_create_annotat

Yaf_Application::setAppDirectory

(Yaf >=2.1.4) Change the application directory public Yaf_Application Yaf_Application::setAppDirectory ( string $directory ) Parameters: directory Returns:

wincache_ucache_inc

(PECL wincache >= 1.1.0) Increments the value associated with the key mixed wincache_ucache_inc ( string $key [, int $inc_by = 1 [, bool &$success ]] ) Increments the value associated with the key by 1 or as specified by inc_by. Parameters: key The key that was used to store the variable in the cache. key is case sensitive. inc_by

maxdb_stmt_num_rows

(PECL maxdb >= 1.0) Return the number of rows in statements result set int maxdb_stmt_num_rows ( resource $stmt ) Procedural style Object oriented style int $maxdb_stmt->num_rows; Returns the number of rows in the result set. Returns: An integer representing the number of rows in result set. Examples: Object oriented style

MongoDB::getDBRef

(PECL mongo >=0.9.0) Fetches the document pointed to by a database reference public array MongoDB::getDBRef ( array $ref ) Parameters: ref A database reference. Returns: Returns the document pointed to by the reference. Examples: MongoDB::getDBRef() example Example demon

CairoContext::scale

(PECL cairo >= 0.1.0) The scale purpose public void CairoContext::scale ( string $x, string $y ) Object oriented style (method): Procedural style: void cairo_scale ( CairoContext $context , string $x , string $y ) Description here. Parameters: context Description... x Description... y Description

event_buffer_enable

(PECL libevent >= 0.0.1) Enable a buffered event bool event_buffer_enable ( resource $bevent, int $events ) Enables the specified buffered event. Parameters: bevent Valid buffered event resource. events Any combination of EV_READ and EV_WRITE. Returns: event_buffer_enable() returns TRUE on success or FALSE o

fann_set_sarprop_step_error_threshold_factor

(PECL fann >= 1.0.0) Sets the sarprop step error threshold factor bool fann_set_sarprop_step_error_threshold_factor ( resource $ann, float $sarprop_step_error_threshold_factor ) Sets the sarprop step error threshold factor. Parameters: ann Neural network resource. sarprop_step_error_threshold_factor The sarprop step error threshold fac

PDOStatement::nextRowset

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0) Advances to the next rowset in a multi-rowset statement handle public bool PDOStatement::nextRowset ( void ) Some database servers support stored procedures that return more than one rowset (also known as a result set). PDOStatement::nextRowset() enables you to access the second and subsequent rowsets associated with a PDOStatement object. Each rowset can have a different se

DOMNode::lookupNamespaceURI

(PHP 5, PHP 7) Gets the namespace URI of the node based on the prefix public string DOMNode::lookupNamespaceURI ( string $prefix ) Gets the namespace URI of the node based on the prefix. Parameters: prefix The prefix of the namespace. Returns: The namespace URI of the node. See a