php系统函数参考手册,PHP - Manual: MaxDB 函数 (官方文档)

maxdb_affected_rows — Gets the number of affected rows in a previous MaxDB operation

maxdb_autocommit — Turns on or off auto-commiting database modifications

maxdb_bind_param — 别名 maxdb_stmt_bind_param

maxdb_bind_result — 别名 maxdb_stmt_bind_result

maxdb_change_user — Changes the user of the specified database connection

maxdb_character_set_name — Returns the default character set for the database connection

maxdb_client_encoding — 别名 maxdb_character_set_name

maxdb_close_long_data — 别名 maxdb_stmt_close_long_data

maxdb_close — Closes a previously opened database connection

maxdb_commit — Commits the current transaction

maxdb_connect_errno — Returns the error code from last connect call

maxdb_connect_error — Returns a string description of the last connect error

maxdb_connect — Open a new connection to the MaxDB server

maxdb_data_seek — Adjusts the result pointer to an arbitary row in the result

maxdb_debug — Performs debugging operations

maxdb_dump_debug_info — Dump debugging information into the log

maxdb_embedded_connect — Open a connection to an embedded MaxDB server

maxdb_errno — Returns the error code for the most recent function call

maxdb_error — Returns a string description of the last error

maxdb_escape_string — 别名 maxdb_real_escape_string

maxdb_execute — 别名 maxdb_stmt_execute

maxdb_fetch_array — Fetch a result row as an associative, a numeric array, or both

maxdb_fetch_assoc — Fetch a result row as an associative array

maxdb_fetch_field_direct — Fetch meta-data for a single field

maxdb_fetch_field — Returns the next field in the result set

maxdb_fetch_fields — Returns an array of resources representing the fields in a result set

maxdb_fetch_lengths — Returns the lengths of the columns of the current row in the result set

maxdb_fetch_object — Returns the current row of a result set as an object

maxdb_fetch_row — Get a result row as an enumerated array

maxdb_fetch — 别名 maxdb_stmt_fetch

maxdb_field_count — Returns the number of columns for the most recent query

maxdb_field_seek — Set result pointer to a specified field offset

maxdb_field_tell — Get current field offset of a result pointer

maxdb_free_result — Frees the memory associated with a result

maxdb_get_client_info — Returns the MaxDB client version as a string

maxdb_get_host_info — Returns a string representing the type of connection used

maxdb_get_metadata — 别名 maxdb_stmt_result_metadata

maxdb_get_proto_info — Returns the version of the MaxDB protocol used

maxdb_get_server_info — Returns the version of the MaxDB server

maxdb_get_server_version — Returns the version of the MaxDB server as an integer

maxdb_info — Retrieves information about the most recently executed query

maxdb_init — Initializes MaxDB and returns an resource for use with maxdb_real_connect

maxdb_insert_id — Returns the auto generated id used in the last query

maxdb_kill — Disconnects from a MaxDB server

maxdb_master_query — Enforce execution of a query on the master in a master/slave setup

maxdb_more_results — Check if there any more query results from a multi query

maxdb_multi_query — Performs a query on the database

maxdb_next_result — Prepare next result from multi_query

maxdb_num_fields — Get the number of fields in a result

maxdb_num_rows — Gets the number of rows in a result

maxdb_options — Set options

maxdb_param_count — 别名 maxdb_stmt_param_count

maxdb_ping — Pings a server connection, or tries to reconnect if the connection has gone down

maxdb_prepare — Prepare an SQL statement for execution

maxdb_query — Performs a query on the database

maxdb_real_connect — Opens a connection to a MaxDB server

maxdb_real_escape_string — Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection

maxdb_real_query — Execute an SQL query

maxdb_report — Enables or disables internal report functions

maxdb_rollback — Rolls back current transaction

maxdb_rpl_parse_enabled — Check if RPL parse is enabled

maxdb_rpl_query_type — Returns RPL query type

maxdb_select_db — Selects the default database for database queries

maxdb_send_long_data — 别名 maxdb_stmt_send_long_data

maxdb_send_query — Send the query and return

maxdb_server_end — Shut down the embedded server

maxdb_server_init — Initialize embedded server

maxdb_set_opt — 别名 maxdb_options

maxdb_sqlstate — Returns the SQLSTATE error from previous MaxDB operation

maxdb_ssl_set — Used for establishing secure connections using SSL

maxdb_stat — Gets the current system status

maxdb_stmt_affected_rows — Returns the total number of rows changed, deleted, or

inserted by the last executed statement

maxdb_stmt_bind_param — Binds variables to a prepared statement as parameters

maxdb_stmt_bind_result — Binds variables to a prepared statement for result storage

maxdb_stmt_close_long_data — Ends a sequence of maxdb_stmt_send_long_data

maxdb_stmt_close — Closes a prepared statement

maxdb_stmt_data_seek — Seeks to an arbitray row in statement result set

