
sizeof(3)             LPC Library Functions             sizeof(3)

NNAAMMEE
       sizeof()  -  return  the number of elements in an array or
       mapping

SSYYNNOOPPSSIISS
       int sizeof( mixed var );

DDEESSCCRRIIPPTTIIOONN
       Return the number of elements in  an  array,  mapping,  or
       buffer  'var'.   If  `var'  is  not  an array, mapping, or
       buffer, then zero (0) is returned.

SSEEEE AALLSSOO
       allocate(3), allocate_mapping(3), strlen(3)

MudOS                       5 Sep 1994                          1

