Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Nelmio
Alice
FixtureBuilder
ExpressionLanguage
LexerInterface
PHP Interface Nelmio\Alice\FixtureBuilder\ExpressionLanguage\LexerInterface
Datei anzeigen
Open project: nelmio/alice
Interface Usage Examples
Public Methods
Method
Description
lex
(
string
$value
) :
array
Converts a string into a sequence of tokens.
Method Details
lex()
public
method
Converts a string into a sequence of tokens.
public
lex
(
string
$value
) :
array
$value
string
return
array