stream_bucket_new

(PHP 5, PHP 7) Create a new bucket for use on the current stream object stream_bucket_new ( resource $stream, string $buffer ) This function is currently not documented; only its argument list is available.

HaruPage::getTextRise

(PECL haru >= 0.0.1) Get the current value of text rising float HaruPage::getTextRise ( void ) Get the current value of text rising. Returns: Returns the current value of text rising. Exception: Throws a HaruException on error. See also: HaruPage::setTextRise() -

SVMModel::getSvrProbability

(PECL svm >= 0.1.5) Get the sigma value for regression types public float SVMModel::getSvrProbability ( void ) For regression models, returns a sigma value. If there is no probability information or the model is not SVR, 0 is returned. Returns: Returns a sigma value

ReflectionFunctionAbstract::isVariadic

(PHP 5 >= 5.6.0, PHP 7) Checks if the function is variadic public bool ReflectionFunctionAbstract::isVariadic ( void ) Checks if the function is variadic. Returns: Returns TRUE if the function is variadic, otherwise FALSE.

SplFileInfo::getExtension

(PHP 5 >= 5.3.6, PHP 7) Gets the file extension public string SplFileInfo::getExtension ( void ) Retrieves the file extension. Returns: Returns a string containing the file extension, or an empty string if the file has no extension. Notes: This method is only available as of PHP 5.3.6. Another way of getting the extension is to use the path

SolrClient::__destruct

(PECL solr >= 0.9.2) Destructor for SolrClient public void SolrClient::__destruct ( void ) Destructor Returns: Destructor for SolrClient See also: SolrClient::__construct() -

cairo_svg_version_to_string

(PECL cairo >= 0.1.0) Description string cairo_svg_version_to_string ( int $version ) The function description goes here. Parameters: version Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.

sqlsrv_prepare

(No version information available, might only be in Git) Prepares a query for execution mixed sqlsrv_prepare ( resource $conn, string $sql [, array $params [, array $options ]] ) Prepares a query for execution. This function is ideal for preparing a query that will be executed multiple times with different parameter values. Parameters: conn A connection resource returned

QuickHashIntHash::add

(PECL quickhash >= Unknown) This method adds a new entry to the hash public bool QuickHashIntHash::add ( int $key [, int $value ] ) This method adds a new entry to the hash, and returns whether the entry was added. Entries are by default always added unless QuickHashIntHash::CHECK_FOR_DUPES has been passed when the hash was created. Parameters: key The key of the entry

ncurses_qiflush

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Flush on signal characters void ncurses_qiflush ( void ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This function is currently n