SoapServer::addFunction

(PHP 5 >= 5.0.1, PHP 7) Adds one or more functions to handle SOAP requests public void SoapServer::addFunction ( mixed $functions ) Exports one or more functions for remote clients Parameters: functions To export one function, pass the function name into this parameter as a string. To export several functions, pass an array of function names. To export all the fun

PDF_add_locallink

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Add link annotation for current page [deprecated] bool PDF_add_locallink ( resource $pdfdoc, float $lowerleftx, float $lowerlefty, float $upperrightx, float $upperrighty, int $page, string $dest ) Add a link annotation to a target within the current PDF file. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 6, use PDF_create_action()

RecursiveTreeIterator::valid

(PHP 5 >= 5.3.0, PHP 7) Check validity public bool RecursiveTreeIterator::valid ( void ) Check whether the current position is valid. Returns: TRUE if the current position is valid, otherwise FALSE This function is currently not documented; only its argument list is available.

CairoMatrix::rotate

(PECL cairo >= 0.1.0) The rotate purpose public void CairoMatrix::rotate ( string $sx, string $sy ) Object oriented style (method): Procedural style: void cairo_rotate ( CairoContext $context , string $angle ) Description here. Parameters: context Description... angle Description... sx Descriptio

array_intersect_uassoc

(PHP 5, PHP 7) Computes the intersection of arrays with additional index check, compares indexes by a callback function array array_intersect_uassoc ( array $array1, array $array2 [, array $... ], callable $key_compare_func ) array_intersect_uassoc() returns an array containing all the values of array1 that are present in all the arguments. Note that the keys are used in the comparison unlike in array_intersect().

sybase_close

(PHP 4, PHP 5, PHP 7) Closes a Sybase connection bool sybase_close ([ resource $link_identifier ] ) sybase_close() closes the link to a Sybase database that's associated with the specified link link_identifier. Note that this isn't usually necessary, as non-persistent open links are automatically closed at the end of the script's execution. sybase_close() will not close persistent links generated by sybase_pconnect().

CairoMatrix::scale

(PECL cairo >= 0.1.0) Applies scaling to a matrix public void CairoMatrix::scale ( float $sx, float $sy ) Object oriented style (method): Procedural style: void cairo_matrix_scale ( CairoContext $context , float $sx , float $sy ) Applies scaling by sx, sy to the transformation in the matrix. The effect of the new transformation is to first scale the coordinates by sx and sy, then apply the original transformation to the

Imagick::getImageBorderColor

(PECL imagick 2.0.0) Returns the image border color ImagickPixel Imagick::getImageBorderColor ( void ) Returns the image border color. Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

Phar::convertToData

(PHP >= 5.3.0, PECL phar >= 2.0.0) Convert a phar archive to a non-executable tar or zip file public PharData Phar::convertToData ([ int $format = 9021976 [, int $compression = 9021976 [, string $extension ]]] ) This method is used to convert an executable phar archive to either a tar or zip file. To make the tar or zip non-executable, the phar stub and phar alias files are removed from the newly created archive. I

GearmanTask::taskDenominator

(PECL gearman >= 0.5.0) Get completion percentage denominator public int GearmanTask::taskDenominator ( void ) Returns the denominator of the percentage of the task that is complete expressed as a fraction. Returns: A number between 0 and 100, or FALSE if cannot be determined. See also: GearmanTask::taskNumer