What is a collection in php?
Answer / Mukesh Kumar Rahul
A PHP collection is an abstraction that groups multiple items together. The most common types of collections in PHP are arrays and objects, which provide efficient ways to store and manipulate data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define about declare construct?
Explain the changes in php versions?
Declare a new variable in php equal to the number 3;
What is the major php security hole? How to avoid?
What are the features of php 7?
How can image properties be retrieved in php?
what does this symbol mean in php?
Does php support inheritance?
How does php work?
How do I install php?
Where sessions stored in PHP?
Tell me what is pear?