maxdb_init

(PECL maxdb >= 1.0)

maxdb_initInitializes MaxDB and returns an resource for use with maxdb_real_connect

说明

maxdb_init ( void ) : resource

Allocates or initializes a MaxDB resource suitable for maxdb_options() and maxdb_real_connect().

Note:

Any subsequent calls to any maxdb function (except maxdb_options()) will fail until maxdb_real_connect() was called.

返回值

Returns an resource.

参见

相关文章
php ibm db2 函数 returns the cursor type used by a statement resourcephp maxdb 函数 returns the error code from last connect callphp maxdb 函数 returns a string description of the last connect errorphp maxdb 函数 returns the next field in the result setphp maxdb 函数 returns an array of resources representing the fields in a result setphp maxdb 函数 returns the lengths of the columns of the current row in the result setphp maxdb 函数 returns the current row of a result set as an objectphp maxdb 函数 returns the version of the maxdb protocol usedphp maxdb 函数 returns the version of the maxdb serverphp maxdb 函数 returns the version of the maxdb server as an integerphp maxdb 函数 initializes maxdb and returns an resource for use with maxdb real connectphp maxdb 函数 escapes special characters in a string for use in an sql statement taking into account the current charset of the connectionphp maxdb 函数 returns the sqlstate error from previous maxdb operationphp maxdb 函数 returns the total number of rows changed deleted or inserted by the last executed statementphp maxdb 函数 initializes a statement and returns an resource for use with maxdb stmt preparephp maxdb 函数 returns the number of parameter for the given statementphp maxdb 函数 returns result set metadata from a prepared statementphp stomp 函数 returns a string description of the last connect errorphp mysqli 初始化 mysqli 并返回一个资源类型的值,这个值可以作为 mysqli real connect 函数的传入参数php mysqlnduhconnection initializes a statement and returns a resource for use with mysqli statement prepare
关注编程学问公众号