ncurses_addnstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Add string with specified length at current position int ncurses_addnstr ( string $s, int $n ) Parameters: s n This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without n

mb_encode_numericentity

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Encode character to HTML numeric string reference string mb_encode_numericentity ( string $str, array $convmap [, string $encoding = mb_internal_encoding() [, bool $is_hex = FALSE ]] ) Converts specified character codes in string str from character code to HTML numeric character reference. Parameters: str The string being encoded.

imageftbbox

(PHP 4 >= 4.0.7, PHP 5, PHP 7) Give the bounding box of a text using fonts via freetype2 array imageftbbox ( float $size, float $angle, string $fontfile, string $text [, array $extrainfo ] ) This function calculates and returns the bounding box in pixels for a FreeType text. Parameters: size The font size. Depending on your version of GD, this should be specified as the

Pool::submitTo

(PECL pthreads >= 2.0.0) Submits an object for execution public integer Pool::submitTo ( integer $worker, Threaded $task ) Submit the object to the specified Worker in the Pool Parameters: worker The worker for execution task The task for execution Returns: the identifier of the Worker that accepted the obje

pspell_config_personal

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Set a file that contains personal wordlist bool pspell_config_personal ( int $dictionary_link, string $file ) Set a file that contains personal wordlist. The personal wordlist will be loaded and used in addition to the standard one after you call pspell_new_config(). The file is also the file where pspell_save_wordlist() will save personal wordlist to. pspell_config_personal() should be us

readline_callback_read_char

(PHP 5 >= 5.1.0, PHP 7) Reads a character and informs the readline callback interface when a line is received void readline_callback_read_char ( void ) Reads a character of user input. When a line is received, this function informs the readline callback interface installed using readline_callback_handler_install() that a line is ready for input. Returns: No value is returned.

EventHttpRequest::findHeader

(PECL event >= 1.4.0-beta) Finds the value belonging a header public void EventHttpRequest::findHeader ( string $key , string $type ) Finds the value belonging a header. Parameters: key The header name. type One of EventHttpRequest::*_HEADER constants . Returns: Returns NULL if header not found.

HaruDoc::getPageMode

(PECL haru >= 0.0.1) Get current page mode int HaruDoc::getPageMode ( void ) Get the current page mode. See HaruDoc::setPageMode() for the list of possible values. Returns: Returns the page mode currently set in the document. See HaruDoc::setPageMode() for the list of possible values. Exception: Throws a HaruException on error.

imagecreatefromwebp

(PHP 5 >= 5.5.0, PHP 7) Create a new image from file or URL resource imagecreatefromwebp ( string $filename ) imagecreatefromwebp() returns an image identifier representing the image obtained from the given filename. TipA URL can be used as a filename with this function if the fopen wrappers have been enabled. See fopen() for more details on how to specify the filename. See the Supported Protocols and Wrappers for links

DOMDocument::relaxNGValidate

(PHP 5, PHP 7) Performs relaxNG validation on the document public bool DOMDocument::relaxNGValidate ( string $filename ) Performs » relaxNG validation on the document based on the given RNG schema. Parameters: filename The RNG file. Returns: Returns TRUE on success or FALSE on failure.