kint-php/kint-helpers

Kint helper functions

5.0 2022-11-22 10:16 UTC

This package is auto-updated.

Last update: 2024-04-22 13:43:33 UTC


README

Common helper functions for Kint

  • d() Dumps variables with Kint
  • s() Dumps variables in plain HTML style
  • ss() Dumps variables in plain text
  • kt() Dumps backtrace
  • dd() Same as d(), but it ends the script after running
    • sd(), ssd(), ktd() do the same