Go to the source code of this file.
Classes | |
class | Auth_Yadis_DiscoveryResult |
class | Auth_Yadis_Yadis |
Enumerations | |
enum | Auth_Yadis_CONTENT_TYPE |
enum | Auth_Yadis_HEADER_NAME |
Functions | |
Auth_Yadis_getServiceEndpoints ($input_url, $xrds_parse_func, $discover_func=null, $fetcher=null) |
Auth_Yadis_getServiceEndpoints | ( | $ | input_url, | |
$ | xrds_parse_func, | |||
$ | discover_func = null , |
|||
$ | fetcher = null | |||
) |
Perform the Yadis protocol on the input URL and return an iterable of resulting endpoint objects.
input_url: The URL on which to perform the Yadis protocol
discover_func: if not null, a callback which should take (uri) and return an Auth_Yadis_Yadis object or null.