Question
$message vs. $$message in PHP.

Answers

$message is a variable with a fixed name. $$message is a variable whose name is stored in $message. If $message contains "var", $$message is the same as $var.   Your Comment






Search
Can you Answer!!
  • Q What is visual acuity
  • Q Explain what is controller in ember.js ?                  
  • Q Explain the salient features of positivist approach to law .
  • Q How can we delete the sales orders? how can invoices be cancelled or deleted?
  • Q How many UK chart number ones did the Beatles have (as a group)?
  • Q What do we call the device which is used to locate submerged objects under sea?
  • Q What is the output of the following prg. import java.util.*; class Ques{ public static void main (String args[]) { HashSet set = new HashSet(); String s1 = "abc"; String s2 = "def"; String s3 = ""; set.add(s1); set.add(s2); set.add(s1); set.add(s2); Iterator i = set.iterator(); while(i.hasNext()) { s3 += (String) i.next(); } System.out.println(s3); } } A) abcdefabcdef B) defabcdefabc C) fedcbafedcba D) defabc
  • Q What is the difference between the direct method and the indirect method for the statement of cash flows?
  • Q Who were the leaders of the Khilafat Movement ?
  • Q Using the fewest names of the members of this family, identify the tree family which includes among its members the: Pignut, scarit, mockernut, bitternut, black and shagbark. Name the tree family.
  • Q How many Connectors available out of the box in sharepoint 2013?