php man page for udm_api_version

Query: udm_api_version

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

UDM_API_VERSION(3)							 1							UDM_API_VERSION(3)

udm_api_version - Get mnoGoSearch API version

SYNOPSIS
int udm_api_version (void )
DESCRIPTION
Gets the mnoGoSearch API version. This function allows the user to identify which API functions are available, e.g. udm_get_doc_count(3) function is only available in mno- GoSearch 3.1.11 or later.
RETURN VALUES
udm_api_version(3) returns the mnoGoSearch API version number. E.g. if mnoGoSearch 3.1.10 API is used, this function will return 30110.
EXAMPLES
Example #1 udm_api_version(3) example <?php if (udm_api_version() >= 30111) { echo "Total number of URLs in database: " . udm_get_doc_count($udm) . "<br /> "; } ?> PHP Documentation Group UDM_API_VERSION(3)
Related Man Pages
mssql_field_length(3) - php
cubrid_error(3) - php
udm_add_search_limit(3) - php
udm_load_ispell_data(3) - php
udm_set_agent_param(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
New Code Tags (Syntax Highlighting)
Denial Of Service Attack Update