Documentation

init_helpers.php

Table of Contents

d()  : int|string
Alias of Kint::dump().
s()  : int|string
Alias of Kint::dump(), however the output is in plain text.

Functions

d()

Alias of Kint::dump().

d() : int|string
Return values
int|string

s()

Alias of Kint::dump(), however the output is in plain text.

s() : int|string

Alias of Kint::dump(), however the output is in plain htmlescaped text with some minor visibility enhancements added.

If run in CLI mode, output is not escaped.

To force rendering mode without autodetecting anything:

Kint::$enabled_mode = Kint::MODE_PLAIN; Kint::dump( $variable );

Return values
int|string

Search results