検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 165 for [SIMILAR] 16 1024 4096 WITH 15193 parsing WITH 1... (0.334 sec.)
Add a grammar rule 0
« Parle\Parser::precedence Parle\Parser::reset » PHP Manual Parle\Parser Add a grammar rule Parle\Parser::push (PECL parle >= 0.5.1) Parle\Parser::push — Add a grammar rule 説明 public Parle\Parser::push ( string $name , string $rule ): int Push a grammar rule. The production id returned ...
https://man.plustar.jp/php/parle-parser.push.html - [similar]
The CommonMark\CQL class 0
« CommonMark\Parser::finish CommonMark\CQL::__construct » PHP Manual CommonMark The CommonMark\CQL class The CommonMark\CQL class (cmark >= 1.1.0) はじめに CommonMark Query Language is a DSL for describing how to travel through a CommonMark Node tree implemented as a parser and compiler ...
https://man.plustar.jp/php/class.commonmark-cql.html - [similar]
基本的な SimpleXML の使用法 0
« 例 XML エラーの対応 » PHP Manual 例 基本的な SimpleXML の使用法 基本的な SimpleXML の使用法 このリファレンスの多くの例では XML 文字列が必要です。それぞれの例で この文字列をくり返す代わりに、あるファイルにこの文字列を保存して、 例ごとに読みこむことにします。この読みこまれるファイルは、以 ...
https://man.plustar.jp/php/simplexml.examples-basic.html - [similar]
関数リファレンス 0
« PHP DTrace 静的プローブとともに SystemTap を使用 PHP の振る舞いの変更 » PHP Manual 関数リファレンス 関数リファレンス ヒント 参考 拡張モジュールの一覧/分類 . PHP の振る舞いの変更 APCu — APC User Cache Componere エラー処理 — エラー処理およびログ記録 FFI — Foreign Function Interface OPcac ...
https://man.plustar.jp/php/funcref.html - [similar]
XML エレメント構造の例 0
« 例 XMLタグのマッピングの例 » PHP Manual 例 XML エレメント構造の例 XML エレメント構造の例 この最初の例は、あるドキュメント中のstart エレメントの構造をイン デントを付けて表示します。 例1 XML エレメント構造を表示 <?php $file = "data.xml" ; $depth = array(); function startElement ( $parser ...
https://man.plustar.jp/php/example.xml-structure.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]
Finalize the grammar rules 0
« Parle\Parser::advance Parle\Parser::consume » PHP Manual Parle\Parser Finalize the grammar rules Parle\Parser::build (PECL parle >= 0.5.1) Parle\Parser::build — Finalize the grammar rules 説明 public Parle\Parser::build (): void Any tokens and grammar rules previously added are finaliz ...
https://man.plustar.jp/php/parle-parser.build.html - [similar]
Get token id 0
« Parle\Parser::token Parle\Parser::trace » PHP Manual Parle\Parser Get token id Parle\Parser::tokenId (PECL parle >= 0.5.1) Parle\Parser::tokenId — Get token id 説明 public Parle\Parser::tokenId ( string $tok ): int Retrieve the id of the named token. パラメータ tok Name of the token as ...
https://man.plustar.jp/php/parle-parser.tokenid.html - [similar]
Retrieve the error information 0
« Parle\Parser::dump Parle\Parser::left » PHP Manual Parle\Parser Retrieve the error information Parle\Parser::errorInfo (PECL parle >= 0.5.1) Parle\Parser::errorInfo — Retrieve the error information 説明 public Parle\Parser::errorInfo (): Parle\ErrorInfo Retrieve the error information i ...
https://man.plustar.jp/php/parle-parser.errorinfo.html - [similar]
Declare a token 0
« Parle\Parser::sigil Parle\Parser::tokenId » PHP Manual Parle\Parser Declare a token Parle\Parser::token (PECL parle >= 0.5.1) Parle\Parser::token — Declare a token 説明 public Parle\Parser::token ( string $tok ): void Declare a terminal to be used in the grammar. パラメータ tok Token n ...
https://man.plustar.jp/php/parle-parser.token.html - [similar]