What is T_PAAMAYIM_NEKUDOTAYIM?
Answer / Janardan Kumar Yadav
In PHP, T_PAAMAYIM_NEKUDOTAYIM is a special syntax used for array declaration. It consists of an associative array with two underscores instead of keys to avoid conflicts with reserved keywords.
| Is This Answer Correct ? | 0 Yes | 0 No |
Where sessions stored in PHP?
To run php script on a local machine we need to install Apache http server and php. Then only scripts are run in the browsers. but when these things are not loaded on a local machine and a php script is brought by the browser still the browser displays the page. how?
How does php and apache work?
How do I run a php file?
What are the __construct() and __destruct() methods in a php class?
1.Where are the cookies storing ? 2.What is the drawback of using cookies ? 3. If two site is having same cookie name and different values what will be the output if we echo the cookie name from those sites ? How can we solve this issue (How can we specify the domain name)?
What should we do to be able to export data into an excel file?
how to store date to database
How to set session.gc_divisor properly?
How to remove duplicate values from array using php?
How can we submit a form without a submit button?
how to include external php file in to html page?