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
When are you supposed to use endif to end the conditional statement?
How many ways to include variables in double-quoted strings in php?
What is the difference between == and === operator in PHP?
Is set in php?
What are differences between PECL and PEAR?
What exactly is PHP?
What is a class in php programing?
What is the main difference between php 4 and php 5?
What is sticky form in php?
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
Is polymorphism inherited?
What is php mean?
What is mysql in php?
What is exception handling in php?
Tell me what are the encryption techniques in php?