検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 128 for [SIMILAR] 16 1024 4096 WITH 20068 errorinfo WITH... (0.100 sec.)
Declare a token with no associativity 0
« Parle\RParser::left Parle\RParser::precedence » PHP Manual Parle\RParser Declare a token with no associativity Parle\RParser::nonassoc (PECL parle >= 0.7.0) Parle\RParser::nonassoc — Declare a token with no associativity 説明 public Parle\RParser::nonassoc ( string $tok ): void Declare ...
https://man.plustar.jp/php/parle-rparser.nonassoc.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]
Declare a precedence rule 0
« Parle\RParser::nonassoc Parle\RParser::push » PHP Manual Parle\RParser Declare a precedence rule Parle\RParser::precedence (PECL parle >= 0.7.0) Parle\RParser::precedence — Declare a precedence rule 説明 public Parle\RParser::precedence ( string $tok ): void Declares a precedence rule ...
https://man.plustar.jp/php/parle-rparser.precedence.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]
Retrieve a matching part of a rule 0
« Parle\RParser::right Parle\RParser::token » PHP Manual Parle\RParser Retrieve a matching part of a rule Parle\RParser::sigil (PECL parle >= 0.7.0) Parle\RParser::sigil — Retrieve a matching part of a rule 説明 public Parle\RParser::sigil ( int $idx = ? ): string Retrieve a part of the ...
https://man.plustar.jp/php/parle-rparser.sigil.html - [similar]
Parser examples 0
« Lexer examples Parle\Lexer » PHP Manual 例 Parser examples Parser examples 例1 Simple calculator <?php use Parle \{ Parser , ParserException , Lexer , Token }; $p = new Parser ; $p -> token ( "INTEGER" ); $p -> left ( "'+' '-' '*' '/'" ); $p -> push ( "start" , "exp" ); $prod_add = $p ...
https://man.plustar.jp/php/parle.examples.parser.html - [similar]
指定した PHP トークンのシンボル名を取得する 0
« token_get_all URLs » PHP Manual Tokenizer 関数 指定した PHP トークンのシンボル名を取得する token_name (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) token_name — 指定した PHP トークンのシンボル名を取得する 説明 token_name ( int $id ): string token_name() は、PHP id 値のシンボル名を返します。 パ ...
https://man.plustar.jp/php/function.token-name.html - [similar]
文字列をトークンに分割する 0
« strstr strtolower » PHP Manual String 関数 文字列をトークンに分割する strtok (PHP 4, PHP 5, PHP 7, PHP 8) strtok — 文字列をトークンに分割する 説明 strtok ( string $string , string $token ): string | false 代替のシグネチャ (名前付き引数をサポートしていません): strtok ( string $token ): ...
https://man.plustar.jp/php/function.strtok.html - [similar]
トークンと secret を設定する 0
« OAuth::setTimestamp OAuth::setVersion » PHP Manual OAuth トークンと secret を設定する OAuth::setToken (PECL OAuth >= 0.99.1) OAuth::setToken — トークンと secret を設定する 説明 public OAuth::setToken ( string $token , string $token_secret ): bool それ以降のリクエスト用のトークンと secr ...
https://man.plustar.jp/php/oauth.settoken.html - [similar]
トークンの名前を返す 0
« PhpToken::__construct PhpToken::is » PHP Manual PhpToken トークンの名前を返す PhpToken::getTokenName (PHP 8) PhpToken::getTokenName — トークンの名前を返す 説明 public PhpToken::getTokenName (): ? string トークンの名前を返します。 パラメータ この関数にはパラメータはありません。 戻り値 一 ...
https://man.plustar.jp/php/phptoken.gettokenname.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT