Answers

Question and Answer:

  Home  Junior PHP Developer

⟩ Tell me will a comparison of an integer 12 and a string “13” work in PHP?

“13” and 12 can be compared in PHP since it casts everything to the integer type.

 128 views

More Questions for you: