PHP true & 'true' difference

后端 未结 5 691
再見小時候
再見小時候 2021-01-13 02:31

Quick question. Is there a difference between

$success = true;

and

$success = \'true\';

I know they are n

5条回答
提交回复
热议问题