function
tag-
Created: 2011-04-17 15:10, Views: 1021(5)Constant is a name of simple value (number, text), which should not change during code execution. Constants are case sensitive, and good programming style requires use them in uppercase. Besides large number of constants coming from php engine, there are “magic” constants which value depends on where they are requested.
-
Created: 2009-02-10 09:26, Views: 4812(23)