|
NAMEJE::Null - JavaScript null valueSYNOPSISuse JE; $j = new JE; $js_null = $j->null; $js_null->value; # undef DESCRIPTIONThis class implements the JavaScript "null" type. There really isn't much to it.Null stringifies to 'null', numifies to 0, and is false as a boolean. SEE ALSO
Visit the GSP FreeBSD Man Page Interface. |