Catalogs
in package
implements
IteratorAggregate
PHP library to access FDSN Webservices and request Catalogs
Table of Contents
Interfaces
- IteratorAggregate
Properties
- $catalogsArray : array<string|int, mixed>
- $catalogsDOM : DOMDocument
- $catalogsXmlString : string
- $counter : int
- $fdsn_server : string
- $url : string
- $webserviceFullPath : string
Methods
- __construct() : mixed
- DOMCatalogs() : DOMDocument
- Get Catalogs parsed in a DOM Document
- fetch() : int
- Fetch catalogs (xml document) from selected FDSN server
- getIterator() : array<string|int, mixed>
- Iterate over catalogis found
- getNumRows() : int
- Return the number of elems found
- rawXMLCatalogs() : string
- Get RAW Catalogs XML String
- fdsnSupportedVersion() : bool
- Check if FDSN server version is supported
- parse() : int
- Parse XML Catalogs and store it into a DOM Document AND all values found into an Iterable array
Properties
$catalogsArray
private
array<string|int, mixed>
$catalogsArray
$catalogsDOM
private
DOMDocument
$catalogsDOM
$catalogsXmlString
private
string
$catalogsXmlString
$counter
private
int
$counter
= 0
$fdsn_server
private
string
$fdsn_server
$url
private
string
$url
$webserviceFullPath
private
string
$webserviceFullPath
Methods
__construct()
public
__construct(string|null $fdsn_server) : mixed
Parameters
- $fdsn_server : string|null
DOMCatalogs()
Get Catalogs parsed in a DOM Document
public
DOMCatalogs() : DOMDocument
Return values
DOMDocument —Get Catalogs parsed in a DOMDocument
fetch()
Fetch catalogs (xml document) from selected FDSN server
public
fetch() : int
Return values
int —number of catalogs found
getIterator()
Iterate over catalogis found
public
getIterator() : array<string|int, mixed>
Return values
array<string|int, mixed> —array of \Fdsn\DataStructure\Catalog obj
getNumRows()
Return the number of elems found
public
getNumRows() : int
Return values
int —The number of elems found
rawXMLCatalogs()
Get RAW Catalogs XML String
public
rawXMLCatalogs() : string
Return values
string —Get RAW Catalogs XML String
fdsnSupportedVersion()
Check if FDSN server version is supported
private
fdsnSupportedVersion() : bool
Return values
boolparse()
Parse XML Catalogs and store it into a DOM Document AND all values found into an Iterable array
private
parse(string $xmlResponse) : int
Parameters
- $xmlResponse : string
-
xml document got by API request
Return values
int —number of catalogs found