Jnr PHP/Codeigniter Developer Question:
Download Questions PDF

Tell me will comparison of string "10" and integer 11 work in PHP?

Answer:

Yes, it will, because PHP is not a typed language and it will try to convert variable types before comparison.

Download Jnr PHP/Codeigniter Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell us can you extend a Final defined class?Explain me what’s the difference between unset() and unlink()?