mud/lib/doc/efun/general/sizeof
2020-09-06 05:43:07 -07:00

11 lines
269 B
Plaintext

sizeof - return the number of elements in an array
int sizeof( mixed var );
Return the number of elements in an array, mapping, string, class or
buffer 'var'. If `var' is not an array, mapping, string, class or
buffer, then zero (0) is returned.
See also:
strlen