Compzone.Org :: Podręcznik PHP :: rpm_version
Która technologia najbardziej Cię interesuje?
PHP
ASP
AJAX
SQL
JavaScript
Inna
Sonda Wyniki

Add to Google

rpm_version

(no version information, might be only in CVS)

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

Opis

string rpm_version ( void )

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

Zwracane wartości

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

Przykłady

Przykład 1. rpm_version() example

<?php

$rpmr_ver 
rpm_version();

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

?>
Copyright © 2005-2006 Compzone.Org. Kopiowanie i wykorzystywanie materiałów zawartych na tej stronie bez zgody autora zabronione!