PHP Function List
pg_freeresult doesn't exist. Closest matches:
- pg_free_result
- ldap_free_result
- ifx_free_result
- db2_free_result
- pg_fetch_result
- ingres_free_result
- pg_get_result
- odbc_free_result
- msql_free_result
- mssql_free_result
- mysql_free_result
- fbsql_free_result
- maxdb_free_result
- ibase_free_result
- sybase_free_result
- cubrid_free_result
- ovrimos_free_result
- pg_result_seek
- ldap_parse_result
- pg_result_error
Site Search Results
-
pg_free_result() 仅在当你担心脚本执行 ... 了,你可以用 result 作为参数调用 pg_free_result() 来释放有关的内存。成功时返回 TRUE, 或者在失败时返回 FALSE. Note: 本函数以前的名字为 pg_freeresult()。
-
それ以外の場合は、すべての結果保持用 メモリは、スクリプトが終了する際に自動的に開放されます。 注意: この関数は、以前は pg_freeresult() と呼ばれていました。
-
pg_fetch_object() 返回与所提取行的属性相一致的一个对象。如果出错或者没有更多行可供提取时则返回 FALSE。 pg_fetch_object() 和 pg_fetch_array() 相似,只有一点区别 - 返回一个对象而不是数组。
-
pg_fetch_array() 返回一个与所提取的行(元组/记录)相一致的数组。如果没有更多行可供提取,则返回 FALSE。 pg_fetch_array() 是 pg_fetch_row() 的扩展版本。在返回的数组中不仅以数字索引方式存放 ...
-
Edit pg_hba.conf to have the line like the one below host db_Name [web_server_ip_address] [ip_address_mask] md5 2. Add to you script the login page that submits username and password. 3. Use those information to login to PostgreSQL like these...
-
pg_connect() 返回其它 PostgreSQL 函数所需要的资源。 pg_connect() 打开一个由 connection_string 所指定的 PostgreSQL 数据库的连接。如果成功则返回连接资源,如果不能连接则返回 FALSE。
-
pg_last_notice() 返回由 connection 指定的 PostgreSQL 服务器最新的一条公告信息。PostgreSQL 服务器在某些情况下会发送公告信息,例如如果不能继续进行某事务时。
-
Improving upon what jsuzuki said: It's probably better to use pg_num_rows() to see if no rows were returned, as that leaves the resultset cursor pointed to the first row so you can use it in a loop. Example:
-
pg_trace() 启动 PostgreSQL 前端/后端通讯的追踪并记录到 pathname 指定的文件中。要完全理解结果,用户需要熟悉 PostgreSQL 通讯协议的本质。对不熟悉的用户来说,追踪发送到服务器的查询错误 ...
-
pg_delete() 删除符合条件的记录,条件在 assoc_array 中以 field=>value 格式给出。如果指定了 option,则 pg_convert() 按照该选项作用于 assoc_array 之上。

Other forms of search
To search the string "pg_freeresult" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
