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: rpm_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  
<rpm_openrunkit" width="11" height="7"/>
view the version of this page
Last updated: Sun, 07 May 2006

rpm_version

(no version information, might be only in CVS)

rpm_version --  rpmreader 拡張モジュールの現在のバージョンを表す文字列を返す

説明

string rpm_version ( void )

rpm_version() は、rpmreader 拡張モジュールの 現在のバージョンを返します。

返り値

rpm_version() は、現在 PHP に読み込まれている rpmreader のバージョンを表す文字列を返します。

例 1. rpm_version() の例

<?php

$rpmr_ver
= rpm_version();

echo
"$rpmr_ver<br />\n";

?>



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

<rpm_openrunkit" width="11" height="7"/>
 Last updated: Sun, 07 May 2006
show source | credits | sitemap | contact | advertising | mirror sites 
Copyright © 2001-2006 The PHP Group
All rights reserved.
This mirror generously provided by: PacketBusiness, Inc.
Last updated: Mon Sep 4 08:30:20 2006 JST