©
이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
Parameter Position | Type | Required | Default | Description |
---|---|---|---|---|
1 | boolean | No | false | This determines whether or not to include whitespace characters in the count. 决定是否计算空格字符。 |
This is used to count the number of characters in a variable.
计算变量里的字符数
Example 5-3. count_characters
|