How values in arrays are indexed?
Answer / Minhaj Uddin
In PHP, array indices start at 0. So if you have an array like this: nn$array = array("apple", "banana", "cherry"); The first element (index 0) is "apple", the second element (index 1) is "banana", and so on.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are properties in php?
Hello Friends,I am seeking for a job in php having 2yrs. exp.Please suggest any company openings.
Tell me how is it possible to parse a configuration file?
Explain the difference between session and cookies in php?
Explain converting an object?
What is the use of pear in php?
Which is best framework for php?
List some string function name in php?
What language is php based on?
What are magic methods?
What are the different types of errors in PHP?
Is php used anymore?