class Standard implements WriterInterface

Standard writer.

Properties

protected bool $isDirect Is the stream direct?

Methods

bool
isDirect()

Returns TRUE if the output isn't redirected or piped and FALSE in all other situations.

write(string $string)

Writes output.

Details

at line 30
bool isDirect()

Returns TRUE if the output isn't redirected or piped and FALSE in all other situations.

Return Value

bool

at line 43
write(string $string)

Writes output.

Parameters

string $string String to write