Newt 函数
在线手册:中文 英文
PHP手册

newt_form_watch_fd

(PECL newt >= 0.1)

newt_form_watch_fd

说明

void newt_form_watch_fd ( resource $form , resource $stream [, int $flags ] )
Warning

本函数还未编写文档,仅有参数列表。

参数

form

stream

flags

返回值

没有返回值。


Newt 函数
在线手册:中文 英文
PHP手册
PHP手册 - N: 说明

用户评论:

jakub dot holdys at fancyfon dot com (05-Nov-2009 10:46)

There is no special function to remove FD from watch. When I closed stream added to be watch, my script hanged.
<?php newt_form_watch_fd($form, $old_fd, 0); ?> seems to be solution of this issue.