検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 1896 for Get (0.117 sec.)
SHOW WARNINGS の結果を取得する 3191
« mysqli::$server_version mysqli::$info » PHP Manual mysqli SHOW WARNINGS の結果を取得する mysql ... i::get_warnings mysqli_get_warnings (PHP 5 >= 5.1.0, PHP ... 7, PHP 8) mysqli::get_warnings -- mysqli_get_warnings — SHOW WARNINGS の ... 果を取得する 説明 オブジェクト指向型 public mysqli::get_warnings (): mysqli_warning | false 手続き型 mysql ... i_get_warnings ( mysqli $mysql ): mysqli_warning | false ...
https://man.plustar.jp/php/mysqli.get-warnings.html - [similar]
collator の直近のエラーコードを取得する 3162
« Collator::getAttribute Collator::getErrorMessage » PHP Manual Collator collator の直近のエラー ... コードを取得する Collator::getErrorCode collator_get_error_code (PHP 5 >= 5.3.0, ... PHP 7, PHP 8, PECL intl >= 1.0.0) Collator::getErrorCode -- collator_get_error_code — collator の直 ... を取得する 説明 オブジェクト指向型 public Collator::getErrorCode (): int | false 手続き型 collator_get_err ... す。 失敗した場合に false を返します 例 例1 collator_get_error_code() の例 <?php $coll = collator_create ( ...
https://man.plustar.jp/php/collator.geterrorcode.html - [similar]
入力ロケールの変化系を取得する 3162
« Locale::filterMatches Locale::getDefault » PHP Manual Locale 入力ロケールの変化系を取得する Lo ... cale::getAllVariants locale_get_all_variants (PHP 5 >= 5.3.0 ... , PHP 7, PHP 8, PECL intl >= 1.0.0) Locale::getAllVariants -- locale_get_all_variants — 入力ロケー ... 得する 説明 オブジェクト指向型 public static Locale::getAllVariants ( string $locale ): ? array 手続き型 lo ... cale_get_all_variants ( string $locale ): ? array 入力ロケー ...
https://man.plustar.jp/php/locale.getallvariants.html - [similar]
Get exception details 3162
« StompException SVM » PHP Manual StompException Get exception details StompException::getDetail ... s (PECL stomp >= 0.1.0) StompException::getDetails — Get exception details 説明 public StompEx ... ception::getDetails (): string Get exception details. パラメータ ... ring containing the error details. 関連キーワード: Get , exception , StompException , getDetails , string ...
https://man.plustar.jp/php/stomp.getdetails.html - [similar]
Retrieve a item 3162
« Yaconf Yaconf::has » PHP Manual Yaconf Retrieve a item Yaconf::get (PECL yaconf >= 1.0.0) Yaco ... nf::get — Retrieve a item 説明 public static Yaconf::get ( ... . default_value if the key doesn't exists, Yaconf::get will return this as result. 戻り値 Returns configu ... えば以下のようになります。 php7 -r 'var_dump(Yaconf::get("foo.SectionA.key"));' //string(3) "val" php7 -r ' ... var_dump(Yaconf::get("foo.SectionB.key"));' //string(7) "new_val" php7 ...
https://man.plustar.jp/php/yaconf.get.html - [similar]
Get last error message for the most recent function call 3147
« cubrid_error_code cubrid_execute » PHP Manual CUBRID 関数 Get last error message for the most ... rror_msg (PECL CUBRID >= 8.3.0) cubrid_error_msg — Get last error message for the most recent function ca ... string The cubrid_error_msg() function is used to get the error message that occurred during the use of ... CUBRID API. Usually, it gets error message when API returns false as its retur ... の関数にはパラメータはありません。 戻り値 Error message that occurred. 例 例1 cubrid_error_msg() example <? ...
https://man.plustar.jp/php/function.cubrid-error-msg.html - [similar]
Get the error message 3147
« cubrid_errno cubrid_fetch_array » PHP Manual CUBRID MySQL 互換関数 Get the error message cubri ... d_error (PECL CUBRID >= 8.3.1) cubrid_error — Get the error message 説明 cubrid_error ( resource $co ... ? ): string The cubrid_error() function is used to get the error message that occurred during the use of ... CUBRID API. Usually, it gets error message when API returns false as its retur ... onnection The CUBRID connection. 戻り値 Error message that occurred. 例 例1 cubrid_error() example <?php ...
https://man.plustar.jp/php/function.cubrid-error.html - [similar]
Returns the maximum step-size 3147
« fann_get_rprop_decrease_factor fann_get_rprop_delta_min » PHP Manual Fann 関数 Returns the max ... imum step-size fann_get_rprop_delta_max (PECL fann >= 1.0.0) fann_get_rpro ... elta_max — Returns the maximum step-size 説明 fann_get_rprop_delta_max ( resource $ann ): float The maxim ... step-size is a positive number determining how large the maximum step-size may be. The default delta max ... prop_delta_max() - Sets the maximum step-size fann_get_rprop_delta_min() - Returns the minimum step-size ...
https://man.plustar.jp/php/function.fann-get-rprop-delta-max.html - [similar]
Returns the name of the opened algorithm 3147
« mcrypt_decrypt mcrypt_enc_get_block_size » PHP Manual Mcrypt 関数 Returns the name of the open ... ed algorithm mcrypt_enc_get_algorithms_name (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7. ... 2.0, PECL mcrypt >= 1.0.0) mcrypt_enc_get_algorithms_name — Returns the name of the opened a ... 関数に頼らないことを強く推奨します。 説明 mcrypt_enc_get_algorithms_name ( resource $td ): string This func ... he opened algorithm as a string. 例 例1 mcrypt_enc_get_algorithms_name() example <?php $td = mcrypt_modul ...
https://man.plustar.jp/php/function.mcrypt-enc-get-algorithms-name.html - [similar]
文字セットオブジェクトを返す 3147
« mysqli::$field_count mysqli::$client_info » PHP Manual mysqli 文字セットオブジェクトを返す mys ... qli::get_charset mysqli_get_charset (PHP 5 >= 5.1.0, PHP 7, ... PHP 8) mysqli::get_charset -- mysqli_get_charset — 文字セットオブジェ ... クトを返す 説明 オブジェクト指向型 public mysqli::get_charset (): ? object 手続き型 mysqli_get_charset ( ... 文字セット番号 state 文字セットの状態 例 例1 mysqli::get_charset() の例 オブジェクト指向型 <?php $db = mysq ...
https://man.plustar.jp/php/mysqli.get-charset.html - [similar]