get_magic_quotes_gpc

(PHP 4, PHP 5, PHP 7) Gets the current configuration setting of magic_quotes_gpc bool get_magic_quotes_gpc ( void ) Returns the current configuration setting of magic_quotes_gpc Keep in mind that attempting to set magic_quotes_gpc at runtime will not work. For more information about magic_quotes, see this security section. Returns: Returns 0 if magic_quotes_gpc is off, 1 otherwise. Or always

MongoCursor::snapshot

(PECL mongo >=0.9.4) Use snapshot mode for the query public MongoCursor MongoCursor::snapshot ( void ) Use snapshot mode for the query. Snapshot mode ensures that a document will not be returned more than once because an intervening write operation results in a move of the document. Documents inserted or deleted during the lifetime of the cursor may or may not be returned, irrespective of snapshot mode. Queries with sho

socket_select

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Runs the select() system call on the given arrays of sockets with a specified timeout int socket_select ( array &$read, array &$write, array &$except, int $tv_sec [, int $tv_usec = 0 ] ) socket_select() accepts arrays of sockets and waits for them to change status. Those coming with BSD sockets background will recognize that those socket resource arrays are in fact the so-called

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.