|
PDO::pgsqlCopyFromArrayAlias of Pdo\Pgsql::copyFromArray Warning
This function has been DEPRECATED as of PHP 8.5.0. Relying on this function is highly discouraged. Description
#[\Deprecated]
public bool PDO::pgsqlCopyFromArray(
string $tableName,arrayTraversable $rows,string $separator = "\t",string $nullAs = "\\\\N",stringnull $fields = null) This method is an alias of: Pdo\Pgsql::copyFromArray. Changelog
|