ppelisset/termios

Unix Termios API 的 PHP FFI 端口

v0.1.2 2022-08-15 13:28 UTC

This package is auto-updated.

Last update: 2024-09-15 17:51:36 UTC


README

此包是使用 FFI 为 PHP 端口的基本 Termios Unix API。它为 Termios API 函数添加了一些包装器,并为 Linux 和 Darwin (MacOS) 提供了 API 常量。

安装

php-termios 需要 PHP8.1 和 php-ffi 支持。要安装此包,请使用 composer 需求包 ppelisset/termios

文档

Termios\Termios::tcgetattr - 获取与终端相关的参数

Termios\Termios::tcsetattr - 设置与终端相关的参数

Termios\Termios::tcflush - 在终端上刷新输入或输出