mysqli_stmt::$insert_id

(PHP 5, PHP 7) Get the ID generated from the previous INSERT operation mixed mysqli_stmt_insert_id ( mysqli_stmt $stmt ) Object oriented style int $mysqli_stmt->insert_id; Procedural style This function is currently not documented; only its argument list is available.

Imagick::resetImagePage

(No version information available, might only be in Git) Reset image page bool Imagick::resetImagePage ( string $page ) The page definition as a string. The string is in format WxH+x+y. This method is available if Imagick has been compiled against ImageMagick version 6.3.6 or newer. Parameters: page The page definition. For example 7168x5147+0+0 Return

hw_api::object

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Retrieve attribute information hw_api_object hw_api::object ( array $parameter ) This function retrieves the attribute information of an object of any version. It will not return the document content. Parameters: parameter The parameter array contains the required elements 'objectIdentifier' and the optional elements 'attributeSe

stats_rand_gen_noncentral_t

(PECL stats >= 1.0.0) Generates a single random deviate from a noncentral T distribution float stats_rand_gen_noncentral_t ( float $df, float $xnonc ) Parameters: df xnonc Returns: This function is currently not documented; only its argument list is available.

doubleval

(PHP 4, PHP 5, PHP 7) Alias of floatval() This function is an alias of: floatval().

MongoDB::resetError

(PECL mongo >=0.9.5) Clears any flagged errors on the database public array MongoDB::resetError ( void ) This method is not used in normal operations. It resets the database error tracker (which can be incremented with MongoDB::forceError(), also not normally used). It is equivalent to running: <?php public function resetError() {     return $this->command(array('reseterror' => 1)); } ?>

stats_dens_pmf_binomial

(PECL stats >= 1.0.0) Not documented float stats_dens_pmf_binomial ( float $x, float $n, float $pi ) Parameters: x n pi Returns: This function is currently not documented; only its argument list is available.

Yaf_Session::__isset

(Yaf >=1.0.0) The __isset purpose public void Yaf_Session::__isset ( string $name ) Parameters: name Returns: This function is currently not documented; only its argument list is available.

Generator::current

(PHP 5 >= 5.5.0, PHP 7) Get the yielded value public mixed Generator::current ( void ) Returns: Returns the yielded value.

Yaf_Response_Abstract::getHeader

(Yaf >=1.0.0) The getHeader purpose public void Yaf_Response_Abstract::getHeader ( void ) Returns: This function is currently not documented; only its argument list is available.