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.

mssql_fetch_array

(PHP 4, PHP 5, PECL odbtp >= 1.1.1) Fetch a result row as an associative array, a numeric array, or both array mssql_fetch_array ( resource $result [, int $result_type = MSSQL_BOTH ] ) mssql_fetch_array() is an extended version of mssql_fetch_row(). In addition to storing the data in the numeric indices of the result array, it also stores the data in associative indices, using the field names as keys. An important thin

XSLTProcessor::getParameter

(PHP 5, PHP 7) Get value of a parameter string XSLTProcessor::getParameter ( string $namespaceURI, string $localName ) Gets a parameter if previously set by XSLTProcessor::setParameter(). Parameters: namespaceURI The namespace URI of the XSLT parameter. localName The local name of the XSLT parameter. Returns: T

hash_final

(PHP 5 >= 5.1.2, PHP 7, PECL hash >= 1.1) Finalize an incremental hash and return resulting digest string hash_final ( resource $context [, bool $raw_output = false ] ) Parameters: context Hashing context returned by hash_init(). raw_output When set to TRUE, outputs raw binary data. FALSE outputs lowercase hexits.

hash_hmac_file

(PHP 5 >= 5.1.2, PHP 7, PECL hash >= 1.1) Generate a keyed hash value using the HMAC method and the contents of a given file string hash_hmac_file ( string $algo, string $filename, string $key [, bool $raw_output = false ] ) Parameters: algo Name of selected hashing algorithm (i.e. "md5", "sha256", "haval160,4", etc..) See hash_algos() for a list of supported algorit

Gmagick::swirlimage

(PECL gmagick >= Unknown) Swirls the pixels about the center of the image public Gmagick Gmagick::swirlimage ( float $degrees ) Swirls the pixels about the center of the image, where degrees indicates the sweep of the arc through which each pixel is moved. You get a more dramatic effect as the degrees move from 1 to 360. Parameters: degrees Define the tightness of the

SplSubject::detach

(PHP 5 >= 5.1.0, PHP 7) Detach an observer abstract public void SplSubject::detach ( SplObserver $observer ) Detaches an observer from the subject to no longer notify it of updates. Parameters: observer The SplObserver to detach. Returns: No value is returned. This function is currently not documented; onl

m_transsend

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Finalize and send the transaction int m_transsend ( resource $conn, int $identifier ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). identifier An MCVE_CONN resource returned by m_initengine(). Returns:

DirectoryIterator::getMTime

(PHP 5, PHP 7) Get last modification time of current DirectoryIterator item public int DirectoryIterator::getMTime ( void ) Get the last modification time of the current DirectoryIterator item, as a Unix timestamp. Returns: The last modification time of the file, as a Unix timestamp. Examples: A DirectoryIterator::getMTime() example

gupnp_control_point_browse_stop

(PECL gupnp >= 0.1.0) Stop browsing bool gupnp_control_point_browse_stop ( resource $cpoint ) Stop the search and calls user-defined callback. Parameters: cpoint A control point identifier, returned by gupnp_control_point_new(). Returns: Returns TRUE on success or FALSE on failure.