Gestionnaire de fichiers - Editer - /home/wwgoat/public_html/blog/wp-content/plugins/simple-membership/lib/braintree/lib/Braintree/Xml.php
Arrière
<?php namespace Braintree; /** * Braintree Xml parser and generator * PHP version 5 * superclass for Braintree XML parsing and generation */ class Xml { /** * @ignore */ protected function __construct() { } /** * * @param string $xml * @return array */ public static function buildArrayFromXml($xml) { return Xml\Parser::arrayFromXml($xml); } /** * * @param array $array * @return string */ public static function buildXmlFromArray($array) { return Xml\Generator::arrayToXml($array); } } class_alias('Braintree\Xml', 'Braintree_Xml');
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Génération de la page: 0.02 |
proxy
|
phpinfo
|
Réglages