[ Index ]
 

Code source de phpMyAdmin 2.10.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/libraries/ -> ob.lib.php (sommaire)

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

Définit 3 fonctions

  PMA_outBufferModeGet()
  PMA_outBufferPre()
  PMA_outBufferPost()

Fonctions
Fonctions qui ne font pas partie d'une Classe:

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
  Clicky Web Analytics