stats_dens_weibull

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

mysqli::dump_debug_info

(PHP 5, PHP 7) Dump debugging information into the log bool mysqli::dump_debug_info ( void ) Object oriented style Procedural style bool mysqli_dump_debug_info ( mysqli $link ) This function is designed to be executed by an user with the SUPER privilege and is used to dump debugging information into the log for the MySQL Server relating to the connection. Parameters: link

mysqli::$host_info

(PHP 5, PHP 7) Returns a string representing the type of connection used string mysqli_get_host_info ( mysqli $link ) Object oriented style string $mysqli->host_info; Procedural style Returns a string describing the connection represented by the link parameter (including the server host name). Parameters: link Procedural style only: A link identifier returned by mysqli

base64_decode

(PHP 4, PHP 5, PHP 7) Decodes data encoded with MIME base64 string base64_decode ( string $data [, bool $strict = false ] ) Decodes a base64 encoded data. Parameters: data The encoded data. strict Returns FALSE if input contains character from outside the base64 alphabet. Returns: Returns the original data or

imap_fetchstructure

(PHP 4, PHP 5, PHP 7) Read the structure of a particular message object imap_fetchstructure ( resource $imap_stream, int $msg_number [, int $options = 0 ] ) Fetches all the structured information for a given message. Parameters: imap_stream An IMAP stream returned by imap_open(). msg_number The message number optio

SolrQuery::getHighlightSimplePre

(PECL solr >= 0.9.2) Returns the text which appears before a highlighted term public string SolrQuery::getHighlightSimplePre ([ string $field_override ] ) Returns the text which appears before a highlighted term. Accepts an optional field override Parameters: field_override The name of the field Returns: Returns a string on success and NULL if

ncurses_keypad

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Turns keypad on or off int ncurses_keypad ( resource $window, bool $bf ) Parameters: window bf This function is currently not documented; only its argument list is available.

cairo_pattern_set_extend

(PECL cairo >= 0.1.0) Description void cairo_pattern_set_extend ( string $pattern, string $extend ) The function description goes here. Parameters: pattern Description... extend Description... Returns: What is returned on success and failure This function is currently no

Threaded::unlock

(PECL pthreads >= 2.0.0) Synchronization public boolean Threaded::unlock ( void ) Unlock the referenced objects storage for the calling context Returns: A boolean indication of success Examples: Locking the property table of a threaded object <?php class My extends Thread {     public function run() {         var_du

ncurses_savetty

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Saves terminal state bool ncurses_savetty ( void ) Saves the current terminal state. The saved terminal state can be restored with ncurses_resetty(). Returns: Always returns FALSE. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change wit