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().

PDF_place_pdi_page

(PHP 4 >= 4.0.6, PECL pdflib >= 1.0.0) Place PDF page [deprecated] bool PDF_place_pdi_page ( resource $pdfdoc, int $page, float $x, float $y, float $sx, float $sy ) Places a PDF page and scales it. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 5, use PDF_fit_pdi_page() instead.

SolrGenericResponse::__destruct

(PECL solr >= 0.9.2) Destructor public void SolrGenericResponse::__destruct ( void ) Destructor. Returns: None

PDF_end_layer

(PECL pdflib >= 2.0.0) Deactivate all active layers bool PDF_end_layer ( resource $pdfdoc ) Deactivates all active layers. Returns TRUE on success or FALSE on failure. This function requires PDF 1.5.