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. FALSE is returned if the row is out of range, or upon any other error. Примеры
Пример #1 pg_field_is_null() example
<?php |
|
|
| © 2009 Тест скорости интернета | Boont.Ru |