|
ob_get_lengthReturn the length of the output buffer Beschreibung
int ob_get_length
( void
)
This will return the length of the contents in the output buffer, in bytes. Rückgabewerte
Returns the length of the output buffer contents, in bytes, or Beispiele
Beispiel #1 A simple ob_get_length example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: 6, 11 Siehe auch
|