Universeorange.com/Docs/
{array.key.exist(String | Int $key, Array $array)}
{array.key.exist()} returns true if the given key is set in the array.
key can be any value possible for an array index.
Returns
trueon success orfalseon failure.
https://www.php.net/manual/en/function.array-key-exists.php
Last modified: 2021-06-06
© 2021 universeorange.com