Locale::acceptFromHttp

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Tries to find out best available locale based on HTTP "Accept-Language" header public static string Locale::acceptFromHttp ( string $header ) Object oriented style Procedural style string locale_accept_from_http ( string $header ) Tries to find locale that can satisfy the language list that is requested by the HTTP "Accept-Language" header. Parameters:

ncurses_wattron

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Turns on attributes for a window int ncurses_wattron ( resource $window, int $attrs ) Parameters: window attrs This function is currently not documented; only its argument list is available.

intl_is_failure

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Check whether the given error code indicates failure bool intl_is_failure ( int $error_code ) Parameters: error_code is a value that returned by functions: intl_get_error_code(), collator_get_error_code() . Returns: TRUE if it the code indicates some failure, and FALSE in case of success or a warnin

ReflectionFunctionAbstract::getClosureThis

(PHP >= 5.4.0) Returns this pointer bound to closure public object ReflectionFunctionAbstract::getClosureThis ( void ) Returns: Returns $this pointer. Returns NULL in case of an error. This function is currently not documented; only its argument list is available.

nl_langinfo

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Query language and locale information string nl_langinfo ( int $item ) nl_langinfo() is used to access individual elements of the locale categories. Unlike localeconv(), which returns all of the elements, nl_langinfo() allows you to select any specific element. Parameters: item item may be an integer value of the element or the constant n

ps_delete

(PECL ps >= 1.1.0) Deletes all resources of a PostScript document bool ps_delete ( resource $psdoc ) Mainly frees memory used by the document. Also closes a file, if it was not closed before with ps_close(). You should in any case close the file with ps_close() before, because ps_close() not just closes the file but also outputs a trailor containing PostScript comments like the number of pages in the document and adding t

streamWrapper::stream_write

(PHP 4 >= 4.3.2, PHP 5, PHP 7) Write to stream public int streamWrapper::stream_write ( string $data ) This method is called in response to fwrite(). Note: Remember to update the current position of the stream by number of bytes that were successfully written. Parameters: data Should be stored into the underlying stream. Note: If there is not enough room in th

SplHeap::isEmpty

(PHP 5 >= 5.3.0, PHP 7) Checks whether the heap is empty. public bool SplHeap::isEmpty ( void ) Returns: Returns whether the heap is empty.

Lua::include

(PECL lua >=0.9.0) Parse a Lua script file public mixed Lua::include ( string $file ) Parameters: file Returns: Returns result of included code, NULL for wrong arguments or FALSE on other failure. This function is currently not documented; only its argument list is available.

Imagick::getImageIndex

(PECL imagick 2.0.0) Gets the index of the current active image int Imagick::getImageIndex ( void ) Returns the index of the current active image within the Imagick object. This method has been deprecated. See Imagick::getIteratorIndex(). Returns: Returns an integer containing the index of the image in the stack. Exception: Throws ImagickException on error.