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:

ncurses_mvaddchstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Move position and add attributed string int ncurses_mvaddchstr ( int $y, int $x, string $s ) Parameters: y x s This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding

Yaf_Config_Ini::current

(Yaf >=1.0.0) The current purpose public void Yaf_Config_Ini::current ( void ) Returns: This function is currently not documented; only its argument list is available.

curl_close

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Close a cURL session void curl_close ( resource $ch ) Closes a cURL session and frees all resources. The cURL handle, ch, is also deleted. Parameters: ch A cURL handle returned by curl_init(). Returns: No value is returned. Examples: Initializing a new

trader_minindex

(PECL trader >= 0.2.0) Index of lowest value over a specified period array trader_minindex ( array $real [, integer $timePeriod ] ) Parameters: real Array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns: Returns an array with calculated data or false on failure.

PDF_place_image

(PHP 4, PECL pdflib >= 1.0.0) Place image on the page [deprecated] bool PDF_place_image ( resource $pdfdoc, int $image, float $x, float $y, float $scale ) Places an image and scales it. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 5, use PDF_fit_image() instead.

Spoofchecker::setAllowedLocales

(PHP >= 5.4.0, PECL intl >= 2.0.0) Locales to use when running checks public void Spoofchecker::setAllowedLocales ( string $locale_list ) Parameters: locale_list Returns: This function is currently not documented; only its argument list is available.

PDF_open_pdi_page

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Prepare a page int PDF_open_pdi_page ( resource $p, int $doc, int $pagenumber, string $optlist ) Prepares a page for later use with PDF_fit_pdi_page().