検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 195 for [SIMILAR] 16 1024 4096 WITH 17660 xmlparser WITH... (0.200 sec.)
下位互換性のない変更点 0
« 新機能 推奨されなくなる機能 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更点 下位互換性のない変更点 PHP コア 文字列と数値の比較 (厳密でないやり方で)数値と非数値文字列を比較する場合、 数値を文字列にキャストし、文字列と比較するようになりました。 数値と数値形式の文字列 ...
https://man.plustar.jp/php/migration80.incompatible.html - [similar]
Parsing and lexing 0
« CommonMark\Render\XML はじめに » PHP Manual テキスト処理 Parsing and lexing Parsing and lexing はじめに インストール/設定 要件 インストール手順 定義済み定数 Pattern matching — Parle pattern matching Character representations Character classes Unicode character classes Alternation and r ...
https://man.plustar.jp/php/book.parle.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]
IntlDateFormatter で使用する寛大さを取得する 0
« IntlDateFormatter::getTimeZone IntlDateFormatter::localtime » PHP Manual IntlDateFormatter IntlDateFormatter で使用する寛大さを取得する IntlDateFormatter::isLenient datefmt_is_lenient (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) IntlDateFormatter::isLenient -- datefmt_is_lenient ...
https://man.plustar.jp/php/intldateformatter.islenient.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]
Declare a token with left-associativity 0
« Parle\Parser::errorInfo Parle\Parser::nonassoc » PHP Manual Parle\Parser Declare a token with left-associativity Parle\Parser::left (PECL parle >= 0.5.1) Parle\Parser::left — Declare a token with left-associativity 説明 public Parle\Parser::left ( string $tok ): void Declare a terminal ...
https://man.plustar.jp/php/parle-parser.left.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT