diff --git a/reference/array/functions/array-key-exists.xml b/reference/array/functions/array-key-exists.xml index 683f00deb4..c2ce8c7271 100644 --- a/reference/array/functions/array-key-exists.xml +++ b/reference/array/functions/array-key-exists.xml @@ -1,5 +1,5 @@ - + array_key_exists @@ -17,8 +17,7 @@ array_key_exists returns &true; if the given key is set in the array. key can be any value possible - for an array index. array_key_exists also works - on objects. + for an array index. @@ -53,6 +52,31 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.3.0 + + This function doesn't work with objetcs anymore, + property_exists() should be used in this case. + + + + + + + + &reftitle.examples; @@ -106,6 +130,7 @@ array_key_exists('first', $search_array); isset array_keys in_array + property_exists