検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 23 for cases (0.002 sec.)
値のリスト 13237
« オブジェクトとの違い 列挙型をシリアライズする » PHP Manual 列挙型(Enum) 値のリスト 値のリスト ... m を実装しています。 UnitEnum には static メソッド cases() が含まれています。 cases() は、 定義されている全 ... を宣言された順に含めた配列を返します。 <?php Suit :: cases (); // [Suit::Hearts, Suit::Diamonds, Suit::Clubs, ... Suit::Spades] を生成 ?> 列挙型において、手動で cases() メソッドを定義すると、致命的なエラーが発生します ... 。 関連キーワード: リスト , 値 , Enum , cases , UnitEnum , 定義 , メソッド , 内部 , 実装 , stati ...
https://man.plustar.jp/php/language.enumerations.listing.html - [similar]
列挙型の case 一覧を生成する 12198
« UnitEnum BackedEnum » PHP Manual UnitEnum 列挙型の case 一覧を生成する UnitEnum::cases (PHP 8 ... >= 8.1.0) UnitEnum::cases — 列挙型の case 一覧を生成する 説明 public static ... UnitEnum::cases (): array このメソッドは列挙型の全ての case を含む ... Suit { case Hearts ; case Diamonds ; case Clubs ; case Spades ; } var_dump ( Suit :: cases ()); ?> 上の例の ... 連キーワード: case , 生成 , 一覧 , UnitEnum , Suit , cases , 配列 , パラメータ , 要素 , array ...
https://man.plustar.jp/php/unitenum.cases.html - [similar]
UnitEnum インターフェイス 11361
« Stringable::__toString UnitEnum::cases » PHP Manual 定義済みのインターフェイスとクラス UnitEnu ... interface UnitEnum { /* メソッド */ public static cases (): array } 目次 UnitEnum::cases — 列挙型の case 一 ... 覧を生成する 関連キーワード: UnitEnum , cases , エンジン , 実装 , メソッド , クラス , 定義 , 適用 ...
https://man.plustar.jp/php/class.unitenum.html - [similar]
The parallel\Runtime class 9802
« parallel\run parallel\Runtime::__construct » PHP Manual parallel The parallel\Runtime class Th ... tions loaded, nor the same autoloader set. In some cases, a very lightweight runtime is desirable because t ... access to the code in the parent thread. In those cases where the tasks do need to access the same code, i ... , tasks , scheduled , construct , run , runtime , cases , not ...
https://man.plustar.jp/php/class.parallel-runtime.html - [similar]
プロセスの出力がパターンに一致する・指定した時間が経過する・ あるいは EOF に達す... 9283
« Expect 関数 expect_popen » PHP Manual Expect 関数 プロセスの出力がパターンに一致する・指定した ... ける 説明 expect_expectl ( resource $expect , array $cases , array &$match = ? ): int プロセスの出力がパターン ... expect_popen() でオープンした Expect ストリーム。 cases expect case の配列。個々の expect case は数値添字の ... ar/log/messages /home/user/messages.txt" , "r" ); $cases = array( // array(パターン, パターンに一致した場合 ... le ( true ) { switch ( expect_expectl ( $stream , $cases )) { case "asked for password" : fwrite ( $stream ...
https://man.plustar.jp/php/function.expect-expectl.html - [similar]
BackedEnum インターフェイス 8663
« UnitEnum::cases BackedEnum::from » PHP Manual 定義済みのインターフェイスとクラス BackedEnum イ ... tic /* 継承したメソッド */ public static UnitEnum::cases (): array } 目次 BackedEnum::from — スカラー型の値 ...
https://man.plustar.jp/php/class.backedenum.html - [similar]
列挙型の全ての case を返す 8462
« ReflectionEnum::getCase ReflectionEnum::hasCase » PHP Manual ReflectionEnum 列挙型の全ての cas ... e を返す ReflectionEnum::getCases (PHP 8 >= 8.1.0) ReflectionEnum::getCases — 列挙型 ... の全ての case を返す 説明 public ReflectionEnum::getCases (): array 列挙型には、ひとつ以上の case を含めるこ ... mBackedCase になります。 例 例1 ReflectionEnum::getCases() の例 <?php enum Suit { case Hearts ; case Diamon ... ds ; case Clubs ; case Spades ; } $rEnum = new ReflectionEnum ( Suit ::cla ...
https://man.plustar.jp/php/reflectionenum.getcases.html - [similar]
Expect の使用例 8043
« 例 Expect 関数 » PHP Manual 例 Expect の使用例 Expect の使用例 例1 Expect の使用例 この例ではリ ... ( "expect://ssh root@remotehost uptime" , "r" ); $cases = array ( array ( 0 => "password:" , 1 => PASSWORD ... ) ); switch ( expect_expectl ( $stream , $cases )) { case PASSWORD : fwrite ( $stream , "password\ ... case YESNO : fwrite ( $stream , "yes\n" ); break; case SHELL : fwrite ( $stream , "uname -a\n" ); while ( ... h )) { case UNAME : $uname .= $match [ 0 ]; break; case SHELL : // アップデートの実行 if ( strstr ( $uname ...
https://man.plustar.jp/php/expect.examples-usage.html - [similar]
Closes file descriptor associated with the current buffer event 7842
« EventBufferEvent EventBufferEvent::connect » PHP Manual EventBufferEvent Closes file descripto ... e current buffer event. This method may be used in cases when the EventBufferEvent::OPT_CLOSE_ON_FREE optio ...
https://man.plustar.jp/php/eventbufferevent.close.html - [similar]
Free a buffer event 7741
« EventBufferEvent::enable EventBufferEvent::getDnsErrorString » PHP Manual EventBufferEvent Fre ... eed to free resources as soon as possible. In such cases EventBufferEvent::free() may be used to protect th ...
https://man.plustar.jp/php/eventbufferevent.free.html - [similar]
PREV 1 2 3 NEXT