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 the use of super-global arrays in php?
What is the method to execute a php script from the command line?
What language is php based on?
What are the characteristics of php variables?
What is php glob?
What is explode() in php?
Which function is used to read a single character from a file in PHP.
What is composer json?
What is the use of hooks?
Which of the delimiter is ASP style?
How many escape sequences are recognized in double-quoted strings in php?
Why do we use htaccess and where?
Write a hello world program using variable?
What is query string php?
Explain what does the function get_magic_quotes_gpc() means?