What is T_PAAMAYIM_NEKUDOTAYIM?



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

Post New Answer

More PHP Interview Questions

Where sessions stored in PHP?

1 Answers  


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?

2 Answers  


How does php and apache work?

1 Answers  


How do I run a php file?

1 Answers  


What are the __construct() and __destruct() methods in a php class?

1 Answers  


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)?

8 Answers   TCS,


What should we do to be able to export data into an excel file?

1 Answers  


how to store date to database

5 Answers   ConSim,


How to set session.gc_divisor properly?

1 Answers  


How to remove duplicate values from array using php?

1 Answers  


How can we submit a form without a submit button?

4 Answers   Agile Software,


how to include external php file in to html page?

8 Answers   Eccentric Infotech,


Categories