svn_revert

(PECL svn >= 0.3.0) Revert changes to the working copy bool svn_revert ( string $path [, bool $recursive = false ] ) Revert any local changes to the path in a working copy. Parameters: path The path to the working repository. recursive Optionally make recursive changes. Returns: Returns TRUE on success or F

trader_cdleveningstar

(PECL trader >= 0.2.0) Evening Star array trader_cdleveningstar ( array $open, array $high, array $low, array $close [, float $penetration ] ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close

CairoContext::rotate

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

ctype_print

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Check for printable character(s) bool ctype_print ( string $text ) Checks if all of the characters in the provided string, text, are printable. Parameters: text The tested string. Returns: Returns TRUE if every character in text will actually create output (including blanks). Returns FALSE if text contains contro

HaruPage::setTextLeading

(PECL haru >= 0.0.1) Set text leading (line spacing) for the page bool HaruPage::setTextLeading ( float $text_leading ) Set the text leading (line spacing) for the page. Parameters: text_leading Defines line spacing for the page. Returns: Returns TRUE on success. Exception: Throws a HaruException on error.

ps_open_image_file

(PECL ps >= 1.1.0) Opens image from file int ps_open_image_file ( resource $psdoc, string $type, string $filename [, string $stringparam [, int $intparam = 0 ]] ) Loads an image for later use. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). type The type of the image. Possible values are png, jp

DateTimeZone::listAbbreviations

(PHP 5 >= 5.2.0, PHP 7) Returns associative array containing dst, offset and the timezone name public static array DateTimeZone::listAbbreviations ( void ) Object oriented style Procedural style array timezone_abbreviations_list ( void ) Returns: Returns array on success or FALSE on failure. Examples: A timezone_abbreviations_list()

SoapClient::__getLastResponseHeaders

(PHP 5 >= 5.0.1, PHP 7) Returns the SOAP headers from the last response public string SoapClient::__getLastResponseHeaders ( void ) Returns the SOAP headers from the last response. Note: This function only works if the SoapClient object was created with the trace option set to TRUE. Returns: The last SOAP response headers. Examples:

cairo_pdf_surface_create

(PECL cairo >= 0.1.0) Description CairoPdfSurface cairo_pdf_surface_create ( string $file, float $width, float $height ) The function description goes here. Parameters: file Description... width Description... height Description... Returns: What is returned on success and

msql_list_tables

(PHP 4, PHP 5, PHP 7) List tables in an mSQL database resource msql_list_tables ( string $database [, resource $link_identifier ] ) msql_list_tables() lists the tables on the specified database. Parameters: database The name of the database. link_identifier The mSQL connection. If not specified, the last link opened by msql_connect() is