/kint-helpers

Common helper functions for Kint

Primary LanguagePHPMIT LicenseMIT

Kint-helpers

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