$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.0.3.4984 Documentation
Generated by builder at Fri Nov 12 01:12:46 2010