(PHP 7) Perform case folding on a code point public static mixed IntlChar::foldCase ( mixed $codepoint [, int $options = IntlChar::FOLD_CASE_DEFAULT ] ) The given character is mapped to its case folding equivalent; if the character has no case folding equivalent, the character itself is returned. Parameters: codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SN
(PHP 5 >= 5.2.0, PHP 7) The __set_state handler public static DateTime DateTime::__set_state ( array $array ) The __set_state() handler. Parameters: array Initialization array. Returns: Returns a new instance of a DateTime object.
(PHP 5 >= 5.4.0, PHP 7) Returns a list of errors from the last statement executed array mysqli_stmt_error_list ( mysqli_stmt $stmt ) Object oriented style array $mysqli_stmt->error_list; Procedural style Returns an array of errors for the most recently invoked statement function that can succeed or fail. Parameters: stmt Procedural style only: A statement identifier
(PECL gearman >= 0.6.0) Get worker options public int GearmanWorker::options ( void ) Gets the options previously set for the worker. Returns: The options currently set for the worker. See also: GearmanWorker::setOptions() -
(PECL stats >= 1.0.0) Returns the standard deviation float stats_standard_deviation ( array $a [, bool $sample = false ] ) Parameters: a The array of data to find the standard deviation for. Note that all values of the array will be cast to float. sample Indicates if a represents a sample of the population; defaults to FALSE.
(PECL maxdb >= 1.0) Performs a query on the database bool maxdb_multi_query ( resource $link, string $query ) Procedural style Object oriented style bool maxdb::multi_query ( string $query ) The maxdb_multi_query() works like the function maxdb_query(). Multiple queries are not yet supported. Returns: Returns TRUE on success or FALSE on failure.
(PECL mongo >=0.9.0) Skips a number of results public MongoCursor MongoCursor::skip ( int $num ) Parameters: num The number of results to skip. Returns: Returns this cursor. Exception: Throws MongoCursorException if this cursor has started iterating. See also:
(PECL tidy >= 0.7.0) Restore Tidy configuration to default values bool tidy_reset_config ( void ) This function restores the Tidy configuration to the default values. Returns: Returns TRUE on success or FALSE on failure. Notes: This function is only available in Tidy 1.0. It became obsolete in Tidy 2.0, and thus has been removed.
(PECL solr >= 0.9.2) Returns a SolrInputDocument equivalent of the object public SolrInputDocument SolrDocument::getInputDocument ( void ) Returns a SolrInputDocument equivalent of the object. This is useful if one wishes to resubmit/update a document retrieved from a query. Returns: Returns a SolrInputDocument on success and NULL on failure.
(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Close the page handle bool PDF_close_pdi_page ( resource $p, int $page ) Closes the page handle, and frees all page-related resources. Returns TRUE on success or FALSE on failure.
Page 344 of 930