mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
checkstyle
This commit is contained in:
@@ -3481,9 +3481,10 @@ function dol_html_entity_decode($a,$b,$c='UTF-8')
|
|||||||
* http://php.net/manual/en/function.htmlentities.php
|
* http://php.net/manual/en/function.htmlentities.php
|
||||||
*
|
*
|
||||||
* @param string $string The input string.
|
* @param string $string The input string.
|
||||||
* @param int $flags
|
* @param int $flags Flags(see PHP doc above)
|
||||||
* @param string $encoding
|
* @param string $encoding Encoding
|
||||||
* @return bool $double_encode When double_encode is turned off PHP will not encode existing html entities
|
* @param bool $double_encode When double_encode is turned off PHP will not encode existing html entities
|
||||||
|
* @return string $ret Encoded string
|
||||||
*/
|
*/
|
||||||
function dol_htmlentities($string, $flags=null, $encoding='UTF-8', $double_encode=false)
|
function dol_htmlentities($string, $flags=null, $encoding='UTF-8', $double_encode=false)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user