Benim kodunda bir nesne üzerinde var_dump kullanılır. print var_dump( $$user);
Sonuç: object(stdClass)#35 (1) { ["user1_ready"]=> string(1) "0" }
Nasıl bu değere (bu durumda 0) olsun.
I Catchable fatal error: Object of class stdClass could not be converted to string in
sonuçlandı print $ $ kullanıcıyı çalıştı
Gibi bir şey gerekir if($$user == 0){echo "error message") else {