forked from Wavyzz/dolibarr
Code comment
This commit is contained in:
@@ -7561,6 +7561,7 @@ function dol_html_entity_decode($a, $b, $c = 'UTF-8', $keepsomeentities = 0)
|
||||
* @param string $encoding Encoding page code
|
||||
* @param bool $double_encode When double_encode is turned off, PHP will not encode existing html entities
|
||||
* @return string $ret Encoded string
|
||||
* @see dol_htmlentitiesbr()
|
||||
*/
|
||||
function dol_htmlentities($string, $flags = ENT_QUOTES|ENT_SUBSTITUTE, $encoding = 'UTF-8', $double_encode = false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user