
typeof(3)             LPC 系統函數             typeof(3)

名稱
     typeof() - return the type of an expression

語法
     int typeof( mixed var );

描述
     Return the type of an expression.   The  return  values  are
     given in <typeof.h>.  They are:

     INT             2 STRING    4 ARRAY     8 OBJECT    16  MAP-
     PING           32  FUNCTION         64  FLOAT            128
     BUFFER          256

請參考
     allocate(3), allocate_mapping(3), strlen(3)

MudOS                Last change: 5 Sep 1994                    1

