rpm_version

(PECL rpmreader >= 0.3.0)

rpm_versionReturns a string representing the current version of the rpmreader extension

说明

rpm_version ( void ) : string

rpm_version() will return the current version of the rpmreader extension.

返回值

rpm_version() will return a string representing the rpmreader version currently loaded in PHP.

范例

Example #1 rpm_version() example

<?php

$rpmr_ver 
rpm_version();

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

?>

相关文章
php apd 函数 returns the current call stack as an arrayphp ibm db2 函数 returns an array indexed by column position representing a row in a result setphp ibm db2 函数 returns an array indexed by column name representing a row in a result setphp ibm db2 函数 returns an array indexed by both column name and position representing a row in a result setphp ibm db2 函数 returns an object with properties representing columns in the fetched rowphp ibm db2 函数 returns a string containing the sqlstate returned by an sql statementphp ibm db2 函数 returns a string containing the last sql statement error messagephp eio 函数 returns string describing the last error associated with a request resourcephp maxdb 函数 returns a string representing the type of connection usedphp maxdb 函数 returns a string description for last statement errorphp maxdb 函数 returns the thread id for the current connectionphp mysqlnd qc 函数 returns information on the current handler the number of cache entries and cache entries if availablephp ncurses 函数 add attributed string with specified length at current positionphp ncurses 函数 add attributed string at current positionphp ncurses 函数 add string with specified length at current positionphp ncurses 函数 returns current soft label key attributephp rpm reader 函数 retrieves a header tag from an rpm filephp rpm reader 函数 tests a filename for validity as an rpm filephp rpm reader 函数 opens an rpm filephp rpm reader 函数 returns a string representing the current version of the rpmreader extension
关注编程学问公众号