Fix: doxygen
This commit is contained in:
parent
e17a9f7835
commit
216aaf5662
@ -3610,6 +3610,7 @@ function dol_nl2br($stringtoencode,$nl2brmode=0,$forxml=false)
|
|||||||
* @param string $stringtoencode String to encode
|
* @param string $stringtoencode String to encode
|
||||||
* @param int $nl2brmode 0=Adding br before \n, 1=Replacing \n by br (for use with FPDF writeHTMLCell function for example)
|
* @param int $nl2brmode 0=Adding br before \n, 1=Replacing \n by br (for use with FPDF writeHTMLCell function for example)
|
||||||
* @param string $pagecodefrom Pagecode stringtoencode is encoded
|
* @param string $pagecodefrom Pagecode stringtoencode is encoded
|
||||||
|
* @return string String encoded
|
||||||
*/
|
*/
|
||||||
function dol_htmlentitiesbr($stringtoencode,$nl2brmode=0,$pagecodefrom='UTF-8')
|
function dol_htmlentitiesbr($stringtoencode,$nl2brmode=0,$pagecodefrom='UTF-8')
|
||||||
{
|
{
|
||||||
@ -3637,7 +3638,7 @@ function dol_htmlentitiesbr($stringtoencode,$nl2brmode=0,$pagecodefrom='UTF-8')
|
|||||||
*
|
*
|
||||||
* @param string $stringtodecode String to decode
|
* @param string $stringtodecode String to decode
|
||||||
* @param string $pagecodeto Page code for result
|
* @param string $pagecodeto Page code for result
|
||||||
* @param string String decoded
|
* @return string String decoded
|
||||||
*/
|
*/
|
||||||
function dol_htmlentitiesbr_decode($stringtodecode,$pagecodeto='UTF-8')
|
function dol_htmlentitiesbr_decode($stringtodecode,$pagecodeto='UTF-8')
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user