検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 98 for parser (0.010 sec.)
The CommonMark\Parser class 8402
« CommonMark\Interfaces\IVisitable::accept CommonMark\Parser::__construct » PHP Manual CommonMar ... k The CommonMark\Parser class The CommonMark\Parser class (cmark >= 1.0.0) ... はじめに Provides an incremental parser as an alternative to the simple Parsing API functi ... on クラス概要 final class CommonMark\Parser { /* Constructor */ public __construct ( int $opti ... ublic finish (): CommonMark\Node } 目次 CommonMark\Parser::__construct — Parsing CommonMark\Parser::parse — ...
https://man.plustar.jp/php/class.commonmark-parser.html - [similar]
Finalize the grammar rules 8310
« Parle\Parser::advance Parle\Parser::consume » PHP Manual Parle\Parser Finalize the grammar rul ... es 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 previ ... e finalized. The rule set becomes readonly and the parser is ready to start. パラメータ この関数にはパラメー ... 関連キーワード: grammar , rules , Finalize , Parle , Parser , the , build , パラメータ , rule , parser ...
https://man.plustar.jp/php/parle-parser.build.html - [similar]
XMLタグのマッピングの例 8284
« XML エレメント構造の例 XML 外部エンティティの例 » PHP Manual 例 XMLタグのマッピングの例 XMLタグ ... I" , "LITERAL" => "TT" ); function startElement ( $parser , $name , $attrs ) { global $map_array ; if (isset ... ap_array [ $name ] >" ; } } function endElement ( $parser , $name ) { global $map_array ; if (isset( $map_ar ... array [ $name ] >" ; } } function characterData ( $parser , $data ) { echo $data ; } $xml_parser = xml_parse ... array から確実にタグを見つけられるようにします xml_parser_set_option ( $xml_parser , XML_OPTION_CASE_FOLDING ...
https://man.plustar.jp/php/example.xml-map-tags.html - [similar]
XML パーサを解放する 8258
« xml_parser_create xml_parser_get_option » PHP Manual XML パーサ 関数 XML パーサを解放する xml_ ... parser_free (PHP 4, PHP 5, PHP 7, PHP 8) xml_parser_free — XML パーサを解放する 説明 xml_parser_free ( ... XMLParser $parser ): bool 注意 : この関数を実行しても何も起こ ... スを閉じるのに使われていました。 指定した XML パーサ parser を解放します。 警告 パースが終了した際、 xml_parse ... スを参照している場合に、 メモリリークを避けるために parser の参照を 明示的に unset することも必要になっていま ...
https://man.plustar.jp/php/function.xml-parser-free.html - [similar]
Get token id 8258
« Parle\Parser::token Parle\Parser::trace » PHP Manual Parle\Parser Get token id Parle\Parser::t ... okenId (PECL parle >= 0.5.1) Parle\Parser::tokenId — Get token id 説明 public Parle\Parser:: ... パラメータ tok Name of the token as used in Parle\Parser::token() . 戻り値 Returns int representing the tok ... en id. 関連キーワード: token , Get , Parle , Parser , tokenId , tok , int , parle , public , string ...
https://man.plustar.jp/php/parle-parser.tokenid.html - [similar]
Retrieve the error information 8141
« Parle\Parser::dump Parle\Parser::left » PHP Manual Parle\Parser Retrieve the error information ... Parle\Parser::errorInfo (PECL parle >= 0.5.1) Parle\Parser::err ... — Retrieve the error information 説明 public Parle\Parser::errorInfo (): Parle\ErrorInfo Retrieve the error ... information in case Parle\Parser::action() returned the error action. パラメータ こ ... . 関連キーワード: Parle , Retrieve , information , Parser , the , errorInfo , ErrorInfo , パラメータ , parle ...
https://man.plustar.jp/php/parle-parser.errorinfo.html - [similar]
XML パーサからオプションを得る 7892
« xml_parser_free xml_parser_set_option » PHP Manual XML パーサ 関数 XML パーサからオプションを得 ... る xml_parser_get_option (PHP 4, PHP 5, PHP 7, PHP 8) xml_parser ... t_option — XML パーサからオプションを得る 説明 xml_parser_get_option ( XMLParser $parser , int $option ): st ... パーサからオプションの値を取得します。 パラメータ parser オプションを取得する XML パーサへのリファレンス。 ... OPTION_TARGET_ENCODING が使用可能です。 詳細は xml_parser_set_option() を参照ください。 戻り値 この関数は、 ...
https://man.plustar.jp/php/function.xml-parser-get-option.html - [similar]
Declare a token 7853
« Parle\Parser::sigil Parle\Parser::tokenId » PHP Manual Parle\Parser Declare a token Parle\Parser ... er::token (PECL parle >= 0.5.1) Parle\Parser::token — Declare a token 説明 public Parle\Parser: ... しません。 関連キーワード: token , Declare , Parle , Parser , tok , sigil , tokenId , parle , public , string ...
https://man.plustar.jp/php/parle-parser.token.html - [similar]
Declare a token with left-associativity 7801
« 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 — D ... a token with left-associativity 説明 public Parle\Parser::left ( string $tok ): void Declare a terminal wit ... ーワード: Declare , associativity , token , Parle , Parser , a , tok , errorInfo , nonassoc , parle ...
https://man.plustar.jp/php/parle-parser.left.html - [similar]
Declare a token with right-associativity 7801
« Parle\Parser::reset Parle\Parser::sigil » PHP Manual Parle\Parser Declare a token with right-a ... ssociativity Parle\Parser::right (PECL parle >= 0.5.1) Parle\Parser::right — ... a token with right-associativity 説明 public Parle\Parser::right ( string $tok ): void Declare a terminal wi ... right , Declare , associativity , token , Parle , Parser , a , tok , sigil , parle ...
https://man.plustar.jp/php/parle-parser.right.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT