WordPress Development Question:
Download Questions PDF

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.

Download WordPress Expert Interview Questions And Answers PDF

Previous QuestionNext Question
How to find out number of parameters passed into function?Can you please explain the difference between characters 23 and x23?