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

ctype_punct

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Check for any printable character which is not whitespace or an alphanumeric character bool ctype_punct ( string $text ) Checks if all of the characters in the provided string, text, are punctuation character. Parameters: text The tested string. Returns: Returns TRUE if every character in text is printable, but

Imagick::functionImage

(No version information available, might only be in Git) Applies a function on the image public bool Imagick::functionImage ( int $function, array $arguments [, int $channel = Imagick::CHANNEL_DEFAULT ] ) Applies an arithmetic, relational, or logical expression to a pseudo image. See also » ImageMagick v6 Examples - Image Transformations — Function, Multi-Argument Evaluate This method is available if Imagick has been co

ldap_parse_reference

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Extract information from reference entry bool ldap_parse_reference ( resource $link, resource $entry, array &$referrals ) This function is currently not documented; only its argument list is available.