PDF_get_parameter

(PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0) Get string parameter string PDF_get_parameter ( resource $p, string $key, float $modifier ) Gets the contents of some PDFlib parameter with string type.

apache_child_terminate

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Terminate apache process after this request bool apache_child_terminate ( void ) apache_child_terminate() will register the Apache process executing the current PHP request for termination once execution of PHP code is completed. It may be used to terminate a process after a script with high memory consumption has been run as memory will usually only be freed internally but not given back to

Yaf_Response_Abstract::__construct

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

ImagickPixelIterator::__construct

(PECL imagick 2.0.0) The ImagickPixelIterator constructor ImagickPixelIterator::__construct ( Imagick $wand ) The ImagickPixelIterator constructor Returns: Returns TRUE on success. This function is currently not documented; only its argument list is available. Examples: ImagickPixelIterator::

Gmagick::resizeimage

(PECL gmagick >= Unknown) Scales an image public void Gmagick::resizeimage ( int $width, int $height, int $filter, float $blur [, bool $fit = false ] ) Scales an image to the desired dimensions with a filter. Parameters: width The number of columns in the scaled image. height The number of rows in the scaled image.

cubrid_schema

(PECL CUBRID >= 8.3.0) Get the requested schema information array cubrid_schema ( resource $conn_identifier, int $schema_type [, string $class_name [, string $attr_name ]] ) The cubrid_schema() function is used to get the requested schema information from database. You have to designate class_name, if you want to get information on certain class, attr_name, if you want to get information on certain attribute (can be used

event_base_loopbreak

(PECL libevent >= 0.0.1) Abort event loop bool event_base_loopbreak ( resource $event_base ) Abort the active event loop immediately. The behaviour is similar to break statement. Parameters: event_base Valid event base resource. Returns: event_base_loopbreak() returns TRUE on success or FALSE on error.

MongoGridFS::storeUpload

(PECL mongo >=0.9.0) Stores an uploaded file in the database public mixed MongoGridFS::storeUpload ( string $name [, array $metadata ] ) Parameters: name The name of the uploaded file(s) to store. This should correspond to the file field's name attribute in the HTML form. metadata Other metadata fields to include in the file document.

ibase_backup

(PHP 5, PHP 7) Initiates a backup task in the service manager and returns immediately mixed ibase_backup ( resource $service_handle, string $source_db, string $dest_file [, int $options = 0 [, bool $verbose = false ]] ) This function is currently not documented; only its argument list is available.

ReflectionClass::getConstants

(PHP 5, PHP 7) Gets constants public array ReflectionClass::getConstants ( void ) Gets defined constants from a class. Returns: An array of constants. Constant name in key, constant value in value. This function is currently not documented; only its argument list is available. See also: