Installing/Configuring
PHP Manual

Resource Types

There are two resource types used in the CUBRID. The first one is the link identifier for a database connection, the second a resource which holds the result of a query.

connection identifier

A connection identifier returned by cubrid_connect() and cubrid_connect_with_url().

request identifier

A request identifier returned by cubrid_prepare() and cubrid_execute().


Installing/Configuring
PHP Manual