• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • pg_untrace()

    (PHP 4 >= 4.0.1, PHP 5, PHP 7)

    关闭 PostgreSQL 连接的追踪功能

    说明

    pg_untrace([resource $connection]): bool

    停止由pg_trace()启动的追踪功能。$connection指定了被追踪的连接号,默认为上一个打开的连接。

    本函数总是返回TRUE

    参见pg_trace()。

    上篇:pg_unescape_bytea()

    下篇:pg_update()