CairoContext::setLineWidth

(PECL cairo >= 0.1.0) The setLineWidth purpose public void CairoContext::setLineWidth ( string $width ) Object oriented style (method): Procedural style: void cairo_set_line_width ( CairoContext $context , string $width ) Description here. Parameters: context Description... width Description... Returns: De

newt_pop_help_line

(PECL newt >= 0.1) Replaces the current help line with the one from the stack void newt_pop_help_line ( void ) Replaces the current help line with the one from the stack. Note: It's important not to call to newt_pop_help_line() more than newt_push_help_line(). Returns: No value is returned. See also: ne

XMLReader::moveToFirstAttribute

(PHP 5 >= 5.1.0, PHP 7) Position cursor on the first Attribute public bool XMLReader::moveToFirstAttribute ( void ) Moves cursor to the first Attribute. Returns: Returns TRUE on success or FALSE on failure. See also: XMLReader::moveToElement() - XMLReader::moveToAttribute() -

hw_api::parents

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns parents of an object array hw_api::parents ( array $parameter ) Retrieves the parents of an object. The parents can be further filtered by specifying an object query. Parameters: parameter The parameter array contains the required elements 'objectidentifier' and the optional elements 'attributeselector' and 'objectquery'.

SolrQuery::setHighlightMergeContiguous

(PECL solr >= 0.9.2) Whether or not to collapse contiguous fragments into a single fragment public SolrQuery SolrQuery::setHighlightMergeContiguous ( bool $flag [, string $field_override ] ) Whether or not to collapse contiguous fragments into a single fragment Parameters: value Whether or not to collapse contiguous fragments into a single fragment

ImagickDraw::popDefs

(PECL imagick 2.0.0) Terminates a definition list bool ImagickDraw::popDefs ( void ) Terminates a definition list. Returns: No value is returned. This function is currently not documented; only its argument list is available. Examples: ImagickDraw::popDefs() <?php function po

pg_trace

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Enable tracing a PostgreSQL connection bool pg_trace ( string $pathname [, string $mode = "w" [, resource $connection ]] ) pg_trace() enables tracing of the PostgreSQL frontend/backend communication to a file. To fully understand the results, one needs to be familiar with the internals of PostgreSQL communication protocol. For those who are not, it can still be useful for tracing errors in

mssql_free_result

(PHP 4, PHP 5, PECL odbtp >= 1.1.1) Free result memory bool mssql_free_result ( resource $result ) mssql_free_result() only needs to be called if you are worried about using too much memory while your script is running. All result memory will automatically be freed when the script ends. You may call mssql_free_result() with the result identifier as an argument and the associated result memory will be freed.

EventBase::gotExit

(PECL event >= 1.2.6-beta) Checks if the event loop was told to exit public bool EventBase::gotExit ( void ) Checks if the event loop was told to exit by EventBase::exit() . Returns: Returns TRUE, event loop was told to exit by EventBase::exit() . Otherwise FALSE. See also: EventBase::exit() -

mcrypt_get_iv_size

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Returns the size of the IV belonging to a specific cipher/mode combination int mcrypt_get_iv_size ( string $cipher, string $mode ) Gets the size of the IV belonging to a specific cipher/mode combination. It is more useful to use the mcrypt_enc_get_iv_size() function as this uses the resource returned by mcrypt_module_open(). Parameters: cipher