Re: [PHP] _("What does this do?")

2004-01-12 Thread Yann Larrivee
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

Re: [PHP] _("What does this do?")

2004-01-12 Thread Marek Kilimajer
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"

[PHP] _("What does this do?")

2004-01-12 Thread Kelly Hallman
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

Re: [PHP] What does this do?

2003-06-10 Thread Steve Keller
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.

[PHP] What does this do?

2003-06-10 Thread Stephen Goddard
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