get_included_files

(PHP 4, PHP 5, PHP 7) Returns an array with the names of included or required files array get_included_files ( void ) Gets the names of all files that have been included using include, include_once, require or require_once. Returns: Returns an array of the names of all files. The script originally called is considered an "included file," so it will be listed together with the files referenced by

imagelayereffect

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Set the alpha blending flag to use the bundled libgd layering effects bool imagelayereffect ( resource $image, int $effect ) Set the alpha blending flag to use the bundled libgd layering effects. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(). effec

PharData::addFile

(PHP >= 5.3.0, PECL phar >= 2.0.0) Add a file from the filesystem to the tar/zip archive public void Phar::addFile ( string $file [, string $localname ] ) With this method, any file or URL can be added to the tar/zip archive. If the optional second parameter localname is specified, the file will be stored in the archive with that name, otherwise the file parameter is used as the path to store within the archive. URLs

PDF_setmiterlimit

(PHP 4, PECL pdflib >= 1.0.0) Set miter limit bool PDF_setmiterlimit ( resource $pdfdoc, float $miter ) Sets the miter limit.Returns TRUE on success or FALSE on failure.

ncurses_wrefresh

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Refresh window on terminal screen int ncurses_wrefresh ( resource $window ) Parameters: window 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 sh

compact

(PHP 4, PHP 5, PHP 7) Create array containing variables and their values array compact ( mixed $varname1 [, mixed $... ] ) Creates an array containing variables and their values. For each of these, compact() looks for a variable with that name in the current symbol table and adds it to the output array such that the variable name becomes the key and the contents of the variable become the value for that key. In short, it d

Yaf_Config_Simple::__isset

(Yaf >=1.0.0) The __isset purpose public void Yaf_Config_Simple::__isset ( string $name ) Parameters: name Returns: This function is currently not documented; only its argument list is available.

CairoContext::fill

(PECL cairo >= 0.1.0) Fills the current path public void CairoContext::fill ( void ) Object oriented style (method): Procedural style: void cairo_fill ( CairoContext $context ) A drawing operator that fills the current path according to the current CairoFillRule, (each sub-path is implicitly closed before being filled). After CairoContext::fill() or cairo_fill(), the current path will be cleared from the CairoContext.

IntlDateFormatter::setTimeZoneId

(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) Sets the time zone to use public bool IntlDateFormatter::setTimeZoneId ( string $zone ) Object oriented style Procedural style bool datefmt_set_timezone_id ( IntlDateFormatter $fmt , string $zone ) Sets the time zone to use. Parameters: fmt The formatter resource. zone The time zone ID str

trader_wma

(PECL trader >= 0.2.0) Weighted Moving Average array trader_wma ( 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.