What is a collection in php?



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

Post New Answer

More PHP Interview Questions

Define about declare construct?

1 Answers  


Explain the changes in php versions?

1 Answers  


Declare a new variable in php equal to the number 3;

1 Answers  


What is the major php security hole? How to avoid?

1 Answers  


What are the features of php 7?

1 Answers  


How can image properties be retrieved in php?

1 Answers  


what does this symbol mean in php?

1 Answers  


Does php support inheritance?

1 Answers  


How does php work?

1 Answers  


How do I install php?

1 Answers  


Where sessions stored in PHP?

1 Answers  


Tell me what is pear?

1 Answers  


Categories