Imagick::getImageDelay

(PECL imagick 2.0.0) Gets the image delay int Imagick::getImageDelay ( void ) Gets the image delay. Returns: Returns the image delay. Exception: Throws ImagickException on error.

ldap_dn2ufn

(PHP 4, PHP 5, PHP 7) Convert DN to User Friendly Naming format string ldap_dn2ufn ( string $dn ) Turns the specified dn, into a more user-friendly form, stripping off type names. Parameters: dn The distinguished name of an LDAP entity. Returns: Returns the user friendly name.

Imagick::setImageFormat

(PECL imagick 2.0.0) Sets the format of a particular image bool Imagick::setImageFormat ( string $format ) Sets the format of a particular image in a sequence. Parameters: format String presentation of the image format. Format support depends on the ImageMagick installation. Returns: Returns TRUE on success.

Memcached::flush

(PECL memcached >= 0.1.0) Invalidate all items in the cache public bool Memcached::flush ([ int $delay = 0 ] ) Memcached::flush() invalidates all existing cache items immediately (by default) or after the delay specified. After invalidation none of the items will be returned in response to a retrieval command (unless it's stored again under the same key after Memcached::flush() has invalidated the items). The flush does

dns_check_record

(PHP 5, PHP 7) Alias of checkdnsrr() This function is an alias of: checkdnsrr().

SolrQuery::setTermsLowerBound

(PECL solr >= 0.9.2) Specifies the Term to start from public SolrQuery SolrQuery::setTermsLowerBound ( string $lowerBound ) Specifies the Term to start from Parameters: lowerBound The lower bound Term Returns: Returns the current SolrQuery object, if the return value is used.

Yaf_Loader::autoload

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

RecursiveFilterIterator::__construct

(PHP 5 >= 5.1.0, PHP 7) Create a RecursiveFilterIterator from a RecursiveIterator public RecursiveFilterIterator::__construct ( RecursiveIterator $iterator ) Create a RecursiveFilterIterator from a RecursiveIterator. Parameters: iterator The RecursiveIterator to be filtered. Returns: No value is returned.

ldap_close

(PHP 4, PHP 5, PHP 7) Alias of ldap_unbind() This function is an alias of: ldap_unbind().

Gmagick::getimageextrema

(PECL gmagick >= Unknown) Gets the extrema for the image public array Gmagick::getimageextrema ( void ) Returns an associative array with the keys "min" and "max". Throws an GmagickException on error. Returns: Returns an associative array with the keys "min" and "max". Exception: Throws an GmagickException on error.