Possible Duplicate:
PHP: Suppress output within a function?
I am using multiple php scripts.."
That include libraries I need. The thing is that they are designed to give an output to the browser in the forms of echo
and print
or print_r
However I need to use them and not display anything for all I care is the operation they do. Is there any way I can supress the output those functions give without modifying source code?