Auth_OpenID_Parse
Description
Located in /openid/Auth/OpenID/Parse.php (line 87)
Auth_OpenID_Parse
Variable Summary
Method Summary
Variables


"<!--.*?-->|<!\[CDATA\[.*?\]\]>|<script\b(?!:)[^>]*>.*?<\/script>" (line 97)
Stuff to remove before we start looking for tags

Specify some flags for use with regex matching.

Starts with the tag name at a word boundary, where the tag name
is not a namespace
Methods

Auth_OpenID_Parse
Auth_OpenID_Parse
()

void
findFirstHref
( $link_attrs_list, $target_rel)
- $link_attrs_list
- $target_rel

void
findLinksRel
( $link_attrs_list, $target_rel)
- $link_attrs_list
- $target_rel

void
headFind
()

void
htmlFind
()

void
linkHasRel
( $link_attrs, $target_rel)
- $link_attrs
- $target_rel

Find all link tags in a string representing a HTML document and return a list of their attributes.
array
parseLinkAttrs
(string $html)
- string $html: The text to parse

void
relMatches
( $rel_attr, $target_rel)
- $rel_attr
- $target_rel

void
removeQuotes
( $str)
- $str

void
replaceEntities
( $str)
- $str

Returns a regular expression that will match a given tag in an SGML string.
void
tagMatcher
( $tag_name, [ $close_tags = null])
- $tag_name
- $close_tags
Documentation generated on Mon, 05 Mar 2007 21:13:26 +0000 by phpDocumentor 1.3.1