php function (2 Viewers)

mike198

New member
Local time
Today, 04:50
Joined
Jan 23, 2014
Messages
1
what is function and how to use in advance level of php
 

GSSDevelopment

PHP Guru
Local time
Today, 07:50
Joined
Dec 31, 2012
Messages
58
I'd suggest doing a little bit of background legwork on basic programming concepts before jumping into "advanced PHP"

I will assume you mean user-defined functions. Seriously, it would be good (in general) to read up on user-defined functions, passing arguments, setting default values, overloading functions, and returning values.

A quick Google search will help you out with that.

Cheers
 

Users who are viewing this thread

Top Bottom