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.

udm_get_doc_count

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Get total number of documents in database int udm_get_doc_count ( resource $agent ) udm_get_doc_count() returns the number of documents in the database. Parameters: agent A link to Agent, received after call to udm_alloc_agent(). Returns: Returns the number of documents.

HaruDoc::useJPFonts

(PECL haru >= 0.0.1) Enable builtin Japanese fonts bool HaruDoc::useJPFonts ( void ) Enables builtin Japanese fonts. Returns: Returns TRUE on success. Exception: Throws a HaruException on error. See also: HaruDoc::useJPEncodings() -

hwapi_content_new

(No version information available, might only be in Git) Create new instance of class hw_api_content HW_API_Content hwapi_content_new ( string $content, string $mimetype ) Creates a new content object from the string content. Parameters: content Creates a new content object from the string content. mimetype The mimetype for the content

bbcode_add_smiley

(PECL bbcode >= 0.10.2) Adds a smiley to the parser bool bbcode_add_smiley ( resource $bbcode_container, string $smiley, string $replace_by ) Adds a smiley to the parser Parameters: bbcode_container BBCode_Container resource, returned by bbcode_create(). smiley The string that will be replaced when found. repla