PHP.nl

stomp_version

stomp_version

Gets the current stomp extension version

string **stomp_version**

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

It returns the current stomp extension version

Voorbeeld: example

<?php

var_dump(stomp_version());

?>
string(5) "0.2.0"