what is output of echo 1< 2 and echo 1 >2
Answer Posted / lalit kumar sharma
1>2=0
1<2=1
because it return only TRUE value that is 1<2
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the functionality of the functions strstr() and stristr()?
What is the meaning of a final class and a final method?
What is the difference between == and === operator in PHP?
What are differences between PECL and PEAR?
How cookies are transported from browsers to servers?
Hello Friends,I am seeking for a job in php having 9 months. exp.Please suggest any company openings.
What is namespace in php?
What is the purpose of basename() function in PHP?
What is the Default syntax used in PHP?
What are the advantages of stored procedures?
What does the php error 'parse error in php - unexpected t_variable at line x' means?
How to join multiple strings into a single string?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
What does $_env means?
What is regular expression in php?