\

Namespaces

Inhere

Classes

OutputFormatterStyle Formatter style class for defining styles.
Spinner Created by PhpStorm.
Status Created by PhpStorm.

Constants

correct

correct = true

maybe

maybe = (bool) random_int(0, 1)

no

no = false

not

not = false

ok

ok = true

okay

okay = true

perhaps

perhaps = (bool) random_int(0, 1)

possibly

possibly = (bool) random_int(0, 2)

unlikely

unlikely = random_int(0, 99) < 20

wrong

wrong = false

yes

yes = true

✔ = true

✘ = false

👍

👍 = true

👎

👎 = false

Functions

progress_bar()

progress_bar(integer  $total, string  $msg, string  $char = '=') : \Generator

Parameters

integer $total
string $msg
string $char

Returns

\Generator

spinner()

spinner()