v2.1.0
版本发布时间: 2018-02-06 21:25:34
clue/reactphp-stdio最新发布版本:v2.6.0(2022-03-18 23:13:45)
-
Feature: Add support for binding custom functions to any key code. (#70 by @clue)
$readline->on('?', function () use ($stdio) { $stdio->write('Do you need help?'); });
-
Feature: Add
addInput()
helper method. (#69 by @clue)$readline->addInput('hello'); $readline->addInput(' world');