Thenbsp\Wechat\Bridge\Serializer::xmlDecode PHP Метод

xmlDecode() публичный статический Метод

xml decode
public static xmlDecode ( $data, array $context = [] )
$context array
    public static function xmlDecode($data, array $context = array())
    {
        return (new XmlEncoder())->decode($data, 'xml', $context);
    }