You appear to be a bot. Output may be restricted
Description
Restore the previous $bwecho buffer
Usage
bw_pop();
Parameters
Returns
voidSource
File name: oik-bwtrace/libs/bobbfunc.phpLines:
1 to 4 of 4
function bw_pop() { global $bwecho, $bwecho_array; $bwecho = array_pop( $bwecho_array ); }View on GitHub View on Trac