Last active
February 4, 2025 19:17
-
-
Save youcoldfusion/c798dd0ee498574a52de9091ce63773c to your computer and use it in GitHub Desktop.
Array Index
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In some of the technologies,the starting index of an array is 1. | |
But in case of php,the starting index of an array is 0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment