B Gaurav
0
Q:

if don't exist key json php


<?php
$search_array = array('first' => 1, 'second' => 4);
if (array_key_exists('first', $search_array)) {
    echo "The 'first' element is in the array";
}
?>

1

New to Communities?

Join the community