PHP Interface fXmlRpc\Parser\ParserInterface

Datei anzeigen Open project: lstrojny/fxmlrpc Interface Usage Examples

Public Methods

Method Description
parse ( string $xmlString ) : mixed Parse XML string into PHP representation

Method Details

parse() public method

Parse XML string into PHP representation
public parse ( string $xmlString ) : mixed
$xmlString string
return mixed