setVerbose
Brought to you by:
bs_php,
nigelswinson
From: Peter R. <php...@pe...> - 2002-05-10 18:20:59
|
Just looked at the code for this function, and it looks like the documentation does not match the function. According to the doc, the default is 0/off; but the default in the function definition is 1, and it will output errors if not called. So to turn off error reporting, it looks like you have to call setVerbose(0). |