udm_free_agent

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Free mnoGoSearch session int udm_free_agent ( resource $agent ) Freeing up memory allocated for agent session. Parameters: agent A link to Agent, received after call to udm_alloc_agent(). Returns: Returns TRUE on success or FALSE on failure.

udm_find

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Perform search resource udm_find ( resource $agent, string $query ) Performs a search. The search itself. The first argument - session, the next one - query itself. To find something just type words you want to find and press SUBMIT button. For example, "mysql odbc". You should not use quotes " in query, they are written here only to divide a query from o

udm_error

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Get mnoGoSearch error message string udm_error ( resource $agent ) Gets the agent error message. Parameters: agent A link to Agent, received after call to udm_alloc_agent(). Returns: udm_error() returns mnoGoSearch error message, empty string if no error.

udm_errno

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Get mnoGoSearch error number int udm_errno ( resource $agent ) Receiving numeric agent error code. Parameters: agent A link to Agent, received after call to udm_alloc_agent(). Returns: Returns the mnoGoSearch error number, zero if no error.

udm_crc32

(PHP 4 >= 4.2.0, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Return CRC32 checksum of given string int udm_crc32 ( resource $agent, string $str ) This function is currently not documented; only its argument list is available.

udm_clear_search_limits

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Clear all mnoGoSearch search restrictions bool udm_clear_search_limits ( resource $agent ) udm_clear_search_limits() resets defined search limitations. Parameters: agent A link to Agent, received after call to udm_alloc_agent(). Returns: Returns TRUE.

udm_check_charset

(PHP 4 >= 4.2.0, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Check if the given charset is known to mnogosearch bool udm_check_charset ( resource $agent, string $charset ) This function is currently not documented; only its argument list is available.

udm_cat_path

(PHP 4 >= 4.0.6, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Get the path to the current category array udm_cat_path ( resource $agent, string $category ) Returns an array describing the path in the categories tree from the tree root to the current one, specified by category. Parameters: agent A link to Agent, received after call to udm_alloc_agent().

udm_cat_list

(PHP 4 >= 4.0.6, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Get all the categories on the same level with the current one array udm_cat_list ( resource $agent, string $category ) Gets all the categories on the same level with the current one. The function can be useful for developing categories tree browser. Parameters: agent A link to Agent, received after cal

udm_api_version

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Get mnoGoSearch API version int udm_api_version ( void ) Gets the mnoGoSearch API version. This function allows the user to identify which API functions are available, e.g. udm_get_doc_count() function is only available in mnoGoSearch 3.1.11 or later. Returns: udm_api_version() returns the mnoGoSearch API version number. E.g. i