AbstractDumper::setOutput()
  • References/PHP/Symfony/Component/VarDumper/Dumper

callable|resource|string setOutput(callable|resource|string $output) Sets the output destination

2025-01-10 15:47:30
CliDumper
  • References/PHP/Symfony/Component/VarDumper/Dumper

class CliDumper extends

2025-01-10 15:47:30
CliDumper::dumpString()
  • References/PHP/Symfony/Component/VarDumper/Dumper

dumpString(Cursor $cursor, string $str, bool

2025-01-10 15:47:30
AbstractDumper
  • References/PHP/Symfony/Component/VarDumper/Dumper

class AbstractDumper implements

2025-01-10 15:47:30
AbstractDumper::setCharset()
  • References/PHP/Symfony/Component/VarDumper/Dumper

string setCharset(string $charset) Sets the default character encoding to use for non-UTF8 strings

2025-01-10 15:47:30
HtmlDumper::setStyles()
  • References/PHP/Symfony/Component/VarDumper/Dumper

setStyles(array $styles) Configures styles.

2025-01-10 15:47:30
HtmlDumper::setDumpBoundaries()
  • References/PHP/Symfony/Component/VarDumper/Dumper

setDumpBoundaries(string $prefix, string $suffix) Sets an HTML prefix and suffix that will encapse

2025-01-10 15:47:30
HtmlDumper::setDumpHeader()
  • References/PHP/Symfony/Component/VarDumper/Dumper

setDumpHeader(string $header) Sets an HTML header that will be dumped once in the output stream.

2025-01-10 15:47:30
HtmlDumper::dump()
  • References/PHP/Symfony/Component/VarDumper/Dumper

dump(Data $data, callable|resource|string|null $output

2025-01-10 15:47:30
HtmlDumper::leaveHash()
  • References/PHP/Symfony/Component/VarDumper/Dumper

leaveHash(Cursor $cursor, int $type, string $class

2025-01-10 15:47:30