Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: udm_api_version - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

udm_cat_list" width="11" height="7"/> <udm_alloc_agent
Last updated: Sun, 25 Nov 2007

view this page in

udm_api_version

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch:1.0.0)

udm_api_version — mnoGoSearch API バージョンを取得する

説明

int udm_api_version ( void )

mnoGoSearch API バージョン番号を取得します。

この関数により、利用可能なAPI関数をユーザが調べることが可能となります。 例えば、udm_get_doc_count() 関数は mnoGoSearch 3.1.11 以降でのみ利用可能です。

返り値

udm_api_version() は、mnoGoSearch API バージョン番号を返します。 例えば、mnoGoSearch 3.1.10 APIを使用している場合、 この関数は、30110 を返します。

Example#1 udm_api_version() の例

<?php
if (udm_api_version() >= 30111) {
    echo  
"Total number of URLs in database: " udm_get_doc_count($udm) . "<br />\n";
}
?>



add a note add a note User Contributed Notes
udm_api_version
There are no user contributed notes for this page.

udm_cat_list" width="11" height="7"/> <udm_alloc_agent
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites