PHP » GoLang |
login |
register |
about
|
GoLang pg_field_is_null
request it (246)
GoLang replacement for PHP's pg_field_is_null
[edit | history]
pg_field_is_null(PHP 4 >= 4.2.0, PHP 5, PHP 7) pg_field_is_null — Test if a field is SQL NULL Descriptionpg_field_is_null() tests if a field in a PostgreSQL result resource is SQL NULL or not.
Parameters
Return Values
Returns 1 if the field in the given row is SQL NULL, 0
if not. Examples
Example #1 pg_field_is_null() example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|