Answer the question
In order to leave comments, you need to log in
Yii2 comes empty instead of false?
I send JSON (POST):
{
"id": 1,
"param": false
}
print_r(Yii::$app->request->post());
Array
(
[id] => 1
[param] =>
)
Array
(
[id] => 1
[param] => false
)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question