mixed pg_result_status ( resource result [, int type] )
pg_result_status() returns status of result
resource, or the command tag associated with the result. Possible values
of type are PGSQL_STATUS_LONG
or PGSQL_STATUS_STRING. The default is
PGSQL_STATUS_LONG.
Possible return values are PGSQL_EMPTY_QUERY,
PGSQL_COMMAND_OK, PGSQL_TUPLES_OK, PGSQL_COPY_TO,
PGSQL_COPY_FROM, PGSQL_BAD_RESPONSE, PGSQL_NONFATAL_ERROR and
PGSQL_FATAL_ERROR if PGSQL_STATUS_LONG is
specified.
When PGSQL_STATUS_STRING is used, then the returned
value is the command completion tag from PostgreSQL.
pg result status php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php pg result status syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.