検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 245 for [SIMILAR] 16 1024 4096 WITH 39936 parle WITH 386... (0.200 sec.)
Declare a token with right-associativity 0
« Parle\Parser::reset Parle\Parser::sigil » PHP Manual Parle\Parser Declare a token with right-associativity Parle\Parser::right (PECL parle >= 0.5.1) Parle\Parser::right — Declare a token with right-associativity 説明 public Parle\Parser::right ( string $tok ): void Declare a terminal w ...
https://man.plustar.jp/php/parle-parser.right.html - [similar]
Declare a token with no associativity 0
« Parle\Parser::left Parle\Parser::precedence » PHP Manual Parle\Parser Declare a token with no associativity Parle\Parser::nonassoc (PECL parle >= 0.5.1) Parle\Parser::nonassoc — Declare a token with no associativity 説明 public Parle\Parser::nonassoc ( string $tok ): void Declare a ter ...
https://man.plustar.jp/php/parle-parser.nonassoc.html - [similar]
はじめに 0
« Parle インストール/設定 » PHP Manual Parle はじめに はじめに The parle extension provides general purpose lexing and parsing facilities. The implementation is based on » Ben Hanson 's libraries and requires a » C++14 capable compiler. The lexer is based on the regex matching, the parse ...
https://man.plustar.jp/php/intro.parle.html - [similar]
Finalize the grammar rules 0
« Parle\RParser::advance Parle\RParser::consume » PHP Manual Parle\RParser Finalize the grammar rules Parle\RParser::build (PECL parle >= 0.7.0) Parle\RParser::build — Finalize the grammar rules 説明 public Parle\RParser::build (): void Any tokens and grammar rules previously added are f ...
https://man.plustar.jp/php/parle-rparser.build.html - [similar]
Add a lexer rule 0
« Parle\RLexer::insertMacro Parle\RLexer::pushState » PHP Manual Parle\RLexer Add a lexer rule Parle\RLexer::push (PECL parle >= 0.5.1) Parle\RLexer::push — Add a lexer rule 説明 public Parle\RLexer::push ( string $regex , int $id ): void public Parle\RLexer::push ( string $state , strin ...
https://man.plustar.jp/php/parle-rlexer.push.html - [similar]
リソース型の一覧 0
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の一覧 以下にPHPのリソースを生成、使用、破棄するための関数の一覧を示します。 is_resource() によりある変数がリソースであるかど うかを調べることが可能です。また、 get_resource_type() は変数のリソ ...
https://man.plustar.jp/php/resource.html - [similar]
SCM データベースに新しいサービスのエントリを作成する 0
« win32_continue_service win32_delete_service » PHP Manual win32service 関数 SCM データベースに新しいサービスのエントリを作成する win32_create_service (PECL win32service >=0.1.0) win32_create_service — SCM データベースに新しいサービスのエントリを作成する 説明 win32_create_service ( array ...
https://man.plustar.jp/php/function.win32-create-service.html - [similar]
関数・メソッド 0
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッドの一覧 a b c d e f g h i j k l m n o p q r s t u v w x y z _ 㠊 a abs - 絶対値 acos - 逆余弦(アークコサイン) acosh - 逆双曲線余弦(アークハイパボリックコサイン) addcslashes - C 言語と同様 ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
0
« Grouping Lexer examples » PHP Manual Parle 例 例 目次 Lexer examples Parser examples 関連キーワード: 例 , examples , Grouping , Parle , Parser , ...
https://man.plustar.jp/php/parle.examples.html - [similar]
Lexer examples 0
« 例 Parser examples » PHP Manual 例 Lexer examples Lexer examples 例1 Tokenize comma separated integer list <?php use Parle \ Token ; use Parle \ Lexer ; use Parle \ LexerException ; /* name => id */ $token = array( "COMMA" => 1 , "CRLF" => 2 , "DECIMAL" => 3 , ); /* id => name */ $toke ...
https://man.plustar.jp/php/parle.examples.lexer.html - [similar]