Project

General

Profile

$len » History » Version 2

Per Amundsen, 08/06/2015 04:00 AM

1 1 Per Amundsen
_Added in 1.8.10_
2
3
*$len(text)*
4
5
Returns the length of the text.
6
7
*Parameters*
8
9
text - The text to check.
10
11
*Example*
12
13
<pre>
14 2 Per Amundsen
; Check the length of 'text'.
15 1 Per Amundsen
//echo -ag text length is $len(text)
16
</pre>