(PECL stomp >= 0.1.0)
stomp_version — Guets the current stomp extension versionen
Returns a string containing the versionen of the current stomp extension.
This function has no parameters.
It returns the current stomp extension versionen
Example #1 stomp_version() example
<?php
var_dump
(
stomp_version
());
?>
The above example will output something similar to:
string(5) "0.2.0"