On Tue, February 20, 2007 8:32 am, Balasubramanyam A wrote: > I'm new to this group and I'm learning PHP. I want to know what is the > exact > definition for "Language Construct". Could someone please explain > about > this?
It's kind of like the "core language definition" of things such as: if (...) while (...) <?php and ?> and so on In PHP, a handful of common things that many beginners *THINK* are functions are acutally Language Constructs: require include echo isset I belive most of them are documented as such in the manual now. Language Construct roughly corresponds to the "grammar" of the language, if you will. -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some starving artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php