update : 2015.11.03
php.shukuma.com검색:
|
pg_unescape_bytea(PHP 4 >= 4.3.0, PHP 5) pg_unescape_bytea — Unescape binary for bytea type 설명
string pg_unescape_bytea
( string
$data
)pg_unescape_bytea() unescapes PostgreSQL bytea data values. It returns the unescaped string, possibly containing binary data.
반환값A string containing the unescaped data. 예제
Example #1 pg_unescape_bytea() example
<?php 변경점
참고
|