function::strlen
Returns the length of a string
- Provided by: systemtap-doc (Version: 5.0-2ubuntu1)
- Source: systemtap
- Report a bug
Returns the length of a string
strlen:long(s:string)
s
This function returns the length of the string, which can be zero up to MAXSTRINGLEN.