WordPress Development Question:
Will comparison of string "10″ and integer 11 work in PHP?
Answer:
Yes, internally PHP will cast everything to the integer type, so numbers 10 and 11 will be compared.
Previous Question | Next Question |
How to find out number of parameters passed into function? | Can you please explain the difference between characters 23 and x23? |