What is php static function?


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

Post New Answer

More PHP Interview Questions

What is beforeRender() used?

0 Answers   HCL,


How to remove all duplicate values in array in php?

0 Answers  


WWhat is the functionality of md5 function in PHP?

7 Answers   Tech Mahindra,


What is namespace in php?

0 Answers  


Explain mixed and callback functions?

0 Answers  






Why do we use sessions in php?

0 Answers  


Functions in IMAP, POP3 AND LDAP?

1 Answers   Rushmore Consultancy,


What are the advantages of indexes?

0 Answers  


what is PDO?

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 is a php session?

0 Answers  


Explain me what is the meaning of a persistent cookie?

0 Answers  


Categories