From the NannyMUD documentation
2000-12-14
NAME sizeof - Give the size of an array. SYNTAX int sizeof(mixed *array) DESCRIPTION Return the size in elements of a given array.
sizeof - Give the size of an array.
int sizeof(mixed *array)
Return the size in elements of a given array.