Category | HTML helper functions - para |
Code Examples | para
Simply put, this is a convenience function for wrapping the
paragraph tag around a chunk of
text. It can be useful in simplifying HTML escaping for content that
may contain nonalphanumeric
characters.
para( class[string], text[string], attributes[array], escape[bool] )
=$html->para(null,'This is a test for the $html->para() function',null,true);?>
will return the following when run through the $html->para() function:
This is a test for the $html->para() function |
Test Code | |
Links | |
Remarks | |
Cancel |