XmlParseResult
in package
Return type that wraps around values passed-by-reference for `\xml_parse_into_struct()`. This is also returned by calling XmlNativeParser::parseIntoStruct()`.
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$index
public
array<string|int, mixed>
$index
$values
public
array<string|int, mixed>
$values
Methods
__construct()
public
__construct(array<string|int, mixed> $values, array<string|int, mixed> $index) : mixed
Parameters
- $values : array<string|int, mixed>
- $index : array<string|int, mixed>