forked from Wavyzz/dolibarr
Doc
This commit is contained in:
@@ -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.
|
* Make a substring. Works even if mbstring module is not enabled for better compatibility.
|
||||||
*
|
*
|
||||||
* @param string $string String to scan
|
* @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 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 string $stringencoding Page code used for input string encoding
|
||||||
* @param int $trunconbytes 1=Length is max of bytes instead of max of characters
|
* @param int $trunconbytes 1=Length is max of bytes instead of max of characters
|
||||||
|
|||||||
Reference in New Issue
Block a user