$typeof

Returns the internal data type of a variable
Usage
$typeof(<data>)
Description
Returns the internal data type of the <data>.
Syntax Specification
<string> $typeof(<data:variant>)
Examples

    echo $typeof("test")
    %a = "test"
    echo $typeof(%a)
    %a = 1
    echo $typeof(%a)
    %a = $(1 + 2)
    echo $typeof(%a)
    echo $typeof($typeof(%a))


Index, Functions
KVIrc 4.1.3.5988 Documentation
Generated by buildd at Tue Oct 9 20:23:10 2012