xattr_set

(PECL xattr >= 0.9.0) Set an extended attribute bool xattr_set ( string $filename, string $name, string $value [, int $flags = 0 ] ) This function sets the value of an extended attribute of a file. Extended attributes have two different namespaces: user and root. The user namespace is available to all users, while the root namespace is available only to users with root privileges. xattr operates on the user namespace

SoapClient::__doRequest

(PHP 5 >= 5.0.1, PHP 7) Performs a SOAP request public string SoapClient::__doRequest ( string $request, string $location, string $action, int $version [, int $one_way = 0 ] ) Performs SOAP request over HTTP. This method can be overridden in subclasses to implement different transport layers, perform additional XML processing or other purpose. Parameters: request Th

trader_cdlcounterattack

(PECL trader >= 0.2.0) Counterattack array trader_cdlcounterattack ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closing

ReflectionClass::isInterface

(PHP 5, PHP 7) Checks if the class is an interface public bool ReflectionClass::isInterface ( void ) Checks whether the class is an interface. Returns: Returns TRUE on success or FALSE on failure. Examples: Basic usage of ReflectionClass::isInterface() <?php interface SomeInterface {     public function interfaceMethod

ocisavelobfile

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of OCI-Lob::import() Alias of OCI-Lob::import() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

EventHttpRequest::getBufferEvent

(PECL event >= 1.8.0) Returns EventBufferEvent object public EventBufferEvent EventHttpRequest::closeConnection ( void ) Returns EventBufferEvent object which represents buffer event that the connection is using. Returns: Returns EventBufferEvent object. The reference counter of the returned object will be incremented by one to protect internal structures a

Memcache::getStats

(PECL memcache >= 0.2.0) Get statistics of the server array Memcache::getStats ([ string $type [, int $slabid [, int $limit = 100 ]]] ) Memcache::getStats() returns an associative array with server's statistics. Array keys correspond to stats parameters and values to parameter's values. Also you can use memcache_get_stats() function. Parameters: type The type of stati

Imagick::rotationalBlurImage

(No version information available, might only be in Git) Description public void Imagick::rotationalBlurImage ( string $angle [, string $CHANNEL = Imagick::CHANNEL_DEFAULT ] ) Rotational blurs an image. Parameters: angle The angle to apply the blur over. CHANNEL Provide any channel constant that is valid for your channel mode. To appl

hex2bin

(PHP >= 5.4.0) Decodes a hexadecimally encoded binary string string hex2bin ( string $data ) Decodes a hexadecimally encoded binary string. Caution This function does NOT convert a hexadecimal number to a binary number. This can be done using the base_convert() function. Parameters: data Hexadecimal representation of data. Returns: Returns

XMLWriter::startDTD

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create start DTD tag bool XMLWriter::startDTD ( string $qualifiedName [, string $publicId [, string $systemId ]] ) Object oriented style Procedural style bool xmlwriter_start_dtd ( resource $xmlwriter , string $qualifiedName [, string $publicId [, string $systemId ]] ) Starts a DTD. Parameters: xmlwriter Only for proc