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 object with properties representing columns in the fetched rowphp eio 函数 returns string describing the last error associated with a request resourcephp fdf 函数 returns the fdf document as a stringphp grapheme 函数 returns part of haystack string from the first occurrence of case insensitive needle to the end of haystackphp informix 函数 returns the current file or seek positionphp json 函数 returns the error string of the last json encode or json decode callphp maxdb 函数 returns a string description of the last errorphp maxdb 函数 returns the maxdb client version as a stringphp maxdb 函数 returns a string representing the type of connection usedphp maxdb 函数 returns a string description for last statement errorphp 多字节字符串 函数 returns position and length of a matched part of the multibyte regular expression for a predefined multibyte stringphp mysqlnd qc 函数 returns information on the current handler the number of cache entries and cache entries if availablephp ncurses 函数 add string with specified length at current positionphp ncurses 函数 returns current erase characterphp rpm reader 函数 returns a string representing the current version of the rpmreader extensionphp sqlite 函数 returns the current row indexphp yp/nis 函数 returns the error string associated with the given error codephp sdo das xml 函数 returns sdo das xml document for a given xml instance stringphp solrcollapsefunction returns a string representing the constructed collapse function
关注编程学问公众号