I’m comparing strings with comparison operators. I needs some short of explanations for the below two comparisons and their result. if(‘ai’ > ‘i’) { echo ‘Yes’; } else { echo ‘No’; } …
I’m comparing strings with comparison operators. I needs some short of explanations for the below two comparisons and their result. if(‘ai’ > ‘i’) { echo ‘Yes’; } else { echo ‘No’; } …