I just ran across this syntax in someone else's code.
I can't detect any difference between these two expressions:

_("String value") and "String value"

Is there a difference? What does _("xyz") do, and is it documented
anywhere? I'm curious why this code (SquirrelMail) uses it in one place,
but not another. What say you, PHP gurus? Gotta love the syntactic sugar!

--
Kelly Hallman
// Ultrafancy

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

Reply via email to