Gratulacje, kretor Mój egrafik został zakończony. Jeżeli rejestrowałeś się w tym kreatorze, pamiętaj aby kliknąć w link potwierdzający, wysłany na Twój adres email. Jeżeli tego nie zrobisz, nie będziesz mógł się zalogować, a dodane przez Ciebie wpisy nie zostaną opublikowane.
This extension allows to interact with processes through PTY. You may
consider using the expect://
wrapper with the filesystem
functions which provide a simpler and more intuitive interface.
To rozszerzenie PECL nie
jest dołączane do PHP.
Dodatkowe informacje, takie jak nowe wersje, pliki do
pobrania, pliki źródłowe, informacje o opiekunach czy rejestr zmian, można
znaleźć tutaj:
http://pecl.php.net/package/expect.
W PHP 4 to rozszerzenie PECL można
znaleźć w podkatalogu ext/ źródeł PHP lub pod znajdującym
się wyżej odnośnikiem PECL.
In order to use these functions you must compile PHP with expect support
by using the --with-expect[=DIR]
configure option.
Windows users will enable php_expect.dll inside
of php.ini in order to use these functions.
W PHP 4 ten DLL znajduje się w
podkatalogu extensions/ binarnej dystrybucji PHP dla
Windows.
DLL z tym rozszerzeniem
PECL można pobrać ze strony
PHP Downloads lub
http://snaps.php.net/.
Whether expect should send any output from the spawned process to stdout.
Since interactive programs typically echo their input, this usually suffices
to show both sides of the conversation.
Poniższe stałe są zdefiniowane w tym rozszerzeniu i stają się dostępne, gdy
rozszerzenie jest dokompilowane do PHP, lub załadowane dynamicznie przy starcie.