ImagickPixelIterator::setIteratorRow

(PECL imagick 2.0.0) Set the pixel iterator row bool ImagickPixelIterator::setIteratorRow ( int $row ) Set the pixel iterator row. Parameters: row Set the pixel iterator row. Returns: Returns TRUE on success. This function is currently not documented; only its argument list is available.

fann_get_sarprop_weight_decay_shift

(PECL fann >= 1.0.0) Returns the sarprop weight decay shift float fann_get_sarprop_weight_decay_shift ( resource $ann ) The sarprop weight decay shift. The default delta max is -6.644. Parameters: ann Neural network resource. Returns: The sarprop weight decay shift, or FALSE on error.

CairoContext::getSource

(PECL cairo >= 0.1.0) The getSource purpose public void CairoContext::getSource ( void ) Object oriented style (method): Procedural style: void cairo_get_source ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documented;

DOMDocument::createAttribute

(PHP 5, PHP 7) Create new attribute public DOMAttr DOMDocument::createAttribute ( string $name ) This function creates a new instance of class DOMAttr. This node will not show up in the document unless it is inserted with (e.g.) DOMNode::appendChild(). Parameters: name The name of the attribute. Returns: The new DOMAttr or FALSE if an error occur

mhash_get_block_size

(PHP 4, PHP 5, PHP 7) Gets the block size of the specified hash int mhash_get_block_size ( int $hash ) Gets the size of a block of the specified hash. Parameters: hash The hash ID. One of the MHASH_hashname constants. Returns: Returns the size in bytes or FALSE, if the hash does not exist. Example

Yaf_Route_Map::__construct

(Yaf >=1.0.0) The __construct purpose public Yaf_Route_Map::__construct ([ string $controller_prefer = false [, string $delimiter = "" ]] ) Parameters: controller_prefer Whether the result should considering as controller or action delimiter Whether the result should considering as controller or action Returns:

stats_rand_gen_exponential

(PECL stats >= 1.0.0) Generates a single random deviate from an exponential distribution with mean "av" float stats_rand_gen_exponential ( float $av ) Parameters: av Returns: This function is currently not documented; only its argument list is available.

mysqli::more_results

(PHP 5, PHP 7) Check if there are any more query results from a multi query bool mysqli::more_results ( void ) Object oriented style Procedural style bool mysqli_more_results ( mysqli $link ) Indicates if one or more result sets are available from a previous call to mysqli_multi_query(). Parameters: link Procedural style only: A link identifier returned by mysqli_connect(

CallbackFilterIterator::accept

(PHP 5 >= 5.4.0, PHP 7) Calls the callback with the current value, the current key and the inner iterator as arguments public string CallbackFilterIterator::accept ( void ) This method calls the callback with the current value, current key and the inner iterator. The callback is expected to return TRUE if the current item is to be accepted, or FALSE otherwise. Returns: Returns TRUE to accept

SolrQuery::setHighlightUsePhraseHighlighter

(PECL solr >= 0.9.2) Whether to highlight phrase terms only when they appear within the query phrase public SolrQuery SolrQuery::setHighlightUsePhraseHighlighter ( bool $flag ) Sets whether or not to use SpanScorer to highlight phrase terms only when they appear within the query phrase in the document Parameters: value Whether or not to use SpanScorer to highlight phra