..)` part of a query.
public static getSqlStringFieldsArray ( array | string $fields ) : string | ||
$fields | array | string | The names of the mysql table fields to bind, e.g. `array(fieldName1, fieldName2, fieldName3)`. _Note: The content of the array isn't important, just its length._ |
return | string | The placeholder string, e.g. `"?, ?, ?"`. |