Auth_Yadis_ParseHTML Auth_Yadis_ParseHTML(
)
|
|
mixed getHTTPEquiv(
string
$html_string
)
|
|
Looks for a META tag with an "http-equiv" attribute whose value is one of ("x-xrds-location", "x-yadis-location"), ignoring case. If such a META tag is found, its "content" attribute value is returned.
Parameters:
|
string |
$html_string: |
An HTML document in string format |
API Tags:
| Return: | The "content" attribute value of the META tag, if found, or null if no such tag was found. |