Web - Tricks 2
270 points
Last updated
270 points
Last updated
Similar to , there seems to be an impossible conditional check that we need to fulfil. How can the length of a > b and yet length of b > a at the same time? Also, I wanted to know the difference between strlen
and mb_strlen
since that is the only difference between the conditions. Turns out it is quite a popular question.