readline_callback_handler_install
Supported Versions: PHP 5 >= 5.1.0, PHP 7, PHP 8
Initializes the readline callback interface and terminal, prints the prompt and returns immediately
<?php readline_callback_handler_install(string $prompt, callable $callback): bool