Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. DumperInterface.php

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\Cloner

Code

public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut) : void;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal