XMLDiff\Memory::merge

(PECL xmldiff >= 0.8.0) Produce merged XML document public string XMLDiff\Memory::merge ( string $src, string $diff ) Create new XML document based on diffs and source document. Parameters: src Source XML document. diff XML document containing diff information. Returns: String with the new XML document or NU

eio_fstatvfs

(PECL eio >= 0.0.1dev) Get file system statistics resource eio_fstatvfs ( mixed $fd, int $pri, callable $callback [, mixed $data ] ) eio_fstatvfs() returns file system statistics in result of callback. Parameters: fd A file descriptor of a file within the mounted file system. pri The request priority: EIO_PRI_DEFAULT, EIO_PRI_MIN, EIO

EventListener::disable

(PECL event >= 1.2.6-beta) Disables an event connect listener object public bool EventListener::disable ( void ) Disables an event connect listener object Returns: Returns TRUE on success. Otherwise FALSE. See also: EventListener::enable() -

pg_field_prtlen

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Returns the printed length int pg_field_prtlen ( resource $result, int $row_number, mixed $field_name_or_number ) int pg_field_prtlen ( resource $result , mixed $field_name_or_number ) pg_field_prtlen() returns the actual printed length (number of characters) of a specific value in a PostgreSQL result. Row numbering starts at 0. This function will return FALSE on an error. field_name_or_n

Yaf_Dispatcher::disableView

(Yaf >=1.0.0) Disable view rendering public bool Yaf_Dispatcher::disableView ( void ) disable view engine, used in some app that user will output by theirself Note: you can simply return FALSE in a action to prevent the auto-rendering of that action Returns:

Imagick::brightnessContrastImage

(No version information available, might only be in Git) Description public void Imagick::brightnessContrastImage ( string $brightness, string $contrast [, string $CHANNEL = Imagick::CHANNEL_DEFAULT ] ) Change the brightness and/or contrast of an image. It converts the brightness and contrast parameters into slope and intercept and calls a polynomical function to apply to the image. Parameters:

XMLDiff\File::merge

(PECL xmldiff >= 0.8.0) Produce merged XML document public string XMLDiff\File::merge ( string $src, string $diff ) Create new XML document based on diffs and source document. Parameters: src Path to the source XML document. diff Path to the XML document with the diff information. Returns: String with the ne

SoapServer::addSoapHeader

(PHP 5 >= 5.0.1, PHP 7) Add a SOAP header to the response public void SoapServer::addSoapHeader ( SoapHeader $object ) Adds a SOAP header to be returned with the response to the current request. Parameters: object The header to be returned. Returns: No value is returned.

EventHttpRequest::getHost

(PECL event >= 1.4.0-beta) Returns the request host public string EventHttpRequest::getHost ( void ) Returns the request host. Returns: Returns the request host. See also: EventHttpRequest::getUri() - EventHttpRequest::getCommand() -

flock

(PHP 4, PHP 5, PHP 7) Portable advisory file locking bool flock ( resource $handle, int $operation [, int &$wouldblock ] ) flock() allows you to perform a simple reader/writer model which can be used on virtually every platform (including most Unix derivatives and even Windows). On versions of PHP before 5.3.2, the lock is released also by fclose() (which is also called automatically when script finished). PHP suppor