ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!

Functions Advanced - Tamil

This is a sample video. To access the full content,
please Login

1255 visits



Outline:

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