検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 203 for case (0.012 sec.)
値のリスト 4804
« オブジェクトとの違い 列挙型をシリアライズする » PHP Manual 列挙型(Enum) 値のリスト 値のリスト ... m を実装しています。 UnitEnum には static メソッド cases() が含まれています。 cases() は、 定義されている全 ... ての case を宣言された順に含めた配列を返します。 <?php Suit ... :: cases (); // [Suit::Hearts, Suit::Diamonds, Suit::Clubs ... , Suit::Spades] を生成 ?> 列挙型において、手動で cases() メソッドを定義すると、致命的なエラーが発生します ...
https://man.plustar.jp/php/language.enumerations.listing.html - [similar]
例外を拡張する 4804
« 例外(exceptions) ファイバー » PHP Manual 例外(exceptions) 例外を拡張する 例外を拡張する 組み込 ... alue = self :: THROW_NONE ) { switch ( $avalue ) { case self :: THROW_CUSTOM : // カスタム例外を投げる thr ... eption ( '1 is an invalid parameter' , 5 ); break; case self :: THROW_DEFAULT : // デフォルト例外を投げる ...
https://man.plustar.jp/php/language.exceptions.extending.html - [similar]
UnitEnum インターフェイス 4772
« 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]
XML 外部エンティティの例 4772
« XMLタグのマッピングの例 XML パーサ 関数 » PHP Manual 例 XML 外部エンティティの例 XML 外部エンテ ... get , $data ) { switch ( strtolower ( $target )) { case "php" : global $parser_file ; // もし「信頼できる」 ... ; xml_parser_set_option ( $xml_parser , XML_OPTION_CASE_FOLDING , 1 ); xml_set_element_handler ( $xml_pars ...
https://man.plustar.jp/php/example.xml-external-entity.html - [similar]
はじめに 4772
« Componere インストール/設定 » PHP Manual Componere はじめに はじめに Componere (latin, English ... time; The class can then be registered, and in the case of redefinition it replaces the original class for ...
https://man.plustar.jp/php/intro.componere.html - [similar]
Call a function in a Lua global variable 4772
« LuaSandbox LuaSandbox::disableProfiler » PHP Manual LuaSandbox Call a function in a Lua global ... the Lua function, which may be empty, or false in case of failure. 例 例1 Calling a Lua function <?php // ...
https://man.plustar.jp/php/luasandbox.callfunction.html - [similar]
Test training params on subsets of the training data 4772
« SVM::__construct SVM::getOptions » PHP Manual SVM Test training params on subsets of the train ... ressed as a floating point number from 0-1. In the case of NU_SVC or EPSILON_SVR kernels the mean squared ...
https://man.plustar.jp/php/svm.crossvalidate.html - [similar]
プラグインを登録する 4772
« Yaf_Dispatcher::initView Yaf_Dispatcher::returnResponse » PHP Manual Yaf_Dispatcher プラグイン ... er [application.directory] . "/plugins" * for this case, it will be: * [application.directory] . "/plugins ...
https://man.plustar.jp/php/yaf-dispatcher.registerplugin.html - [similar]
The parallel\Runtime class 4740
« 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 ... access to the code in the parent thread. In those cases where the tasks do need to access the same code, ... may be used in conjunction with parallel, in this case preloaded code is available without bootstrapping ... , tasks , scheduled , construct , run , runtime , cases , not ...
https://man.plustar.jp/php/class.parallel-runtime.html - [similar]
Check whether the instance pointed by OID exists 4740
« cubrid_insert_id cubrid_lob_close » PHP Manual CUBRID 関数 Check whether the instance pointed ... exists; 0, if such instance does not exist; -1, in case of error 例 例1 cubrid_is_instance() example <?php ...
https://man.plustar.jp/php/function.cubrid-is-instance.html - [similar]