STOP
NAME
stop - Stops execution.
SYNOPSIS
stop();
DESCRIPTION
This function does not need any argument. It is used to stop execution of the program and flush the buffer, which is the rest of the program.
This function will only work in sncode (apache module or in command line) but will not work in sncodews (websocket program)
EXAMPLES
"def";
stop();
"abc";
// def
SEE ALSO
AUTHOR
Written by Pierre Laplante and Caroline Laplante, <laplante@sednove.com>
MODIFICATIONS
1.0 2014-09-09 21:24:14 laplante@sednove.com
Edit