2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2024-01-11 10:44:43 +01:00
parent 06c22b5368
commit a9e43d0c9d

View File

@@ -4160,7 +4160,7 @@ function dol_strlen($string, $stringencoding = 'UTF-8')
* Make a substring. Works even if mbstring module is not enabled for better compatibility.
*
* @param string $string String to scan
* @param string $start Start position
* @param string $start Start position (0 for first char)
* @param int|null $length Length (in nb of characters or nb of bytes depending on trunconbytes param)
* @param string $stringencoding Page code used for input string encoding
* @param int $trunconbytes 1=Length is max of bytes instead of max of characters