function DumperInterface::dumpString
Dumps a string.
Parameters
string $str The string being dumped:
bool $bin Whether $str is UTF-8 or binary encoded:
int $cut The number of characters $str has been cut by:
1 method overrides DumperInterface::dumpString()
- CliDumper::dumpString in vendor/
symfony/ var-dumper/ Dumper/ CliDumper.php - Dumps a string.
File
-
vendor/
symfony/ var-dumper/ Cloner/ DumperInterface.php, line 33
Class
- DumperInterface
- DumperInterface used by Data objects.
Namespace
Symfony\Component\VarDumper\ClonerCode
public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut) : void;