Parle\RLexer::consume
PHP Manual
PHP Manual»Parle\RLexer»Parle\RLexer::consume

Parle\RLexer::consume

(PECL parle >= 0.5.1)

Parle\RLexer::consumePass the data for processing

Açıklama

public function Parle\RLexer::consume(string $data): void

Consume the data for lexing.

Bağımsız Değişkenler

data

Data to be lexed.

Dönen Değerler

Hiçbir değer dönmez.

To Top