public offsetExists (mixed $index)
Allows to check whether an attribute is defined using the array-syntax
var_dump(isset($config['database']));
public offsetExists (mixed $index)
Allows to check whether an attribute is defined using the array-syntax
var_dump(isset($config['database']));
Please login to continue.