Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

Functions Advanced - Tamil

1767 visits



Outline:

Functions (Advanced) ஒரு functionஐ declare மற்றும் call செய்யும் போதும் நாம் function களுக்கு parameter களை pass செய்யலாம். function functionName($param1,$param2); // functionஐ call செய்யும்போது. function functionName($param1,$param2) { இயக்கவேண்டிய code; }