what are the rules to be followed at the time of declaring
a variable?,what is the purpose of var_dump()function in
php,syntax of ternary operator()in php,difference between
drop a table and truncate a table...
Answer Posted / priti raj
Variables should starts from _ or alphabets(a-z).
var_dump() prints the array with the datatype also.
syntex of ternary operator() is like
(condition)?'act1':'act2' ;
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What kind of variable is age?
How to update memcached when you make changes to php?
What is a php certification?
How many escape sequences are recognized in single-quoted strings?
Tell me how is it possible to remove escape characters from a string?
Which is not a file-related function in php?
Does php pass arrays by reference?
What is query string php?
Is it difficult to learn php?
What is different types of visibility?
What are majic methords in php?
What are objects in php?
Do you know what is the function mysql_pconnect() usefull for?
What is a string in r?
How to create connection in php?