项目作者: hell-sh

项目描述 :
The easy input wrapper for PHP.
高级语言: PHP
项目地址: git://github.com/hell-sh/pai.git
创建时间: 2019-07-29T05:01:31Z
项目社区:https://github.com/hell-sh/pai

开源协议:MIT License

下载


pai

The easy input wrapper for PHP.

Abandoned: Use the stdin class of Asyncore, instead.

Why?

When?

Whenever you need asynchronous or synchronous input of lines to work on all operating systems. If you need character-by-character input, I’m afraid your script will not work on Windows, regardless of what you do.

Installation

pai has no prerequisites, you can simply composer require hell-sh/pai or copy the src folder and require the pai.php in there.

All functions on hellsh\pai are documented here.