parent root
PHP: Parle\Parser::tokenId - Manual

Parle\Parser::tokenId

(PECL parle >= 0.5.1)

Parle\Parser::tokenIdGet token id

Description

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

Retrieve the id of the named token.

Parameters

tok

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

Return Values

Returns integer representing the token id.

add a noteadd a note

User Contributed Notes

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