What is difference between $x and $$x
Answer Posted / muzic
$x is a simple variable whereas $$x is a reference variable.
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
What are some new features introduced in php7?
How to get the number of characters in a string?
What is php array function?
Which php function will attach one file to another?
How to select a database?
Tell me how can we determine whether a variable is set?
Tell me will a comparison of an integer 12 and a string "13" work in php?
What is $_session in php?
How do you access a get requests url parameter with php?
What is the use of the function htmlentities?
What is a php web application?
How to call javascript function in php on button click?
How to remove duplicate values from array using php?
What is the php function that removes the last element of the array and returns it?
What is the difference between runtime exception and compile time exception?