STOMP_VERSION(3) 1 STOMP_VERSION(3)
stomp_version - Gets the current stomp extension version
SYNOPSIS
string stomp_version (void )
DESCRIPTION
Returns a string containing the version of the current stomp extension.
PARAMETERS
This function has no parameters.
RETURN VALUES
It returns the current stomp extension version
EXAMPLES
Example #1
stomp_version(3) example
<?php
var_dump(stomp_version());
?>
The above example will output something similar to:
string(5) "0.2.0"
PHP Documentation Group STOMP_VERSION(3)