Tell me how would you declare a function that receives one parameter name hello?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

Explain Whitespace Characters?

0 Answers  


What are the Merits and De-Merits of CURL library ?

1 Answers  


How does cookies work in php?

0 Answers  


How do i explode this string '||25||34||73||94||116||128' i need to have a array like this array ( 0 => '25', 1 => '34', 2 => '73', 3 => '94', 4 => '116', 5 => '128' ) explode("||", $array); didnt work for me i get this array array ( 0 => '', 1 => '25', 2 => '34', 3 => '73', 4 => '94', 5 => '116', 6 => '128', )

2 Answers  


What are the functions for imap?

0 Answers  






Is php faster than javascript?

0 Answers  


What is difference between single quotes and double quotes in php?

0 Answers  


Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?

0 Answers  


What are the encryption functions available in PHP?

0 Answers  


What is the difference between for and foreach in php?

0 Answers  


What should be the length of variable for SHA256?

0 Answers  


Can we use onclick in submit button?

0 Answers  


Categories