0 votes
in PHP by

Will a comparison of an integer 12 and a string "13" work in PHP?

1 Answer

0 votes
by
"13" and 12 can be compared in PHP since it casts everything to the integer type.

Related questions

0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
0 votes
asked Jun 23, 2019 in PHP by SakshiSharma
...