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 |
can anyone explain about stored procedure,Triggers and transaction in php?
How is php different from other languages?
What is cookie in php with example?
Tell me how comparison of objects is done in php5?
Is php secure?
What are php filters?
What is the difference between == and === in php?
What is php form validation?
What are hooks in php?
Can you define an array argument as a reference type?
how to set session expire(session timeout) using php code
What is empty php?