SphinxClient::close

(PECL sphinx >= 1.0.3) Closes previously opened persistent connection public bool SphinxClient::close ( void ) Closes previously opened persistent connection. Returns: Returns TRUE on success or FALSE on failure. Changelog: 1.0.3 Added SphinxClient::close(), available only if compiled with libsphinxclient >= 0.9.9.

Namespaces overview

(PHP 5 >= 5.3.0, PHP 7) Examples: Namespace syntax example PHP Namespaces provide a way in which to group related classes, interfaces, functions and constants. Here is an example of namespace syntax in PHP: <?php namespace my\name; // see "Defining Namespaces" section class MyClass {} function myfunction() {} const MYCONST = 1; $a = new MyClass; $c = new \my\name\MyClass; // see

maxdb_connect_errno

(PECL maxdb >= 1.0) Returns the error code from last connect call int maxdb_connect_errno ( void ) The maxdb_connect_errno() function will return the last error code number for last call to maxdb_connect(). If no errors have occurred, this function will return zero. Returns: An error code value for the last call to maxdb_connect(), if it failed. zero means no error occurred.

cairo_pattern_get_type

(PECL cairo >= 0.1.0) Description int cairo_pattern_get_type ( CairoPattern $pattern ) The function description goes here. Parameters: pattern Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.

sybase_min_server_severity

(PHP 4, PHP 5, PHP 7) Sets minimum server severity void sybase_min_server_severity ( int $severity ) sybase_min_server_severity() sets the minimum server severity level. Parameters: severity sybase_min_server_severity() sets the minimum server severity level. Returns: No value is returned. Notes: T

com_print_typeinfo

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Print out a PHP class definition for a dispatchable interface bool com_print_typeinfo ( object $comobject [, string $dispinterface [, bool $wantsink = false ]] ) The purpose of this function is to help generate a skeleton class for use as an event sink. You may also use it to generate a dump of any COM object, provided that it supports enough of the introspection interfaces, and that you kn

PDF_end_page_ext

(PECL pdflib >= 2.0.0) Finish page bool PDF_end_page_ext ( resource $pdfdoc, string $optlist ) Finishes a page, and applies various options. Returns TRUE on success or FALSE on failure.

DOMXPath::registerNamespace

(PHP 5, PHP 7) Registers the namespace with the DOMXPath object public bool DOMXPath::registerNamespace ( string $prefix, string $namespaceURI ) Registers the namespaceURI and prefix with the DOMXPath object. Parameters: prefix The prefix. namespaceURI The URI of the namespace. Returns: Returns TRUE on succes

IntlChar::isupper

(PHP 7) Check if code point has the general category "Lu" (uppercase letter) public static bool IntlChar::isupper ( mixed $codepoint ) Determines whether the specified code point has the general category "Lu" (uppercase letter). Note: This misses some characters that are also uppercase but have a different general category value. In order to include those, use IntlChar::isUUppercase(). Parameters:

SWFDisplayItem::skewXTo

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the X-skew void SWFDisplayItem::skewXTo ( float $degrees ) swfdisplayitem::skewxto() sets the x-skew to degrees. For degrees is 1.0, it means a 45-degree forward slant. More is more forward, less is more backward. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add(). Returns: