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