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

MongoId::isValid

(PECL mongo >= 1.5.0) Check if a value is a valid ObjectId public static bool MongoId::isValid ( mixed $value ) This method may be used to check a variable before passing it as an argument to MongoId::__construct(). Parameters: value The value to check for validity. Returns: Returns TRUE if value is a MongoId instance or a string consisting of

ncurses_mvaddnstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move position and add string with specified length int ncurses_mvaddnstr ( int $y, int $x, string $s, int $n ) Parameters: y x s n This function is EXPERIMENTAL. The

CairoContext::setLineJoin

(PECL cairo >= 0.1.0) The setLineJoin purpose public void CairoContext::setLineJoin ( string $setting ) Object oriented style (method): Procedural style: void cairo_set_line_join ( CairoContext $context , string $setting ) Description here. Parameters: context Description... setting Description... Returns: