Flowdock
tag_start(name, attrs) public

Called when a tag is encountered. @p name the tag name @p attrs an array of arrays of attribute/value pairs, suitable for use with assoc or rassoc. IE, <tag attr1=“value1” attr2=“value2”> will result in tag_start( “tag”, # [[“attr1”,“value1”],[“attr2”,“value2”]])

Show source
Register or log in to add new notes.