update : 2015.11.03
php.shukuma.com검색:
|
pg_escape_bytea(PHP 4 >= 4.2.0, PHP 5) pg_escape_bytea — Escape a string for insertion into a bytea field 설명
string pg_escape_bytea
([ resource
$connection
], string $data
)pg_escape_bytea() escapes string for bytea datatype. It returns escaped string.
인수
반환값A string containing the escaped data. 변경점
예제
Example #1 pg_escape_bytea() example
<?php 참고
|