FETCH_TYPE_ROW
FETCH_TYPE_ROW =0
getField(object $object,string $field): mixed
Returns the value of a field of a given object. It'll try to use a getter first if defined. If not defined, we'll use the reflection API.
object | $object | |
string | $field |
if the getter is not defined