CodeIgniter / PHPfind key in array using php December 8, 2016 Chandan SharmaComment on find key in array using php## Find if key exists in the array list. Here key is searching in POST array. array_key_exists('status', $_POST); Returns TRUE if the key exists and FALSE if the key does not existShare this:FacebookX