CakeFest 2024: The Official CakePHP Conference

Parle\RParser::tokenId

(PECL parle >= 0.7.0)

Parle\RParser::tokenIdGet token id

Açıklama

public Parle\RParser::tokenId(string $tok): int

Retrieve the id of the named token.

Bağımsız Değişkenler

tok

Name of the token as used in Parle\RParser::token().

Dönen Değerler

Returns int representing the token id.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top