pg_escape_bytea

Supported Versions: PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8
Escape a string for insertion into a bytea field
<?php pg_escape_bytea(PgSql\Connection $connection = ?, string $data): string