Answers for "php 8 check if object has property"

PHP
2

php check if object has attribute

if(property_exists($car,color)){
	//$car->color exists
}
Posted by: Guest on June-19-2019

Code answers related to "php 8 check if object has property"

Browse Popular Code Answers by Language