ibase_num_params

(PHP 5, PHP 7) Return the number of parameters in a prepared query int ibase_num_params ( resource $query ) This function returns the number of parameters in the prepared query specified by query. This is the number of binding arguments that must be present when calling ibase_execute(). Parameters: query The prepared query handle. Returns: Return

Imagick::previousImage

(PECL imagick 2.0.0) Move to the previous image in the object bool Imagick::previousImage ( void ) Assocates the previous image in an image list with the Imagick object. Returns: Returns TRUE on success.

svn_diff

(PECL svn >= 0.1.0) Recursively diffs two paths array svn_diff ( string $path1, int $rev1, string $path2, int $rev2 ) Recursively diffs two paths, path1 and path2. Note: This is not a general-purpose diff utility. Only local files that are versioned may be diffed: other files will fail. Parameters: path1 First path to diff. This can be a URL to a file/directory in

imagefttext

(PHP 4 >= 4.0.7, PHP 5, PHP 7) Write text to the image using fonts using FreeType 2 array imagefttext ( resource $image, float $size, float $angle, int $x, int $y, int $color, string $fontfile, string $text [, array $extrainfo ] ) Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(). siz

IntlChar::ord

(PHP 7) Return Unicode code point value of character public static int IntlChar::ord ( mixed $character ) Returns the Unicode code point value of the given character. This function compliments IntlChar::chr(). Parameters: character A Unicode character. Returns: Returns the Unicode code point value as an integer.

SolrQuery::setFacetSort

(PECL solr >= 0.9.2) Determines the ordering of the facet field constraints public SolrQuery SolrQuery::setFacetSort ( int $facetSort [, string $field_override ] ) Determines the ordering of the facet field constraints Parameters: facetSort Use SolrQuery::FACET_SORT_INDEX for sorting by index order or SolrQuery::FACET_SORT_COUNT for sorting by count.

VarnishAdmin::setHost

(PECL varnish >= 0.8) Set the class host configuration param public void VarnishAdmin::setHost ( string $host ) Parameters: host Connection host configuration parameter. Returns:

IntlChar::digit

(PHP 7) Get the decimal digit value of a code point for a given radix public static int IntlChar::digit ( string $codepoint [, int $radix = 10 ] ) Returns the decimal digit value of the code point in the specified radix. If the radix is not in the range 2<=radix<=36 or if the value of codepoint is not a valid digit in the specified radix, FALSE is returned. A character is a valid digit if at least one of the followi

ReflectionParameter::isDefaultValueAvailable

(PHP 5 >= 5.0.3, PHP 7) Checks if a default value is available public bool ReflectionParameter::isDefaultValueAvailable ( void ) Checks if a default value for the parameter is available. Returns: TRUE if a default value is available, otherwise FALSE See also: ReflectionParameter::getDefaultValue() -

MongoCursor::reset

(PECL mongo >=0.9.0) Clears the cursor public void MongoCursor::reset ( void ) Returns: NULL.