Are multiple variable assignments done by value or reference?

后端 未结 7 2148
天命终不由人
天命终不由人 2020-12-10 00:33
$a = $b = 0;

In the above code, are both $a and $b assigned the value of 0, or is $a just refer

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