[ Index ] |
|
Code source de phpMyAdmin 2.10.3 |
[Code source] [Imprimer] [Statistiques]
Output buffer functions for phpMyAdmin Copyright 2001 Jeremy Brand <jeremy@nirvani.net> http://www.jeremybrand.com/Jeremy/Brand/Jeremy_Brand.html
Poids: | 130 lignes (4 kb) |
Inclus ou requis: | 5 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
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 = null) 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 $mode DEPRECATED return: boolean whether output buffering is enabled or not |
PMA_outBufferPost($mode = null) 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 $mode DEPRECATED return: boolean whether data has been send from the buffer or not |
Généré le : Mon Nov 26 15:18:20 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |