stomp_versionGets the current stomp extension version Beschreibung
string stomp_version
( void
)
Returns a string containing the version of the current stomp extension. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteIt returns the current stomp extension version Beispiele
Beispiel #1 stomp_version example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: string(5) "0.2.0" |