Function s
Alias of Kint::dump(), however the output is in plain htmlescaped text and some minor visibility enhancements added. If run in CLI mode, output is pure whitespace.
To force rendering mode without autodetecting anything:
Kint::enabled( Kint::MODE_PLAIN ); Kint::dump( $variable );
[!!!] IMPORTANT: execution will halt after call to this function
Located atvendor/raveren/kint/Kint.class.php
Return value summary
string |