Aller au contenu principal

get_output

get current buffer.

GET_OUTPUT

NAME

get_output - Get value of current output buffer.

SYNOPSIS

get_output*();

DESCRIPTION

This function is used to get the value of the current output buffer without clearing it.

This function is available from version 5.81.

PARAMETERS

none

RETURN

Returns the contents of the output buffer.

EXAMPLES

r = get_output();

json.html = r;

clear_output();

json;

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

© 2024 extenso Inc. All rights reserved.