Exemple d'une requête avec la classe XboxInfo
Par Moe le vendredi, 19 décembre 2008, 14:42 - Lien permanent
Avatar :
Exemple de code PHP :
<?php require_once(dirname(__FILE__).'/php-gamercard-api/src/XboxInfo.php'); $XboxInfo = new XboxInfo; $getXboxInfo = $XboxInfo->getXboxInfo('Moe GZ'); die('<pre>'.print_r($getXboxInfo,true).'</pre>'); ?>