FilesystemIterator::getFlags

(PHP 5 >= 5.3.0, PHP 7) Get the handling flags public int FilesystemIterator::getFlags ( void ) Gets the handling flags, as set in FilesystemIterator::__construct() or FilesystemIterator::setFlags(). Returns: The integer value of the set flags. See also: FilesystemIterator::__construct() -

ImagickDraw::getFillColor

(PECL imagick 2.0.0) Returns the fill color ImagickPixel ImagickDraw::getFillColor ( void ) Returns the fill color used for drawing filled objects. Returns: Returns an ImagickPixel object. This function is currently not documented; only its argument list is available.

msql_db_query

(PHP 4, PHP 5, PHP 7) Send mSQL query resource msql_db_query ( string $database, string $query [, resource $link_identifier ] ) msql_db_query() selects a database and executes a query on it. Parameters: database The name of the mSQL database. query The SQL query. link_identifier The mSQL connection. If

EventBufferEvent::free

(PECL event >= 1.2.6-beta) Free a buffer event public void EventBufferEvent::free ( void ) Free resources allocated by buffer event. Usually there is no need to call this method, since normally it is done within internal object destructors. However, sometimes we have a long-time script allocating lots of instances, or a script with a heavy memory usage, where we need to free resources as soon as possible. In such cases

HaruPage::setHeight

(PECL haru >= 0.0.1) Set height of the page bool HaruPage::setHeight ( float $height ) Defines height of the page. Parameters: height The defined height for the page. Returns: Returns TRUE on success. Exception: Throws a HaruException on error. See also:

newt_listbox_set_current

(PECL newt >= 0.1) void newt_listbox_set_current ( resource $listbox, int $num ) Parameters: listbox num Returns: No value is returned. This function is currently not documented; only its argument list is available.

ps_setpolydash

(PECL ps >= 1.1.0) Sets appearance of a dashed line bool ps_setpolydash ( resource $psdoc, float $arr ) Sets the length of the black and white portions of a dashed line. ps_setpolydash() is used to set more complicated dash patterns. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). arr arr is a li

PDF_open_image

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Use image data [deprecated] int PDF_open_image ( resource $p, string $imagetype, string $source, string $data, int $length, int $width, int $height, int $components, int $bpc, string $params ) Uses image data from a variety of data sources. This function is deprecated since PDFlib version 5, use virtual files and PDF_load_image() instead.

ps_setdash

(PECL ps >= 1.1.0) Sets appearance of a dashed line bool ps_setdash ( resource $psdoc, float $on, float $off ) Sets the length of the black and white portions of a dashed line. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). on The length of the dash. off The l

Throwable::getLine

(PHP 7) Gets the line on which the object was instantiated abstract public int Throwable::getLine ( void ) Returns the line number where the thrown object was instantiated. Returns: Returns the line number where the thrown object was instantiated. See also: Exception::getLine() -