开发者 |
Tumeski
Peter Petermann Daniel Hoffend |
---|---|
更新时间 | 2013年5月30日 01:53 |
捐献地址: | 去捐款 |
PHP版本: | 3.2 及以上 |
WordPress版本: | 3.5.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/eve-phealapi
directory.wp-content/plugins/eve-phealapi/phealclass/README.md
or https://github.com/ppetermann/pheal/blob/master/README.md<?php $PhealEveAPI = new PhealEveApi(); $return = $PhealEveAPI->QueryAPI($APIKeyID, $APIVCode); $result = $return->Characters(); foreach($result->characters as $character) { echo $character->name; } ?>
And there you would have all your characters name printed out.