In php, what is the difference between $string = 123; and $string = "123"; without quotes and with quotes? -PHP Chinese website Q&A-In PHP, what is the difference between $string = 123; and $string = "123"; without quotes and with quotes? -PHP Chinese website Q&A
In php, what is the difference between $string = 123; and $string = "123"; without quotes and with quotes? -PHP Chinese website Q&A-In PHP, what is the difference between $string = 123; and $string = "123"; without quotes and with quotes? -PHP Chinese website Q&A
Please watch and learn.
不加引号,是数字类型,说明$string这个变量的值是数字类型123,加上引号,是字符串