Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
PHPWarrior
UI
PHP Class PHPWarrior\UI
Show file
Open project: yandod/php-warrior
Class Usage Examples
Public Methods
Method
Description
ask
(
$msg
) :
boolean
choose
(
$item
,
$options
) :
mixed
gets
( )
put
(
$msg
)
puts
(
$msg
)
puts_with_delay
(
$msg
)
request
(
$msg
) :
mixed
Method Details
ask()
public
static
method
public
static
ask
(
$msg
) :
boolean
$msg
return
boolean
choose()
public
static
method
public
static
choose
(
$item
,
$options
) :
mixed
$item
$options
return
mixed
gets()
public
static
method
public
static
gets
( )
put()
public
static
method
public
static
put
(
$msg
)
$msg
puts()
public
static
method
public
static
puts
(
$msg
)
$msg
puts_with_delay()
public
static
method
public
static
puts_with_delay
(
$msg
)
$msg
request()
public
static
method
public
static
request
(
$msg
) :
mixed
$msg
return
mixed