検索

phrase: max: clip:
target: order:
Results of 571 - 580 of about 1267 for Value (0.037 sec.)
IteratorAggregate インターフェイス 2639
« Iterator::valid IteratorAggregate::getIterator » PHP Manual 定義済みのインターフェイスとクラス ... } } $obj = new myData ; foreach( $obj as $key => $value ) { var_dump ( $key , $value ); echo "\n" ; } ?> 上 ...
https://man.plustar.jp/php/class.iteratoraggregate.html - [similar]
The MongoDB\Driver\ReadPreference class 2639
« MongoDB\Driver\WriteConcern::unserialize MongoDB\Driver\ReadPreference::bsonSerialize » PHP Ma ... river\ReadPreference::NO_MAX_STALENESS The default value for the "maxStalenessSeconds" option is to specify ... erence::SMALLEST_MAX_STALENESS_SECONDS The minimum value for the "maxStalenessSeconds" option is 90 seconds ... e. Thus, the driver cannot enforce a max staleness value of less than 90 seconds. 変更履歴 バージョン 説明 ...
https://man.plustar.jp/php/class.mongodb-driver-readpreference.html - [similar]
新しい DOMCdataSection オブジェクトを作成する 2639
« DOMCdataSection DOMCharacterData » PHP Manual DOMCdataSection 新しい DOMCdataSection オブジェク ... lement -> appendChild (new DOMCdataSection ( 'root value' )); echo $dom -> saveXML (); ?> 上の例の出力は以下 ... rsion="1.0" encoding="utf-8"?> <root><![CDATA[root value]]></root> 参考 DOMText::__construct() - 新しい DOM ...
https://man.plustar.jp/php/domcdatasection.construct.html - [similar]
新しい属性を追加する 2639
« DOMElement::setAttributeNodeNS DOMElement::setIdAttribute » PHP Manual DOMElement 新しい属性を ... tring $namespace , string $qualifiedName , string $value ): void 名前空間 namespace にある localName という ... qualifiedName prefix:tagname 形式で表した属性名。 value 属性の値。 戻り値 値を返しません。 エラー / 例外 D ...
https://man.plustar.jp/php/domelement.setattributens.html - [similar]
Creates a new map using keys of either the current instance or of another map, b... 2639
« Ds\Map::values Pair » PHP Manual Map Creates a new map using keys of either the current instan ... s\Map Object ( [0] => Ds\Pair Object ( [key] => a [value] => 1 ) [1] => Ds\Pair Object ( [key] => d [value] ...
https://man.plustar.jp/php/ds-map.xor.html - [similar]
値を渡して、ファイバーの実行を再開させる 2639
« Fiber::start Fiber::throw » PHP Manual Fiber 値を渡して、ファイバーの実行を再開させる Fiber::r ... 実行を再開させる 説明 public Fiber::resume ( mixed $value = null ): mixed 現在の Fiber::suspend() の呼び出し ... ない場合、 FiberError がスローされます。 パラメータ value ファイバーの実行を再開するための値。 この値は、 現 ...
https://man.plustar.jp/php/fiber.resume.html - [similar]
Get last error message for the most recent function call 2639
« cubrid_error_code cubrid_execute » PHP Manual CUBRID 関数 Get last error message for the most ... error message when API returns false as its return value. パラメータ この関数にはパラメータはありません。 戻 ... ror code: -10015 Error msg: Invalid T_CCI_SCH_TYPE value 参考 cubrid_error_code() - Get error code for the ...
https://man.plustar.jp/php/function.cubrid-error-msg.html - [similar]
Get the error message 2639
« cubrid_errno cubrid_fetch_array » PHP Manual CUBRID MySQL 互換関数 Get the error message cubri ... error message when API returns false as its return value. パラメータ connection The CUBRID connection. 戻り ... person 参考 cubrid_errno() - Return the numerical value of the error message from previous CUBRID operatio ...
https://man.plustar.jp/php/function.cubrid-error.html - [similar]
The number of fail bits 2639
« fann_get_bit_fail_limit fann_get_cascade_activation_functions_count » PHP Manual Fann 関数 The ... n be higher than the number of training data. This value is reset by fann_reset_MSE() and updated by all th ... e same functions which also updates the MSE value (e.g. fann_test_data() , fann_train_epoch() ) パラ ...
https://man.plustar.jp/php/function.fann-get-bit-fail.html - [similar]
変数が数字または数値形式の文字列であるかを調べる 2639
« is_null is_object » PHP Manual 変数操作 関数 変数が数字または数値形式の文字列であるかを調べる ... 式の文字列であるかを調べる 説明 is_numeric ( mixed $value ): bool 指定した変数が数値または 数値形式の文字列 ... であるかどうかを調べます。 パラメータ value 評価する変数。 戻り値 value が数値または 数値形式の ...
https://man.plustar.jp/php/function.is-numeric.html - [similar]