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 | my php.net

search for in the

udm_cat_list" width="11" height="7"/> <udm_alloc_agent
Last updated: Wed, 01 Nov 2006
view this page in

udm_api_version

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)

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

説明

int udm_api_version ( void )

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

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

例 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: Wed, 01 Nov 2006
 
 
show source | credits | sitemap | contact | advertising | mirror sites