update : 2015.11.03
php.shukuma.com검색:
|
pg_field_is_null(PHP 4 >= 4.2.0, PHP 5) pg_field_is_null — Test if a field is SQL NULL 설명pg_field_is_null() tests if a field in a PostgreSQL result resource is SQL NULL or not.
인수
반환값
Returns 1 if the field in the given row is SQL NULL, 0
if not. 예제
Example #1 pg_field_is_null() example
<?php |