1.

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.

Yes, internally PHP will cast everything to the integer type, so numbers 10 and 11 will be compared.



Discussion

No Comment Found