Function _b
Standard Print as Block function. To aid with possible cross-scripting vulnerabilities, this will automatically perform htmlspecialchars unless otherwise specified.
Difference between _b() and _p() is that _b() will convert any linebreaks to
tags.
This allows _b() to print any "block" of text that will have linebreaks in standard HTML.
Located at
includes/base_controls/_utilities.inc.php
string |
$strString |
|
boolean |
$blnHtmlEntities = true |