How does the identity operator ===compare two values in PHP?
No Answer is Posted For this Question
Be the First to Post Answer
Which function is used in php to search a particular value in an array?
Which is variable cost?
Is php front end or back end?
1. Write a function to swap two values ? $a = 10; $b = 20; echo $a, $b; swap(); // If u want u can pass parameters echo $a, $b; // It should print 20 , 10
14 Answers Aquasol, Infosys, TCS, Torque Infotech,
What is a php trait?
What are the different ways to login to a remote server?
What are the different ways we can retrive the mysql results using php ? Explain each
how to hidden querystring url please send sample program
How can I maintain the count of how many persons have hit my site?
1 Answers MTOG, Rushmore Consultancy,
What is x+ mode in fopen() used for?
What are the differences between PHP 3 and PHP 4 and PHP 5?
how to convert PHP code in to java code