ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!
This is a sample video. To access the full content, please Login
I am using XAMPP 5.5.19. While executing the array.php file, I am getting the following: "Notice: Array to string conversion in /opt/lampp/htdocs/phpacademy/array.php on line 5" alongwith the output on the browser.Why am I getting the notice when in video it is showing only output?
1751 visits
Outline:Array கள் Array பல்வேறு value களை ஒரே variable ல் சேமிக்கின்றன Numeric array - numeric index கொண்ட array Associative array - இந்த array ல் ஒவ்வொரு ID key ம் ஒரு value உடன் தொடர்பு கொண்டிருக்கும் உதாரணம். Numeric Array: $fruits=array("Apple","Mango","Banana","Grapes");
Array கள் Array பல்வேறு value களை ஒரே variable ல் சேமிக்கின்றன Numeric array - numeric index கொண்ட array Associative array - இந்த array ல் ஒவ்வொரு ID key ம் ஒரு value உடன் தொடர்பு கொண்டிருக்கும் உதாரணம். Numeric Array: $fruits=array("Apple","Mango","Banana","Grapes");
Show video info
Pre-requisite