Yaf_Request_Simple::getCookie

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

mb_ereg_match

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Regular expression match for multibyte string bool mb_ereg_match ( string $pattern, string $string [, string $option = "msr" ] ) A regular expression match for a multibyte string Parameters: pattern The regular expression pattern. string The string being evaluated. option

SolrClient::rollback

(PECL solr >= 0.9.2) Rollbacks all add/deletes made to the index since the last commit public SolrUpdateResponse SolrClient::rollback ( void ) Rollbacks all add/deletes made to the index since the last commit. It neither calls any event listeners nor creates a new searcher. Returns: Returns a SolrUpdateResponse on success or throws a SolrClientException on failure.

DOMNode::getNodePath

(PHP 5 >= 5.2.0, PHP 7) Get an XPath for a node public string DOMNode::getNodePath ( void ) Gets an XPath location path for the node. Returns: Returns a string containing the XPath, or NULL in case of an error. Examples: DOMNode::getNodePath() example <?php // Create a new DOMDocument instance $dom = new DOMDocument

ncurses_attrset

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set given attributes int ncurses_attrset ( int $attributes ) Parameters: attributes 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

mysqli::query

(PHP 5, PHP 7) Performs a query on the database mixed mysqli::query ( string $query [, int $resultmode = MYSQLI_STORE_RESULT ] ) Object oriented style Procedural style mixed mysqli_query ( mysqli $link , string $query [, int $resultmode = MYSQLI_STORE_RESULT ] ) Performs a query against the database. For non-DML queries (not INSERT, UPDATE or DELETE), this function is similar to calling mysqli_real_query() followed by ei

SolrClient::threads

(PECL solr >= 0.9.2) Checks the threads status public void SolrClient::threads ( void ) Checks the threads status Returns: Returns a SolrGenericResponse object. Exception: Throws SolrClientException if the client failed, or there was a connection issue. throws SolrServerException if the Solr Server failed to process the request.

ImagickDraw::pathLineToVerticalRelative

(PECL imagick 2.0.0) Draws a vertical line path bool ImagickDraw::pathLineToVerticalRelative ( float $y ) Draws a vertical line path from the current point to the target point using relative coordinates. The target point then becomes the new current point. Parameters: y y coordinate Returns: No value is returned.

ImagickDraw::getTextAlignment

(PECL imagick 2.0.0) Returns the text alignment int ImagickDraw::getTextAlignment ( void ) Returns the alignment applied when annotating with text. Returns: Returns one of the ALIGN_ constants and 0 if no align is set. This function is currently not documented; only its argument list is available.

ImagickDraw::setFontFamily

(PECL imagick 2.0.0) Sets the font family to use when annotating with text bool ImagickDraw::setFontFamily ( string $font_family ) Sets the font family to use when annotating with text. Parameters: font_family the font family Returns: Returns TRUE on success. This function is currently not documented; only its