検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 23 for cases (0.033 sec.)
列挙型とメソッド 7741
« 値に依存した列挙型(Backed Enum) 列挙型と static メソッド » PHP Manual 列挙型(Enum) 列挙型とメソ ... orful { case Hearts ; case Diamonds ; case Clubs ; case Spades ; // インターフェイスの規約を満たすための実装 ... s = 'H' ; case Diamonds = 'D' ; case Clubs = 'C' ; case Spades = 'S' ; // インターフェイスの規約を満たすため ... ng { return "Rectangle" ; } public static function cases (): array { // 不正なメソッド。列挙型では、手動で ...
https://man.plustar.jp/php/language.enumerations.methods.html - [similar]
The parallel\Sync class 7624
« parallel\Events\Event\Type parallel\Sync::__construct » PHP Manual parallel The parallel\Sync ... etter implemented using channels, however, in some cases authors of low level code may find it useful to be ...
https://man.plustar.jp/php/class.parallel-sync.html - [similar]
Collect references to completed tasks 7624
« Pool Pool::__construct » PHP Manual Pool Collect references to completed tasks Pool::collect ( ... her the task can be collected or not. Only in rare cases should a custom collector need to be used. 戻り値 ...
https://man.plustar.jp/php/pool.collect.html - [similar]
Loads C declarations from a C header file 7523
« FFI::isNull FFI::memcmp » PHP Manual FFI Loads C declarations from a C header file FFI::load ( ... ine and CPP macros do not work, except for special cases listed below. The header file should contain a #de ...
https://man.plustar.jp/php/ffi.load.html - [similar]
Initialize the weights using Widrow + Nguyen’s algorithm 7423
« fann_get_training_algorithm fann_length_train_data » PHP Manual Fann 関数 Initialize the weigh ... is technique is not always successful, and in some cases can be less efficient than a purely random initial ...
https://man.plustar.jp/php/function.fann-init-weights.html - [similar]
Collect references to completed tasks 7423
« Worker Worker::getStacked » PHP Manual Worker Collect references to completed tasks Worker::co ... her the task can be collected or not. Only in rare cases should a custom collector need to be used. 戻り値 ...
https://man.plustar.jp/php/worker.collect.html - [similar]
スカラー型の値を列挙型にマップする 7322
« BackedEnum BackedEnum::tryFrom » PHP Manual BackedEnum スカラー型の値を列挙型にマップする Back ... s = 'H' ; case Diamonds = 'D' ; case Clubs = 'C' ; case Spades = 'S' ; } $h = Suit :: from ( 'H' ); var_dum ... lue for enum "Suit" in /file.php:15 参考 UnitEnum::cases() - 列挙型の case 一覧を生成する BackedEnum::tryFr ...
https://man.plustar.jp/php/backedenum.from.html - [similar]
スカラー型の値を列挙型にマップするか、null を返す 7322
« BackedEnum::from コンテキストオプションとパラメータ » PHP Manual BackedEnum スカラー型の値を列 ... s = 'H' ; case Diamonds = 'D' ; case Clubs = 'C' ; case Spades = 'S' ; } $h = Suit :: tryFrom ( 'H' ); var_ ... um(Suit::Hearts) enum(Suit::Spades) 参考 UnitEnum::cases() - 列挙型の case 一覧を生成する BackedEnum::from( ...
https://man.plustar.jp/php/backedenum.tryfrom.html - [similar]
Return the ID generated for the last updated AUTO_INCREMENT column 7322
« cubrid_get cubrid_is_instance » PHP Manual CUBRID 関数 Return the ID generated for the last up ... MENT for more than one columns in a table. In most cases, there will be a single AUTO_INCREMENT column in a ...
https://man.plustar.jp/php/function.cubrid-insert-id.html - [similar]
7222
« 列挙型をシリアライズする エラー » PHP Manual 列挙型(Enum) 例 例 例1 基本的な、値を限定する例 < ... string { case Pending = 'P' ; case Active = 'A' ; case Suspended = 'S' ; case CanceledByUser = 'C' ; publi ... で使うことができます。 <?php foreach ( UserStatus :: cases () as $case ) { printf ( '<option value="%s">%s</o ...
https://man.plustar.jp/php/language.enumerations.examples.html - [similar]
PREV 1 2 3 NEXT