Ben "yazma bağlamında yöntem dönüş değeri kullanmak" değil ne anlama geliyor?

0 Cevap php

I if(count($this->input->post('p_id') =0)) bu deyimi kullanırken, ben bu hatayı almaya devam:

    Fatal error: Can't use method return value in write context in 
C:\xampp\htdocs\CI\professional_ci\application\models\MProducts.php  on line 249

Ama kullandığınızda if(count($this->input->post('p_id'))), çalışır. Ben bir yöntem dönüş kullanmayın da ne demek?

0 Cevap