dba_replace

(PHP 4, PHP 5, PHP 7) Replace or insert entry bool dba_replace ( string $key, string $value, resource $handle ) dba_replace() replaces or inserts the entry described with key and value into the database specified by handle. Parameters: key The key of the entry to be replaced. value The value to be replaced. handle

strcmp

(PHP 4, PHP 5, PHP 7) Binary safe string comparison int strcmp ( string $str1, string $str2 ) Note that this comparison is case sensitive. Parameters: str1 The first string. str2 The second string. Returns: Returns < 0 if str1 is less than str2; > 0 if str1 is greater than str2, and 0 if they are equal.

GmagickDraw::setstrokewidth

(PECL gmagick >= Unknown) Sets the width of the stroke used to draw object outlines. public GmagickDraw GmagickDraw::setstrokewidth ( float $width ) Sets the width of the stroke used to draw object outlines Parameters: width Stroke width Returns: The GmagickDraw object on success

Imagick::getImageWidth

(PECL imagick 2.0.0) Returns the image width int Imagick::getImageWidth ( void ) Returns the image width. Returns: Returns the image width. Exception: Throws ImagickException on error.

ReflectionClass::getTraits

(PHP >= 5.4.0) Returns an array of traits used by this class public array ReflectionClass::getTraits ( void ) Returns: Returns an array with trait names in keys and instances of trait's ReflectionClass in values. Returns NULL in case of an error. This function is currently not documented; only its argument list is available.

mysqli::thread_safe

(PHP 5, PHP 7) Returns whether thread safety is given or not bool mysqli_thread_safe ( void ) Procedural style Tells whether the client library is compiled as thread-safe. Returns: TRUE if the client library is thread-safe, otherwise FALSE.

CachingIterator::offsetUnset

(PHP 5 >= 5.2.0, PHP 7) The offsetUnset purpose public void CachingIterator::offsetUnset ( string $index ) Parameters: index The index of the element to be unset. Returns: No value is returned. This function is currently not documented; only its argument list is available.

EventDnsBase::addSearch

(PECL event >= 1.2.6-beta) Adds a domain to the list of search domains public void EventDnsBase::addSearch ( string $domain ) Adds a domain to the list of search domains Parameters: domain Search domain. Returns: No value is returned.

Imagick::getHomeURL

(PECL imagick 2.0.0) Returns the ImageMagick home URL string Imagick::getHomeURL ( void ) Returns the ImageMagick home URL. Returns: Returns a link to the imagemagick homepage.

ArrayIterator::count

(PHP 5 >= 5.0.0, PHP 7) Count elements public int ArrayIterator::count ( void ) Gets the number of elements in the array, or the number of public properties in the object. Returns: The number of elements or public properties in the associated array or object, respectively. This function is currently not documented; only its argument list is available.