php - check if $_POST is array?

前端 未结 8 661
独厮守ぢ
独厮守ぢ 2020-12-21 14:58

I know this may be a silly question, but I come across a snippet of php code that check if the $_POST is_array() before execute other functions.

8条回答
  •  眼角桃花
    2020-12-21 15:27

    $_POST is always defined as an array even it doesn't contain any key/value pairs.

提交回复
热议问题