break;
default:
$types[] = null;
break;
} if (is_array($value)) { return array_map(static function D
$type) { $type = Type::
getType($type);
return $type->
getBindingType() + Connection::ARRAY_PARAM_OFFSET;
},
$types);
} return $types;
} /**
* Retrieves the parameters that identifies a value.
*
* @param mixed $value
*
* @return mixed[]
*/