位置: 编程技术 - 正文
推荐整理分享PHP:pg_get_notify()的用法_PostgreSQL函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4 >= 4.3.0, PHP 5)
pg_get_notify — Ping 数据库连接
说明 array pg_get_notify ( resource $connection [, int $result_type ] )pg_get_notify() 取得 SQL 命令 NOTIFY 发送的通告消息。要接收通告消息,必须发送 SQL 命令 LISTEN。如果连接中有通告消息,则数组包含消息名并且返回后端的 PID。如果没有消息则返回 FALSE。
参见 pg_get_pid()。
Example #1 PostgreSQL NOTIFY 消息
<?php$conn=pg_pconnect("dbname=publisher");if(!$conn){echo"Anerroroccured.n";exit;}//Listen'author_updated'messagefromotherprocessespq_query($conn,'LISTENauthor_updated;');$notify=pg_get_notify($conn);if(!$notify)print("Nomessagesn");elseprint_r($notify);?>PHP:pg_free_result()的用法_PostgreSQL函数 pg_free_result(PHP4=4.2.0,PHP5)pg_free_result释放查询结果占用的内存说明boolpg_free_result(resource$result)pg_free_result()仅在当你担心脚本执行时占用了过多内存时调用
PHP:pg_flush()的用法_PostgreSQL函数 pg_flush(PHP5=5.6.0)pg_flushFlushoutboundquerydataontheconnection说明mixedpg_flush(resource$connection)pg_flush()flushesanyoutboundquerydatawaitingtobesentontheconnection.参数connectionPostgreSQLd
PHP:pg_field_type()的用法_PostgreSQL函数 pg_field_type(PHP4=4.2.0,PHP5)pg_field_type返回相应字段的类型名称说明stringpg_field_type(resource$result,int$field_number)pg_field_type()以字符串返回PostgreSQLresult资源中指定f
标签: PHP:pg_get_notify()的用法_PostgreSQL函数
本文链接地址:https://www.jiuchutong.com/biancheng/281485.html 转载请保留说明!友情链接: 武汉网站建设