Doesn’t it matter if you just fill in that position?
The return value of the modified method will be assigned to test1. Your way of writing (an assignment operation) will return true
Assumption User有mobile. Pseudocode:
User
mobile
class User extends Model { public function getHiddenMobileAttribute($value) { return Str::substr($this->mobile,0,4).str_repeat('*',8); } } echo $user->hidden_mobile; // 156********
The return value of the modified method will be assigned to test1. Your way of writing (an assignment operation) will return true
Assumption
User
有mobile
. Pseudocode: