SYNOPSIS
	int sizeof(mixed arr)

DESCRIPTION
	Return the number of elements of an array or mapping arr.
	For scalar values (like integers), 0 is returned.

SEE ALSO
	strlen(E), allocate(E), pointerp(E),
	mappingp(E), allocate_mapping(E)
