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 difference between session and cookies in php?
What is php static function?
What does a delimiter do in mysql?
Does php 7 support mysql?
What do you mean by having php as whitespace insensitive?
What is the difference between characters 34 and x34?
Is php case sensitive?
What is difference between require_once(), require(), include()?
What is composer install?
What is $_ files in php?
What is the use of count() function in php?
What is the main difference between require() and include()?
What is the difference between file_get_contents() and file_put_contents() in php?
Name and explain five of the PHP error constants?
What is $_session in php?