検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 12 for goto (0.003 sec.)
goto 14557
« include_once 関数 » PHP Manual 制御構造 goto goto (PHP 5 >= 5.3.0, PHP 7, PHP 8) この画像は » ... xkcd から提供いただいたものです。 goto 演算子を使用すると、 プログラム中の他の命令にジャン ... ことができます。 ジャンプ先はラベルとコロンで表し、 goto の後にそのラベルを指定します。 ラベルは大文字小文字 ... を 区別します 。 これは、完全に制約のない goto というわけではありません。 対象となるラベルは同じフ ... 造から抜け出すことはできます。一般的な用法としては、 goto を複数レベルの break として使うものがあります。 例 ...
https://man.plustar.jp/php/control-structures.goto.html - [similar]
関数 9303
« goto ユーザー定義関数 » PHP Manual 言語リファレンス 関数 関数 目次 ユーザー定義関数 関数の引数 ... 成する記法 関連キーワード: 関数 , ユーザー , 定義 , goto , 言語 , リファレンス , 可変 , 内部 , 一級 , calla ...
https://man.plustar.jp/php/language.functions.html - [similar]
The Parle\Parser class 8543
« Parle\RLexer::reset Parle\Parser::advance » PHP Manual Parle The Parle\Parser class The Parle\ ... 1 ; const int ACTION_REDUCE = 2 ; const int ACTION_GOTO = 3 ; const int ACTION_ACCEPT = 4 ; const int ERRO ... T Parle\Parser::ACTION_REDUCE Parle\Parser::ACTION_GOTO Parle\Parser::ACTION_ACCEPT Parle\Parser::ERROR_SY ...
https://man.plustar.jp/php/class.parle-parser.html - [similar]
The Parle\RParser class 8543
« Parle\Parser::validate Parle\RParser::advance » PHP Manual Parle The Parle\RParser class The P ... 1 ; const int ACTION_REDUCE = 2 ; const int ACTION_GOTO = 3 ; const int ACTION_ACCEPT = 4 ; const int ERRO ... Parle\RParser::ACTION_REDUCE Parle\RParser::ACTION_GOTO Parle\RParser::ACTION_ACCEPT Parle\RParser::ERROR_ ...
https://man.plustar.jp/php/class.parle-rparser.html - [similar]
制御構造 8437
« 型演算子 はじめに » PHP Manual 言語リファレンス 制御構造 制御構造 目次 はじめに if else elseif ... e return require include require_once include_once goto 関連キーワード: else , while , include , once , 言 ...
https://man.plustar.jp/php/language.control-structures.html - [similar]
Parser examples 8384
« Lexer examples Parle\Lexer » PHP Manual 例 Parser examples Parser examples 例1 Simple calculat ... ase Parser :: ACTION_SHIFT : case Parser :: ACTION_GOTO : case Parser :: ACTION_ACCEPT : break; case Parse ... ase Parser :: ACTION_SHIFT : case Parser :: ACTION_GOTO : /* var_dump($p->trace());*/ break; case Parser : ...
https://man.plustar.jp/php/parle.examples.parser.html - [similar]
パーサトークンの一覧 8330
« PHP 型の比較表 ユーザーレベルでの命名の手引き » PHP Manual 付録 パーサトークンの一覧 パーサトー ... __FUNCTION__ 定数 T_GLOBAL global 変数のスコープ T_GOTO goto goto T_HALT_COMPILER __halt_compiler() __halt ...
https://man.plustar.jp/php/tokens.html - [similar]
include_once 8171
« require_once goto » PHP Manual 制御構造 include_once include_once (PHP 4, PHP 5, PHP 7, PHP 8) ...
https://man.plustar.jp/php/function.include-once.html - [similar]
キーワードのリスト 8118
« 予約語の一覧 定義済のクラス » PHP Manual 予約語の一覧 キーワードのリスト キーワードのリスト こ ... ally fn (PHP 7.4 以降) for foreach function global goto if implements include include_once instanceof inst ...
https://man.plustar.jp/php/reserved.keywords.html - [similar]
do-while 8065
« while for » PHP Manual 制御構造 do-while do-while (PHP 4, PHP 5, PHP 7, PHP 8) do-while ループ ... を処理します */ } while ( 0 ); ?> この技のかわりに goto 演算子を使うこともできます。 関連キーワード: while ...
https://man.plustar.jp/php/control-structures.do.while.html - [similar]
PREV 1 2 NEXT