Version
in package
PHP library to access FDSN Webservices and request its Version
Table of Contents
Properties
- $url : string
- $version : string
- $webserviceFullPath : string
Methods
- __construct() : mixed
- version() : string
- Get FDSN running version
- fetch() : string
- Fetch running version from FDSN server
Properties
$url
private
string
$url
$version
private
string
$version
= ''
$webserviceFullPath
private
string
$webserviceFullPath
Methods
__construct()
public
__construct(string|null $fdns_server) : mixed
Parameters
- $fdns_server : string|null
version()
Get FDSN running version
public
version() : string
Return values
string —FDSN running version (trimmed by newline)
fetch()
Fetch running version from FDSN server
private
fetch() : string
Return values
string —FDSN running version found (trimmed by newline)