Function tln_tagprint
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 summary
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). |
Return value summary
string
|
A string with the final tag representation. |