Which array function checks if the particular key exists in the array?



Which array function checks if the particular key exists in the array?..

Answer / Basant Singh Kushwaha

The function isset() in PHP can be used to check whether a particular key exists in an array.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

How to call a php function from html button?

1 Answers  


hi, i have knowledge about PHP/MYSQL,i am fresher of M.Sc-IT 2009 pass out,any recruitment in PHP please let me know.my email id:nathiyasms@gmail.com

0 Answers  


How to get seconds from current date using date function ?

8 Answers   Sarna Technologies, Satyam,


can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.

1 Answers  


Explain Type hinting in PHP?

1 Answers  


Explain mail function in PHP with syntax?

1 Answers  


What is difference between static and final in php?

0 Answers  


What is singleton design pattern in php?

1 Answers  


How do I find out the number of parameters passed into function9?

1 Answers  


What are the differences between require and include?

1 Answers  


Do you know what are traits?

1 Answers  


Tell me how can we change the maximum size of the files to be uploaded?

1 Answers  


Categories