[PHP] Re: [PEAR-DEV] Re: [PHP] First official release of the PHP WhitePaper

2009-01-08 Thread till
to everyone who took the exam, etc., but this certification (as all certifications) doesn't mean anything 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

[PHP] ob_ output buffering ...

2004-03-10 Thread Till Krüss
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

[PHP] Re: Zlib - Insert files?

2004-02-12 Thread Till Krüss
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

[PHP] Zlib - Insert files?

2004-02-11 Thread Till Krüss
('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