array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'function.stomp-version.php', 1 => 'stomp_version', 2 => 'Gets the current stomp extension version', ), 'up' => array ( 0 => 'ref.stomp.php', 1 => 'Stomp Funktionen', ), 'prev' => array ( 0 => 'function.stomp-connect-error.php', 1 => 'stomp_connect_error', ), 'next' => array ( 0 => 'class.stomp.php', 1 => 'Stomp', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/stomp/functions/stomp-version.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

stomp_version

(PECL stomp >= 0.1.0)

stomp_versionGets the current stomp extension version

Beschreibung

stomp_version(): string

Returns a string containing the version of the current stomp extension.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

It returns the current stomp extension version

Beispiele

Beispiel #1 stomp_version() example

<?php

var_dump
(stomp_version());

?>

Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:

string(5) "0.2.0"