public variable (mixed $variable, [mixed $name])
Returns an HTML string of information about a single variable.
1 | echo ( new \Phalcon\Debug\Dump())->variable( $foo , "foo" ); |
public variable (mixed $variable, [mixed $name])
Returns an HTML string of information about a single variable.
1 | echo ( new \Phalcon\Debug\Dump())->variable( $foo , "foo" ); |
Designed by : w10schools
service@w10schools.com
Please login to continue.