Published
- 1 min read
php check if object has key
The solution for this is noted below
php check if object has key
Solution
if (property_exists($ob, 'a'))
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
if (property_exists($ob, 'a'))
Try other methods by searching on the site. That is if this doesn’t work