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:

getservbyname

(PHP 4, PHP 5, PHP 7) Get port number associated with an Internet service and protocol int getservbyname ( string $service, string $protocol ) getservbyname() returns the Internet port which corresponds to service for the specified protocol as per /etc/services. Parameters: service The Internet service name, as a string. protocol protoc

fbsql_set_characterset

(PHP 5, PHP 7 >= 5.1.0) Change input/output character set void fbsql_set_characterset ( resource $link_identifier, int $characterset [, int $in_out_both ] ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

newt_form

(PECL newt >= 0.1) Create a form resource newt_form ([ resource $vert_bar [, string $help [, int $flags ]]] ) Create a new form. Parameters: vert_bar Vertical scrollbar which should be associated with the form help Help text string flags Various flags Returns: Returns a re

Yaf_Application::execute

(Yaf >=1.0.0) Execute a callback public void Yaf_Application::execute ( callable $entry, string $... ) This method is typically used to run Yaf_Application in a crontab work. Make the crontab work can also use the autoloader and Bootstrap mechanism. Parameters: entry a valid callback ... parameters will pass to the callback

mssql_min_message_severity

(PHP 4, PHP 5, PECL odbtp >= 1.1.1) Sets the minimum message severity void mssql_min_message_severity ( int $severity ) Sets the minimum message severity. Parameters: severity The new message severity. Returns: No value is returned. Examples: mssql_min_message_severity() example

SQLite3::version

(PHP 5 >= 5.3.0, PHP 7) Returns the SQLite3 library version as a string constant and as a number public static array SQLite3::version ( void ) Returns the SQLite3 library version as a string constant and as a number. Returns: Returns an associative array with the keys "versionString" and "versionNumber". Examples: SQLite3::version

IntlChar::tolower

(PHP 7) Make Unicode character lowercase public static mixed IntlChar::tolower ( mixed $codepoint ) The given character is mapped to its lowercase equivalent. If the character has no lowercase equivalent, the original character itself is returned. Parameters: codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string