PHP Doku:: Beschreibung - function.newt-form-watch-fd.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzEingabezeilenspezifische ErweiterungenNewtNewt Funktionennewt_form_watch_fd

Ein Service von Reinhard Neidl - Webprogrammierung.

Newt Funktionen

<<newt_form_set_width

newt_form>>

newt_form_watch_fd

(PECL newt >= 0.1)

newt_form_watch_fd

Beschreibung

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

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

form

stream

flags

Rückgabewerte

Es wird kein Wert zurückgegeben.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
jakub dot holdys at fancyfon dot com
5.11.2009 11: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.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)