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 versionSYNOPSISint udm_api_version (void )DESCRIPTIONGets 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 VALUESudm_api_version(3) returns the mnoGoSearch API version number. E.g. if mnoGoSearch 3.1.10 API is used, this function will return 30110.EXAMPLESExample #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)