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

IntlDateFormatter::getLocale

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get the locale used by formatter public string IntlDateFormatter::getLocale ([ int $which ] ) Object oriented style Procedural style string datefmt_get_locale ( IntlDateFormatter $fmt [, int $which ] ) Get locale used by the formatter. Parameters: fmt The formatter resource hich You

hw_api::lock

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Locks an object bool hw_api::lock ( array $parameter ) Locks an object for exclusive editing by the user calling this function. The object can be only unlocked by this user or the system user. Parameters: parameter The parameter array contains the required element 'objectIdentifier' and the optional parameters 'mode' and 'objectqu

simplexml_load_file

(PHP 5, PHP 7) Interprets an XML file into an object SimpleXMLElement simplexml_load_file ( string $filename [, string $class_name = "SimpleXMLElement" [, int $options = 0 [, string $ns = "" [, bool $is_prefix = false ]]]] ) Convert the well-formed XML document in the given file to an object. Parameters: filename Path to the XML file Note: Libxml 2 unescapes the