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 is php regular expression?
Does php have a future?
what is difference between PHP4 , PHP5
Can php replace javascript?
How do you measure variables?
When use javascript vs php?
Why framework is used in php?
How do you find the length of a string in php?
Is echo a function in php?
Is php a strongly typed language?
What the limitation of header() function in php?
What is helper function?
What is use of count() function in php?
What is psr in php?
Tell me how is it possible to know the number of rows returned in result set?