| [ PHPXref.com ] | [ Generated: Sun Jul 20 19:46:00 2008 ] | [ phpMyAdmin 2.9.0.3 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Source view] [Print]
Output buffer functions for phpMyAdmin Copyright 2001 Jeremy Brand <jeremy@nirvani.net> http://www.jeremybrand.com/Jeremy/Brand/Jeremy_Brand.html
| File Size: | 130 lines (3 kb) |
| Included or required: | 5 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| PMA_outBufferModeGet() X-Ref |
| This function be used eventually to support more modes. It is needed because both header and footer functions must know what each other is doing. return: integer the output buffer mode |
| PMA_outBufferPre($mode) X-Ref |
| This function will need to run at the top of all pages if output output buffering is turned on. It also needs to be passed $mode from the PMA_outBufferModeGet() function or it will be useless. param: integer the output buffer mode return: boolean whether output buffering is enabled or not |
| PMA_outBufferPost($mode) X-Ref |
| This function will need to run at the bottom of all pages if output buffering is turned on. It also needs to be passed $mode from the PMA_outBufferModeGet() function or it will be useless. param: integer the output buffer mode return: boolean whether data has been send from the buffer or not |
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |