What are the differences between public, private, protected,
static, transient, final and volatile?
Answer Posted / naresh
in object by default all variables are presistent. so some
time we want to avoid that variables means we use transient
for that variable.
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
Explain what is the difference between $var and $$var?
What do you mean by core php?
How to add 301 redirects in PHP?
What is the difference between characters 23 and x23?
What is the use of mysql_real_escape_string() function?
How to create a table to store files?
Xplain is it possible to use com component in php?
How can we display information of a variable and readable by human with php?
How do I check if a given variable is empty?
Define urlencode() and urldecode() used in php?
what are interfaces and Abstart classes
What is csrf verification?
What does $this do in php?
Is php deprecated?
What is polymorphism in oop php?