On Fri, 1 Jul 2005, Marcus Boerger wrote:

>   why is this usign snprintf when the value is a string?
> (e.g.: snprintf(buffer, 32, "%s...) why not use stropy or similar?

Consistency over all the date modifiers. Makes the code much easier to 
read.

Derick
-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to