tln_tagprint()
tln_tagprint(string $tagname, array $attary, integer $tagtype) : string
This function returns the final tag out of the tag name, an array of attributes, and the type of the tag. This function is called by tln_sanitize internally.
Parameters
string | $tagname | the name of the tag. |
array | $attary | the array of attributes and their values |
integer | $tagtype | The type of the tag (see in comments). |
Returns
string —A string with the final tag representation.