This is the equivalent to the function gettext
http://ca3.php.net/manual/en/function.gettext.php
Yann Larrivee
http://conf.phpquebec.com
http://protonicdesign.com
On Mon, 2004-01-12 at 12:42, Kelly Hallman wrote:
> I just ran across this syntax in someone else's code.
> I can't detect any differ
It's an alias to this function:
http://sk2.php.net/manual/en/function.gettext.php
Kelly Hallman wrote:
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"
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 n
At 6/10/2003 02:56 PM, Stephen Goddard wrote:
> Can anyone tell me what this does ${varname}
> I cant find any information as to what the braces do.
Which is odd because searching for "braces" at PHP.net takes you the
"strings" section, which explains in detail several functions of curly braces.
Hi,
Can anyone tell me what this does ${varname}
I cant find any information as to what the braces do.
Cheers
Steve
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
5 matches
Mail list logo