
Oracle 8 数据库函数库OCIBindByName让动态 SQL 可使用 PHP 变量。语法: boolean OCIBindByName(int stmt, string ph_name, ....
MySQL 数据库函数库mysql_pconnect打开 MySQL 服务器持续连接。语法: int mysql_pconnect(string [hostname] [:port], strin....
Oracle 8 数据库函数库OCINewDescriptor初始新的 LOB/FILE 描述。语法: string OCINewDescriptor(int connection , int [typ....
Oracle 8 数据库函数库OCIColumnIsNULL测试返回行是否为空的。语法: boolean OCIColumnIsNULL(int stmt, mixed column);返回....
MySQL 数据库函数库mysql_num_fields取得返回字段的数目。语法: int mysql_num_fields(int result);返回值: 整数函数种类: ....
MySQL 数据库函数库mysql_list_tables列出指定数据库的资料表 (table)。语法: int mysql_list_tables(string database, int ....
SQL Server 数据库函数库mssql_query送出一个 query 字符串。语法: boolean mssql_query(string query, int plink_identifie....
MySQL 数据库函数库mysql_list_dbs列出 MySQL 服务器可用的数据库 (database)。语法: int mysql_list_dbs(int [link_identif....
MySQL 数据库函数库mysql_fetch_row返回单列的各字段。语法: array mysql_fetch_row(int result);返回值: 数组函数种类: 数....
MySQL 数据库函数库mysql_list_fields列出指定资料表的字段 (field)。语法: int mysql_list_fields(string database_name, s....
MySQL 数据库函数库mysql_field_flags获得目前字段的标志。语法: string mysql_field_flags(int result, int field_offset);....
MySQL 数据库函数库mysql_data_seek移动内部返回指针。语法: int mysql_data_seek(int result_identifier, int row_number);....
SQL Server 数据库函数库mssql_num_rows取得返回列的数目。语法: int mssql_num_rows(int result);返回值: 整数函数种类: 数....
MySQL 数据库函数库mysql_free_result释放返回占用内存。语法: boolean mysql_free_result(int result);返回值: 布尔值函数....
SQL Server 数据库函数库mssql_data_seek移动列指针。语法: boolean mssql_data_seek(int result_identifier, int row_numbe....
SQL Server 数据库函数库mssql_pconnect打开 MS SQL 服务器持续连接。语法: int mssql_pconnect(string [servername], strin....
MySQL 数据库函数库mysql_fetch_lengths返回单列各栏资料最大长度。语法: array mysql_fetch_lengths(int result);返回值: ....
MySQL 数据库函数库mysql_insert_id返回最后一次使用 INSERT 指令的 ID。语法: int mysql_insert_id(int [link_identifier])....
MySQL 数据库函数库mysql_connect打开 MySQL 服务器连接。语法: int mysql_connect(string [hostname] [:port], string [use....
MySQL 数据库函数库mysql_fetch_object返回类资料。语法: object mysql_fetch_object(int result, int [result_typ]);返回值....