PHP User Defined Function
04.05.2012 00:04 in Php | 0 comments | source: A comprehensive online web development tutorial. | 175 clicks
In all programming and scripting language, a function is a block of statements that can be used repeatedly in a program. In PHP, the concept of the function is the same as in other language like 'C'. There are more than 1,000 in-built functions into the standard PHP distribution. Besides these we can define functions as per our requirements. These are called 'User Defined Function'.