Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Nathanmac
Utilities
Parser
Formats
XML
PHP Class Nathanmac\Utilities\Parser\Formats\XML
Author:
Nathan Macnamara (
[email protected]
)
Inheritance:
implements
Nathanmac\Utilities\Parser\Formats\FormatInterface
Afficher le fichier
Open project: nathanmac/parser
Méthodes publiques
Méthode
Description
parse
(
string
$payload
) :
array
Parse Payload Data
Méthodes protégées
Méthode
Description
recursive_parse
(
$xml
,
$ns
)
Method Details
parse()
public
méthode
Parse Payload Data
public
parse
(
string
$payload
) :
array
$payload
string
Résultat
array
recursive_parse()
protected
méthode
protected
recursive_parse
(
$xml
,
$ns
)