ncurses_filter

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set LINES for iniscr() and newterm() to 1 void ncurses_filter ( void ) 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 should be used at your own risk. This function i

EvEmbed::sweep

(PECL ev >= 0.2.0) Make a single, non-blocking sweep over the embedded loop. public void EvEmbed::sweep ( void ) Make a single, non-blocking sweep over the embedded loop. Works similarly to the following, but in the most appropriate way for embedded loops: <?php $other->start(Ev::RUN_NOWAIT); ?> Returns: No value is returned.

sha1

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Calculate the sha1 hash of a string string sha1 ( string $str [, bool $raw_output = false ] ) Calculates the sha1 hash of str using the » US Secure Hash Algorithm 1. Parameters: str The input string. raw_output If the optional raw_output is set to TRUE, then the sha1 digest is instead returned in raw b

DOMElement::setAttribute

(PHP 5, PHP 7) Adds new attribute public DOMAttr DOMElement::setAttribute ( string $name, string $value ) Sets an attribute with name name to the given value. If the attribute does not exist, it will be created. Parameters: name The name of the attribute. value The value of the attribute. Returns: The new DOMAt

Imagick::evaluateImage

(PECL imagick 2.0.0) Applies an expression to an image bool Imagick::evaluateImage ( int $op, float $constant [, int $channel = Imagick::CHANNEL_ALL ] ) Applys an arithmetic, relational, or logical expression to an image. Use these operators to lighten or darken an image, to increase or decrease contrast in an image, or to produce the "negative" of an image. Parameters: op

bbcode_parse

(PECL bbcode >= 0.9.0) Parse a string following a given rule set string bbcode_parse ( resource $bbcode_container, string $to_parse ) This function parse the string to_parse following the rules in the bbcode_container created by bbcode_create() Parameters: bbcode_container BBCode_Container resource returned by bbcode_create(). to_parse

Yaf_Config_Ini::rewind

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

Yaf_Request_Abstract::setControllerName

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

mailparse_determine_best_xfer_encoding

(PECL mailparse >= 0.9.0) Gets the best way of encoding string mailparse_determine_best_xfer_encoding ( resource $fp ) Figures out the best way of encoding the content read from the given file pointer. Parameters: fp A valid file pointer, which must be seek-able. Returns: Returns one of the character encodings supported by the mbstring module.

stream_get_transports

(PHP 5, PHP 7) Retrieve list of registered socket transports array stream_get_transports ( void ) Returns an indexed array containing the name of all socket transports available on the running system. Returns: Returns an indexed array of socket transports names. Examples: Using stream_get_transports() <?php $xportlist