Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
ManaPHP
DebuggerInterface
PHP Interface ManaPHP\DebuggerInterface
Show file
Open project: manaphp/manaphp
Public Methods
Method
Description
output
(
string
$template
= 'Default' ) :
string
|
array
save
(
string
$template
= 'Default' ) :
string
start
( ) :
static
var_dump
(
mixed
$value
,
string
$name
= null ) :
static
Method Details
output()
public
method
public
output
(
string
$template
= 'Default' ) :
string
|
array
$template
string
return
string
|
array
save()
public
method
public
save
(
string
$template
= 'Default' ) :
string
$template
string
return
string
start()
public
method
public
start
( ) :
static
return
static
var_dump()
public
method
public
var_dump
(
mixed
$value
,
string
$name
= null ) :
static
$value
mixed
$name
string
return
static