Posts Tagged ‘php function’

Function In PHP

There are two types of function

1. User Defined Function

  • Function without arguments
  • Function with arguments
  • Function with default arguments
  • Function call by value
  • Function call by reference

2. Pre Defined Function

Be the first to comment - What do you think?  Posted by admin - June 12, 2010 at 9:18 pm

Categories: function, PHP - Hypertext Preprocessor   Tags: ,