Hi, I'm pretty new to php, I've been learning a lot of it on my own, and I have a question that I haven't been able to find an answer to, so I figured I would ask here.
I've noticed in the php forums, php topsites, and other php of that sort, that there is a lot of {VariableName} being used. For example, in PHPBB3, one of the files uses this: {S_TIMEZONE}
Could someone explain to me how variables with { } work? I've searched every file that comes in php systems like that, and I don't seem to find S_TIMEZONE anywhere (using that as an example still). So I'm pretty confused as to where they get {S_TIMEZONE} from.