What is the difference between $message and $$message ?
Answer Posted / mohit
$message is a variable and $$message is a refrence variable
that have the refrence of $message.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Can you define an array argument as a reference type?
Do you know is it possible to extend the execution time of a php script?
Is php an object or array?
Tell us how to redirect a page in php?
Which character is used to match exactly one character?
How to calculate the length of a string?
What is sticky form in php?
How do you check if a variable has not been set in php?
How does php work with apache?
What is substr in php?
How to concatenate two strings together in php?
Do you know design patterns. List few?
What are the difference between array_keys() and array_key_exists() in php?
What is different between software and app
What is the difference between a session and cookies?