« Previous -
Version 4/8
(diff) -
Next » -
Current version
vl, 07/24/2009 05:48 pm
guild¶
Access information from a guild. Check Item Values to have information on item parameters.
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_xmlgz($key)
¶
Get a guild $key
and returns a gzipped xml 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.