Searched refs:pg_unescape_bytea (Results 1 – 9 of 9) sorted by relevance
22 $unesc_image = pg_unescape_bytea($rows[0]['bin']);
25 $unesc_image = pg_unescape_bytea($rows[0]['bin']);
27 var_dump(bin2hex(pg_unescape_bytea($res)));
26 var_dump(bin2hex(pg_unescape_bytea($res)));
58 if ($data === pg_unescape_bytea($row['bin'])) {
527 ZEND_FUNCTION(pg_unescape_bytea);647 ZEND_FE(pg_unescape_bytea, arginfo_pg_unescape_bytea)
854 function pg_unescape_bytea(string $string): string {} function
3296 PHP_FUNCTION(pg_unescape_bytea) in PHP_FUNCTION() argument
Completed in 44 milliseconds