Function size( array )

Description:
Returns the number of elements in the array. If array is not an array, zero is returned.
Parameters:
array (Object)
array
Return Value (integer):
size of array
Signature:
int size(Object)