Can anyone suggest me How to write own sort function?
Can anyone suggest me How to write own sort function?
I just research w3 these days. Good knowledge for all starters.
Short function into PHP makes through giving function name, parameter list and statements. The
Structure of short function is mentioned below:
Function_name
{
Parameter-list
}
{
Statements
}
You can use this coding for your own required function.
Last edited by brainusa; 10-09-12 at 02:29 PM.
Share this page with your friends