« Previous -
Version 2/8
(diff) -
Next » -
Current version
vl, 07/09/2009 12:11 pm
guild¶
Access information from a guild.
Base URL¶
URL Parameters¶
key
¶
The API Key of the guild.
Cache Duration¶
The information are cached for 1 hour.
PHP Interface¶
ryzom_guild_simplexml($key)
¶
Get a guild $key
and returns a simplexml object containing the guild information.
ryzom_guild_valid_key($key, &$gid)
¶
Returns true if the guild key seems valid (or false if not). It doesn't do server check, but only basic checks.
This function sets the guild id.
Real Examples¶
If you have a website that use this Ryzom API, tell it in the forum and we'll add it.