[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/console/Input/ -> StringInput.php (summary)

(no description)

File Size: 72 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

StringInput:: (2 methods):
  __construct()
  tokenize()


Class: StringInput  - X-Ref

StringInput represents an input provided as a string.

Usage:

$input = new StringInput('foo --bar="foobar"');

__construct($input)   X-Ref

param: string $input A string representing the parameters from the CLI

tokenize($input)   X-Ref
Tokenizes a string.

param: string $input The input to tokenize
return: array An array of tokens



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1