WordPress Development Question:
Download Job Interview Questions and Answers 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 Question | Next Question |
How to find out number of parameters passed into function? | Can you please explain the difference between characters 23 and x23? |