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

Gmagick::write

(PECL gmagick >= Unknown) Writes an image to the specified filename public void Gmagick::write ( string $filename ) Writes an image to the specified filename. If the filename parameter is NULL, the image is written to the filename set by Gmagick::ReadImage() or Gmagick::SetImageFilename(). Parameters: filename The image filename. Returns: The

cairo_surface_get_type

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

newt_open_window

(PECL newt >= 0.1) Open a window of the specified size and position int newt_open_window ( int $left, int $top, int $width, int $height [, string $title ] ) Open a window of the specified size and position. Parameters: left Location of the upper left-hand corner of the window (column number) top Location of the upper left-hand corner