PHP Configuration Directives
Categories: PHPPHP Configuration Directives ========================================== output_buffering One of the newest (and greatest) features of PHP is the ability to send header lines anywhere within a script. This directive turns on output buffering for all files. You should probably leave this set to “off” because calling one of the output buffering functions of PHP will work regardless. [ Read More ]







