thing in regard
to experience. It's like your highschool diploma -- a certification
that you can get your act together and learn for the A-levels. Nothing
really beyond that.
Till
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi there!
I want to use the output buffering to replace one important string
before the output starts.
How can i do this?
rgds, Till
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thanks
But how can i put it into an tar archive before?
rgds Till
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
es.
$fp = gzopen('foo.gz', 'wb9');
for($i = 0; $i < count($this->_Files); $i++) {
gzwrite($fp, file_get_contents($this->_Files[$i]));
}
gzclose($ZP);
rgds Till
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
4 matches
Mail list logo