What is list in PHP?



What is list in PHP?..

Answer / Shiv Shambhu Kumar

In PHP, a list can be created using the '...' operator. It allows you to pass multiple arguments to a function without explicitly declaring variables for them. However, it's important to note that lists are not a native data type in PHP; they are converted to arrays during execution.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

can anyone explain about stored procedure,Triggers and transaction in php?

2 Answers  


How is php different from other languages?

1 Answers  


What is cookie in php with example?

1 Answers  


Tell me how comparison of objects is done in php5?

1 Answers  


Is php secure?

1 Answers  


What are php filters?

1 Answers  


What is the difference between == and === in php?

1 Answers  


What is php form validation?

1 Answers  


What are hooks in php?

1 Answers  


Can you define an array argument as a reference type?

1 Answers  


how to set session expire(session timeout) using php code

2 Answers  


What is empty php?

1 Answers  


Categories