! $ Sayfa php yanlış veya $ sayfa == mı?

0 Cevap

I saw the following code which uses if ($page!==false). What are the differences if I use if ($page)?

if($id){ // check that page exists
$page=dbRow("SELECT * FROM pages WHERE id=$id");
if($page!==false){
    $page_vars=json_decode($page['vars'],true);
    $edit=true;
}

Şimdiden teşekkürler.

0 Cevap