nsapi_response_headers

(PHP 4 >= 4.3.3, PHP 5, PHP 7) Fetch all HTTP response headers array nsapi_response_headers ( void ) Gets all the NSAPI response headers. Returns: Returns an associative array with all the NSAPI response headers. See also: nsapi_request_headers() - headers_sent() -

fbsql_clob_size

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Get the size of a CLOB int fbsql_clob_size ( string $clob_handle [, resource $link_identifier ] ) Returns the size of the given CLOB. Parameters: clob_handle A CLOB handle, returned by fbsql_create_clob(). link_identifier A FrontBase link identifier returned by fbsql_connect() or fbsql_pconnect(). If opt

PDF_set_info_creator

(PHP 4, PECL pdflib >= 1.0.0) Fill the creator document info field [deprecated] This function is deprecated since PDFlib version 3, use PDF_set_info() instead.

Yaf_Router::route

(Yaf >=1.0.0) The route purpose public bool Yaf_Router::route ( Yaf_Request_Abstract $request ) Returns: This function is currently not documented; only its argument list is available.

Gmagick::despeckleimage

(PECL gmagick >= Unknown) The despeckleimage purpose public Gmagick Gmagick::despeckleimage ( void ) Reduces the speckle noise in an image while preserving the edges of the original image. Returns: The despeckled Gmagick object on success. Exception: Throws an GmagickException on error. Examples: Gmagick::despeckle

Imagick::thresholdImage

(PECL imagick 2.0.0) Changes the value of individual pixels based on a threshold bool Imagick::thresholdImage ( float $threshold [, int $channel = Imagick::CHANNEL_ALL ] ) Changes the value of individual pixels based on the intensity of each pixel compared to threshold. The result is a high-contrast, two color image. Parameters: threshold Changes the value of individual

SolrQuery::addExpandSortField

(PECL solr >= 2.2.0) Orders the documents within the expanded groups (expand.sort parameter). public SolrQuery SolrQuery::addExpandSortField ( string $field [, string $order ] ) Orders the documents within the expanded groups (expand.sort parameter). Parameters: field field name order Order ASC/DESC, utilizes SolrQuery::ORDER_* const

KTaglib_ID3v2_Frame::getSize

(0.0.1) Returns the size of the frame in bytes public int KTaglib_ID3v2_Frame::getSize ( void ) Returns the size of the frame in bytes. Please refer to id3.org to see what ID3v2 frames are and how they are defined. Returns: Returns the size of the frame in bytes

ncurses_wattroff

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

maxdb_enable_reads_from_master

(PECL maxdb >= 1.0) Enable reads from master bool maxdb_enable_reads_from_master ( resource $link ) This function is currently not documented; only its argument list is available.