maxdb_stmt_errno — Returns the error code for the most recent statement call

maxdb_stmt_error — Returns a string description for last statement error

maxdb_stmt_execute — Executes a prepared Query

maxdb_stmt_fetch — Fetch results from a prepared statement into the bound variables

maxdb_stmt_free_result — Frees stored result memory for the given statement handle

maxdb_stmt_init — Initializes a statement and returns an resource for use with maxdb_stmt_prepare

maxdb_stmt_num_rows — Return the number of rows in statements result set

maxdb_stmt_param_count — Returns the number of parameter for the given statement

maxdb_stmt_prepare — Prepare an SQL statement for execution

maxdb_stmt_reset — Resets a prepared statement

maxdb_stmt_result_metadata — Returns result set metadata from a prepared statement

maxdb_stmt_sqlstate — Returns SQLSTATE error from previous statement operation

maxdb_stmt_store_result — Transfers a result set from a prepared statement

maxdb_store_result — Transfers a result set from the last query

maxdb_thread_id — Returns the thread ID for the current connection

maxdb_thread_safe — Returns whether thread safety is given or not

maxdb_use_result — Initiate a result set retrieval

maxdb_warning_count — Returns the number of warnings from the last query for the given link

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
作者和贡献者 I. 入门指引 1. 简介 2. 简明教程 II. 安装与配置 3. 安装前需要考虑的事项 4. Unix 系统下的安装 5. Mac OS X 系统下的安装 6. Windows 系统下的安装 7. PECL 扩展库安装 8. 还有问题? 9. 运行时配置 III. 语言参考 10. 基本语法 11. 类型 12. 变量 13. 常量 14. 表达式 15. 运算符 16. 流程控制 17. 函数 18. 类与对象(PHP 4) 19. 类与对象(PHP 5) 20. 异常处理 21. 引用的解释 IV. 安全 22. 简介 23. 总则 24. 以 CGI 模式安装时 25. 以 Apache 模块安装时 26. 文件系统安全 27. 数据库安全 28. 错误报告 29. 使用 Register Globals 30. 用户提交的数据 31. 魔术引号 32. 隐藏 PHP 33. 保持更新 V. 特点 34. 用 PHP 进行 HTTP 认证 35. cookies 36. 会话 37. 处理 XForms 38. 文件上传处理 39. 使用远程文件 40. 连接处理 41. 数据库永久连接 42. 安全模式 43. PHP 的命令行模式 VI. 函数参考 I. .NET 函数 II. Advanced PHP debugger III. Alternative PHP Cache IV. Apache 特有函数 V. Array 数组函数 VI. Aspell 函数(已废弃) VII. BC math 高精度数学函数 VIII. Bzip2 压缩函数 IX. Calendar 日历函数 X. CCVS API Functions [deprecated] XI. Character Type Functions XII. Classes/Objects 类/对象函数 XIII. Classkit Functions XIV. ClibPDF Functions XV. COM 和 .Net(Windows)函数 XVI. Crack Functions XVII. Credit Mutuel CyberMUT functions XVIII. CURL, Client URL Library Functions XIX. Cybercash Payment Functions XX. Cyrus IMAP administration Functions XXI. Database (dbm-style) Abstraction Layer Functions XXII. Date/Time 日期/时间函数 XXIII. DB++ Functions XXIV. dBase Functions XXV. DBM Functions [deprecated] XXVI. dbx Functions XXVII. Direct IO Functions XXVIII. Directory 目录函数 XXIX. DOM Functions XXX. DOM XML Functions XXXI. Error Handling and Logging Functions XXXII. Exif Functions XXXIII. File Alteration Monitor Functions XXXIV. filePro Functions XXXV. Filesystem 文件系统函数 XXXVI. Firebird/InterBase Functions XXXVII. Firebird/Interbase Functions (PDO_FIREBIRD) XXXVIII. Forms Data Format Functions XXXIX. FriBiDi Functions XL. FrontBase Functions XLI. FTP 函数 XLII. Function Handling Functions XLIII. Gettext XLIV. GMP Functions XLV. GNU Readline XLVI. GNU Recode Functions XLVII. HTTP 函数 XLVIII. Hyperwave API Functions XLIX. Hyperwave Functions L. IBM DB2, Cloudscape and Apache Derby Functions LI. ICAP Functions [deprecated] LII. iconv Functions LIII. ID3 Functions LIV. IIS Administration Functions LV. Image 图像函数 LVI. IMAP, POP3 and NNTP Functions LVII. Informix Functions LVIII. Ingres II Functions LIX. IRC Gateway Functions LX. KADM5 LXI. LDAP Functions LXII. libxml Functions LXIII. Lotus Notes Functions LXIV. LZF Functions LXV. Mail Functions LXVI. mailparse Functions LXVII. Math 数学函数 LXVIII. MaxDB PHP Extension LXIX. MCAL Functions LXX. Mcrypt Encryption Functions LXXI. MCVE Payment Functions LXXII. Memcache Functions LXXIII. Mhash Functions LXXIV. Microsoft SQL Server and Sybase Functions (PDO_DBLIB) LXXV. Microsoft SQL Server Functions LXXVI. Mimetype Functions LXXVII. Ming functions for Flash LXXVIII. Miscellaneous Functions LXXIX. mnoGoSearch Functions LXXX. Mohawk Software Session Handler Functions LXXXI. mSQL Functions LXXXII. Multibyte String Functions LXXXIII. muscat Functions LXXXIV. MySQL 函数 LXXXV. MySQL Functions (PDO_MYSQL) LXXXVI. MySQL Improved Extension LXXXVII. Ncurses Terminal Screen Control Functions LXXXVIII. Network Functions LXXXIX. Net_Gopher XC. NSAPI-specific Functions XCI. Object Aggregation/Composition Functions XCII. Object property and method call overloading XCIII. ODBC and DB2 functions (PDO_ODBC) XCIV. ODBC Functions (Unified) XCV. oggvorbis XCVI. OpenAL Audio Bindings XCVII. OpenSSL Functions XCVIII. Oracle 函数 XCIX. Oracle Functions (PDO_OCI) C. Oracle 函数(已废弃) CI. Output Control 输出控制函数 CII. Ovrimos SQL Functions CIII. Paradox File Access CIV. Parsekit Functions CV. PDF functions CVI. PDO Functions CVII. PHP / Java Integration CVIII. PHP bytecode Compiler CIX. PHP Options&Information CX. POSIX Functions CXI. PostgreSQL 数据库函数 CXII. PostgreSQL Functions (PDO_PGSQL) CXIII. PostgreSQL Session Save Handler CXIV. PostScript document creation CXV. Printer Functions CXVI. Process Control Functions CXVII. Program Execution Functions CXVIII. Pspell Functions CXIX. qtdom Functions CXX. Radius CXXI. Rar Functions CXXII. Perl 兼容正则表达式函数 CXXIII. POSIX 扩展正则表达式函数 CXXIV. runkit Functions CXXV. SDO Functions CXXVI. SDO Relational Data Access Service Functions CXXVII. SDO XML Data Access Service Functions CXXVIII. Secure Shell2 Functions CXXIX. Semaphore, Shared Memory and IPC Functions CXXX. SESAM Database Functions CXXXI. Session Handling Functions CXXXII. Shared Memory Functions CXXXIII. Shockwave Flash Functions CXXXIV. SimpleXML functions CXXXV. SNMP 函数 CXXXVI. SOAP Functions CXXXVII. Socket Functions CXXXVIII. SQLite Functions CXXXIX. SQLite Functions (PDO_SQLITE) CXL. Standard PHP Library (SPL) Functions CXLI. Stream Functions CXLII. String 字符串处理函数 CXLIII. Sybase Functions CXLIV. TCP Wrappers Functions CXLV. Tidy Functions CXLVI. Tokenizer Functions CXLVII. Unicode Functions CXLVIII. URL 函数 CXLIX. Variable 变量函数 CL. Verisign Payflow Pro Functions CLI. vpopmail Functions CLII. W32api 函数 CLIII. WDDX Functions CLIV. xattr Functions CLV. xdiff Functions CLVI. XML 语法解析函数 CLVII. XML-RPC 函数 CLVIII. XMLReader functions CLIX. XSL functions CLX. XSLT Functions CLXI. YAZ Functions CLXII. YP/NIS Functions CLXIII. Zip File Functions (Read Only Access) CLXIV. Zlib Compression Functions VII. PHP 和 Zend 引擎内部资料 44. PHP 扩展库编程 API 指南 45. Zend API:深入 PHP 内核 46. 扩展 PHP 3 VIII. FAQ:常见问题 47. 一般信息 48. 邮件列表 49. 获取 PHP 50. 数据库问题 51. 安装常见问题 52. 编译问题 53. 使用 PHP 54. PHP 和 HTML 55. PHP 和 COM 56. PHP 和其它语言 57. 从 PHP/FI 2 移植到 PHP 3 58. 从 PHP 3 移植到 PHP 4 59. 从 PHP 4 移植到 PHP 5 60. 杂类问题 IX. 附录 A. PHP 及其相关工程的历史 B. 从 PHP 4 移植到 PHP 5 C. 从 PHP 3 移植到 PHP 4 D. 从 PHP/FI 2 移植到 PHP 3 E. PHP 的调试 F. 配置选项 G. php.ini 配置选项 H. 扩展库分类 I. 函数别名列表 J. 保留字列表 K. 资源类型列表 L. 支持的协议/封装协议列表 M. 可用过滤器列表 N. 所支持的套接字传输器(Socket Transports)列表 O. PHP 类型比较表 P. 解析器代号列表 Q. 关于本手册 R. 开放出版许可协议 S. 函数索引

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值