seaslog_get_version

(PECL seaslog >=1.0.0)

seaslog_get_versionGet SeasLog version.

Opis

seaslog_get_version ( void ) : string

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Return SeasLog version (SEASLOG_VERSION) as string.

Przykłady

Przykład #1 seaslog_get_version() example

<?php

var_dump
(seaslog_get_version());

?>

Powyższy przykład wyświetli coś podobnego do:

string(5) "1.8.4"
add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top