Answer Posted / master
ya i agree with priyanka, as she said in php variables r
loosely typed in the sense that , for example if u r wrking
in c and u want to assign int value to a variable then it
is done as int x=3; but in case of php the values r not
assigned along with the data type like int $x=3; (same as
above) instead its only $x=3; and the php parser
understands that it is int type and works accordingly.
hope u guys got it!!!
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is slim framework?
What is the difference between htmlentities and htmlspecialchars in php?
What is the name of scripting engine in php?
Tell me will a comparison of an integer 12 and a string "13" work in php?
Explain me soundex() and metaphone()?
What are php libraries?
What is cURL in PHP?
Write a program to get second highest number in an array using php?
What is a null coalescing operator in php7?
What is the output of the ucwords function in this example?
Why session is required?
How to turn on the session support in php?
What does the expression exception::__tostring means?
How do I install php?
What is a string in php?