Warning: file_put_contents(): Only -1 of 53 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
RPMReader runkit PHP Manual rpm_version (PECL rpmreader:0.3) — Returns a string representing the current version of the rpmreader extension Descrierea ( void ) rpm_version() will return extension...
Forum und email

rpm_version

(PECL rpmreader:0.3)

rpm_version — Returns a string representing the current version of the rpmreader extension

Descrierea

string rpm_version ( void )

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

Valorile întroarse

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

Exemple

Example#1 rpm_version() example

<?php

$rpmr_ver 
= rpm_version();

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

?>