Re: [PHP-DEV] R: [PHP-DEV] python dictionary-like % (percent) substitution in php

2001-08-28 Thread Jo Giraerts
True. you got a point here. i'll stop bitching :) On Tue, Aug 28, 2001 at 04:46:35PM +0200, wrote: > Yes, the function you have written below make the same thing but i think > that a function written in c, inside the php module, can be faster and more > elegant than this php-function. > > Aga

[PHP-DEV] R: [PHP-DEV] python dictionary-like % (percent) substitution in php

2001-08-28 Thread ---
Yes, the function you have written below make the same thing but i think that a function written in c, inside the php module, can be faster and more elegant than this php-function. Again, i think that the final user will be happy to have an already written function instead of think and code a per