update : 2015.11.03
php.shukuma.com검색:
|
pg_result_error(PHP 4 >= 4.2.0, PHP 5) pg_result_error — Get error message associated with result 설명
string pg_result_error
( resource
$result
)
pg_result_error() returns any error message
associated with the The function pg_result_error_field() can give much greater detail on result errors than pg_result_error().
Because pg_query() returns 인수
반환값
Returns a string. Returns empty string if there is no error. If there is an error associated with the
예제
Example #1 pg_result_error() example
<?php 참고
|