Stomp Функции
PHP Manual

stomp_version

(PECL stomp >= 0.1.0)

stomp_versionGets the current stomp extension version

Описание

string stomp_version ( void )

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

Список параметров

У этой функции нет параметров.

Возвращаемые значения

It returns the current stomp extension version

Примеры

Пример #1 stomp_version() example

<?php

var_dump
(stomp_version());

?>

Результатом выполнения данного примера будет что-то подобное:

string(5) "0.2.0"


Stomp Функции
PHP Manual