Answers for "how to add another parameter to exist object in php"

PHP
2

php does property exist

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

Code answers related to "how to add another parameter to exist object in php"

Browse Popular Code Answers by Language