Pionia Core

Dumpable

Table of Contents

Methods

dd()  : never
Dump the given arguments and terminate execution.
dump()  : $this
Dump the given arguments.

Methods

dd()

Dump the given arguments and terminate execution.

public dd(mixed ...$args) : never
Parameters
$args : mixed
Return values
never

dump()

Dump the given arguments.

public dump(mixed ...$args) : $this
Parameters
$args : mixed
Return values
$this

        
On this page

Search results