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

m_numcolumns

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Number of columns returned in a comma delimited response int m_numcolumns ( resource $conn, int $identifier ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). identifier An MCVE_CONN resource returned by m_initengine(). Returns:

inotify_rm_watch

(PECL inotify >= 0.1.2) Remove an existing watch from an inotify instance bool inotify_rm_watch ( resource $inotify_instance, int $watch_descriptor ) inotify_rm_watch() removes the watch watch_descriptor from the inotify instance inotify_instance. Parameters: inotify_instance Resource returned by inotify_init() watch_descriptor Watch

Imagick::separateImageChannel

(PECL imagick 2.0.0) Separates a channel from the image bool Imagick::separateImageChannel ( int $channel ) Separates a channel from the image and returns a grayscale image. A channel is a particular color component of each pixel in the image. Parameters: channel Which 'channel' to return. For colorspaces other than RGB, you can still use the CHANNEL_RED, CHANNEL_GREEN, C