SELFPHP/Navigationshilfen Funktionsübersicht |
Ausgabesteuerungs Funktionen |
||
flush |
||
void flush ()
(PHP 3, PHP 4 >= 4.0b1) Es wird der Ausgabe-Puffer geleert und alle Zeichen ausgegeben |
void ob_end_clean ()
(PHP 4 >= 4.0b1) Es wird der Ausgabe-Puffer gelöscht und die Ausgabe-Pufferung deaktiviert |
void ob_end_flush ()
(PHP 4 >= 4.0b1) Es wird der Ausgabe-Puffer geleert und die Ausgabe-Pufferung deaktiviert |
string ob_get_contents ()
(PHP 4 >= 4.0b1) Es wird der Inhalt des Ausgabe-Puffers zurückgegeben |
void ob_implicit_flush ([int flag])
(PHP 4 >= 4.0b4) Es wird die implizite Ausgabe ein- oder ausgeschaltet |
void ob_start ()
(PHP 4 >= 4.0b1) Es wird die Pufferung von Ausgaben eingeschaltet |
weiter: | Bzip2 Compression Funktionen |
zurück: | Aspell Funktionen |
SELFPHP/Navigationshilfen Funktionsübersicht |