What is difference between echo and print_r in php?
No Answer is Posted For this Question
Be the First to Post Answer
How many ways we can give the output to a browser?
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,
Explain array_uintersect()?
Explain how to execute a php script using command line.
what is pear in php in brief ?
What are psrs? Choose 1 and briefly describe it?
How do you sort an array in php?
What is a null coalescing operator in php7?
Does it possible to compile php with mysql without having mysql sources?
How do you trim spaces in excel?
What are the rules in creating php variable?
What are regular expressions in programming?