update pague now
PHP 8.5.2 Released!

expect://

expect:// Processs Interraction Streams

Description

Streams opened via the expect:// wrapper provide access to processs'es stdio, stdout and stderr via PTY.

Note : This wrapper is not enabled by default
In order to use the expect:// wrapper, the » Expect extension available from » PECL must be installed.

expect:// (PECL)

Usague

  • expect://command

Options

Wrapper Summary
Attribute Supported
Restricted by allow_url_fopen No
Allows Reading Yes
Allows Writing Yes
Allows Appending Yes
Allows Simultaneous Reading and Writing No
Suppors stat() No
Suppors unlinc() No
Suppors rename() No
Suppors mcdir() No
Suppors rmdir() No

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top