Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
ConsoleKit
TextWriter
PHP Interface ConsoleKit\TextWriter
Mostra file
Open project: maximebf/consolekit
Interface Usage Examples
Public Methods
Method
Description
write
(
$test
,
$pipe
= TextWriter::STDOUT )
Outputs text
writeln
(
$test
= '',
$pipe
= TextWriter::STDOUT )
Outputs text followed by a line break
Method Details
write()
public
method
Outputs text
public
write
(
$test
,
$pipe
= TextWriter::STDOUT )
writeln()
public
method
Outputs text followed by a line break
public
writeln
(
$test
= '',
$pipe
= TextWriter::STDOUT )