ii_left($string, $len, $type = 0)

参数:

$string, 需要截取的字符串

$len, 截取长度

$type, 类型(可选)

作用:

截取字符串的前N个字符串。

示例:

{$=ii_left('abcde', 4)}
返回值:abcd