How is it possible to cast types in php?


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

Post New Answer

More PHP Interview Questions

What is $_session in php?

0 Answers  


Explain the difference between static and dynamic websites?

0 Answers  


What is htmlentities function in php?

0 Answers  


In how many ways we can retrieve the date in the result set of mysql using PHP?

5 Answers   Yahoo,


Why php is widely used?

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  


Which of the data type is compound datatype supported by PHP?

0 Answers  


What is the difference between == and === operator in PHP?

0 Answers  


Can a php code encryted? Is it possible to execute the php file which is encrypted(without decrypting), if so pleaze tell me the way.

3 Answers  


What is polymorphism with example in php?

0 Answers  


How to execute an sql query? How to fetch its result?

0 Answers  


How many types of inheritances used in php and how we achieve it.

0 Answers  


Categories