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 ibm db2 函数 returns a string containing the sqlstate returned by the last connection attemptphp 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 connect errorphp 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 多字节字符串 函数 returns position and length of a matched part of the multibyte regular expression for a predefined multibyte stringphp ncurses 函数 returns the current cursor position for a windowphp ncurses 函数 insert string at current position moving rest of line rightphp postgresql 函数 returns the current in transaction status of the serverphp rpm reader 函数 returns a string representing the current version of the rpmreader extensionphp sqlite 函数 returns the current row indexphp tidy 函数 return a string representing the parsed tidy markupphp xmlwriter 函数 returns current bufferphp yp/nis 函数 returns the error string associated with the given error codephp sdo das xml 函数 returns root element s uri stringphp sdo das xml 函数 returns sdo das xml document for a given xml instance stringphp solrcollapsefunction returns a string representing the constructed collapse function
关注编程学问公众号