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