PHP SplObjectStorage offsetExists() Function
The SplObjectStorage::offsetExists() function is an inbuilt function in PHP which is used to check the object exist in storage or not. Syntax: bool SplObjectStorage::offsetExists($object) Parameters: This function accepts a single parameter $object which specifies the object to be checked.Return Val