offsetExists()
                
                offsetExists(mixed  $offset): boolean
                (PHP 5 >= 5.0.0)
Whether a offset exists
                    Parameters
                                                
                                | mixed | $offset | An offset to check for. | 
                    
                    Returns
boolean                        —true on success or false on failure.
The return value will be casted to boolean if non-boolean was returned.