Cytat(dtb @ 2006-01-27 14:42:13)
czy jest mozliwosc "przeplatania" funkcji kontroli wyjscia miedzy soba? chodzi mi o cos takiego:
<?php
?>
oczywiscie moj przyklad jest bledy, ale chce abyscie zrozumieli +/- o co mi chodzi.
A co mówi manualNo to czytajmy:
Cytat("Manual php")
Output buffers are stackable, that is, you may call ob_start() while another ob_start() is active. Just make sure that you call ob_end_flush() the appropriate number of times. If multiple output callback functions are active, output is being filtered sequentially through each of them in nesting order.
No ale tak dla pewności czytajmy dalej Cytat("Manual php")
The following example shows an easy way to get rid of all output buffers:
Example 1. ob_end_clean() example
<?php
?>
Jaśniutkie?