what is output of echo 1< 2 and echo 1 >2
Answer Posted / joseph
what will happened mean if true echo 1 else nothing
example
echo 5>2 ans is 1
echo 10<11 ans is 1
echo 10<9 ans nothing
so if true 1 else nothing
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
What is an object in php?
What are examples of dependent variables?
Where is the functions php in wordpress?
How to include variables in double-quoted strings?
What are the main error types in php?
What is the difference server side and browser side validation?
Which function is used to read a single character from a file in PHP.
What is PHP's configuration file called?
Does facebook use php framework?
How can I embed a java program in php file and what changes have to be done in php.ini file?
How to check an element is exists in array or not in php?
Explain include(), include_once, require() and require_once?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
What are the data types in php?
Can a trait extend a class php?