SDO_DAS_Setting::getValue

(^) Get the old value for the changed property mixed SDO_DAS_Setting::getValue ( void ) Returns the old value for the changed property. This can be used by a Data Access Service when writing updates to a data source. The DAS uses the old value to detect conflicts by comparing it with the current value in the data source. If they do not match, then the data source has been updated since the data object was originally popula

MongoCollection::group

(PECL mongo >=0.9.2) Performs an operation similar to SQL's GROUP BY command public array MongoCollection::group ( mixed $keys, array $initial, MongoCode $reduce [, array $options = array() ] ) Parameters: keys Fields to group by. If an array or non-code object is passed, it will be the key used to group results. 1.0.4+: If keys is an instance of MongoCode, keys will b

event_base_reinit

(PECL libevent >= 0.1.0) Reinitialize the event base after a fork bool event_base_reinit ( resource $event_base ) Some event mechanisms do not survive across fork. The event_base needs to be reinitialized with this function. Parameters: event_base Valid event base resource that needs to be re-initialized. Returns: Returns TRUE on success or FA

gzdecode

(PHP 5 >= 5.4.0, PHP 7) Decodes a gzip compressed string string gzdecode ( string $data [, int $length ] ) This function returns a decoded version of the input data. Parameters: data The data to decode, encoded by gzencode(). length The maximum length of data to decode. Returns: The decoded string, or FALSE

XMLReader::readString

(PHP 5 >= 5.2.0, PHP 7) Reads the contents of the current node as a string public string XMLReader::readString ( void ) Reads the contents of the current node as a string. Returns: Returns the content of the current node as a string. Empty string on failure. See also: XMLReader::readOuterXML() -

ldap_parse_result

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Extract information from result bool ldap_parse_result ( resource $link, resource $result, int &$errcode [, string &$matcheddn [, string &$errmsg [, array &$referrals ]]] ) Parses an LDAP search result. Parameters: link An LDAP link identifier, returned by ldap_connect(). result_identifier

Gmagick::addnoiseimage

(PECL gmagick >= Unknown) Adds random noise to the image public Gmagick Gmagick::addnoiseimage ( int $NOISE ) Adds random noise to the image. Parameters: noise_type The type of the noise. Refer to this list of noise constants. Returns: The Gmagick object with noise added. Exception: Throws an GmagickException

ReflectionMethod::getDeclaringClass

(PHP 5, PHP 7) Gets declaring class for the reflected method. public ReflectionClass ReflectionMethod::getDeclaringClass ( void ) Gets the declaring class for the reflected method. Returns: A ReflectionClass object of the class that the reflected method is part of. Examples: ReflectionMethod::getDeclaringClass() example &

stats_dens_logistic

(PECL stats >= 1.0.0) Not documented float stats_dens_logistic ( float $x, float $ave, float $stdev ) Parameters: x ave stdev Returns: This function is currently not documented; only its argument list is available.

Imagick::sparseColorImage

(No version information available, might only be in Git) Interpolates colors public bool Imagick::sparseColorImage ( int $SPARSE_METHOD, array $arguments [, int $channel = Imagick::CHANNEL_DEFAULT ] ) Given the arguments array containing numeric values this method interpolates the colors found at those coordinates across the whole image using sparse_method. This method is available if Imagick has been compiled against Image