mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-14 21:41:23 +01:00
Doxygen
This commit is contained in:
@@ -3887,12 +3887,12 @@ function dol_strlen($string, $stringencoding = 'UTF-8')
|
|||||||
*
|
*
|
||||||
* @param string $string String to scan
|
* @param string $string String to scan
|
||||||
* @param string $start Start position
|
* @param string $start Start position
|
||||||
* @param int $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
|
||||||
* @return string substring
|
* @return string substring
|
||||||
*/
|
*/
|
||||||
function dol_substr($string, $start, $length, $stringencoding = '', $trunconbytes = 0)
|
function dol_substr($string, $start, $length = null, $stringencoding = '', $trunconbytes = 0)
|
||||||
{
|
{
|
||||||
global $langs;
|
global $langs;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user