Searched refs:pg_unescape_bytea (Results 1 – 9 of 9) sorted by relevance
28 $unesc_image = pg_unescape_bytea($rows[0]['bin']);
25 $unesc_image = pg_unescape_bytea($rows[0]['bin']);
25 var_dump(bin2hex(pg_unescape_bytea($res)));
26 var_dump(bin2hex(pg_unescape_bytea($res)));
61 if ($data === pg_unescape_bytea($row['bin'])) {
865 function pg_unescape_bytea(string $string): string {} function
570 ZEND_FUNCTION(pg_unescape_bytea);701 ZEND_FE(pg_unescape_bytea, arginfo_pg_unescape_bytea)
3586 PHP_FUNCTION(pg_unescape_bytea) in PHP_FUNCTION() argument
Completed in 28 milliseconds