s

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

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 );

Returns
int|string