検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 1896 for Get (0.024 sec.)
最も最近のエラーをクリア 2979
« debug_print_backtrace error_get_last » PHP Manual エラー処理関数 最も最近のエラーをクリア erro ... ません。 戻り値 最も最近のエラーをクリアーし、 error_get_last() で取得できないようにします。 例 例1 error_c ... lear_last() の例 <?php var_dump ( error_get_last ()); error_clear_last (); var_dump ( error_ge ... t_last ()); @ $a = $b ; var_dump ( error_get_last ()); error_clear_last (); var_dump ( error_ge ...
https://man.plustar.jp/php/function.error-clear-last.html - [similar]
IntlDateFormatter が使用するカレンダー型を取得する 2979
« IntlDateFormatter::formatObject IntlDateFormatter::getDateType » PHP Manual IntlDateFormatter ... が使用するカレンダー型を取得する IntlDateFormatter::getCalendar datefmt_get_calendar (PHP 5 >= 5.3.0, PHP ... 7, PHP 8, PECL intl >= 1.0.0) IntlDateFormatter::getCalendar -- datefmt_get_calendar — IntlDateFormatte ... 説明 オブジェクト指向型 public IntlDateFormatter::getCalendar (): int | false 手続き型 datefmt_get_calen ... です。 失敗時に false を返します。 例 例1 datefmt_get_calendar() の例 <?php $fmt = datefmt_create ( 'en_ ...
https://man.plustar.jp/php/intldateformatter.getcalendar.html - [similar]
フォーマッタの直近のエラーコードを取得する 2979
« NumberFormatter::getAttribute NumberFormatter::getErrorMessage » PHP Manual NumberFormatter フ ... ッタの直近のエラーコードを取得する NumberFormatter::getErrorCode numfmt_get_error_code (PHP 5 >= 5.3.0, PH ... P 7, PHP 8, PECL intl >= 1.0.0) NumberFormatter::getErrorCode -- numfmt_get_error_code — フォーマッタの ... する 説明 オブジェクト指向型 public NumberFormatter::getErrorCode (): int 手続き型 numfmt_get_error_code ( ... の関数コールのエラーコードを返します。 例 例1 numfmt_get_error_code() の例 <?php $fmt = numfmt_create ( 'de ...
https://man.plustar.jp/php/numberformatter.geterrorcode.html - [similar]
バンドルの直近のエラーコードを取得する 2979
« ResourceBundle::create ResourceBundle::getErrorMessage » PHP Manual ResourceBundle バンドルの直 ... 近のエラーコードを取得する ResourceBundle::getErrorCode resourcebundle_get_error_code (PHP 5 >= 5 ... PHP 7, PHP 8, PECL intl >= 2.0.0) ResourceBundle::getErrorCode -- resourcebundle_get_error_code — バンド ... する 説明 オブジェクト指向型 public ResourceBundle::getErrorCode (): int 手続き型 resourcebundle_get_error ... からのエラーコードを返します。 例 例1 resourcebundle_get_error_code() の例 <?php $r = resourcebundle_create ...
https://man.plustar.jp/php/resourcebundle.geterrorcode.html - [similar]
Returns the mu factor 2964
« fann_get_quickprop_decay fann_get_rprop_decrease_factor » PHP Manual Fann 関数 Returns the mu ... factor fann_get_quickprop_mu (PECL fann >= 1.0.0) fann_get_quickpr ... op_mu — Returns the mu factor 説明 fann_get_quickprop_mu ( resource $ann ): float The mu facto ...
https://man.plustar.jp/php/function.fann-get-quickprop-mu.html - [similar]
Returns the stop function used during training 2964
« fann_get_train_error_function fann_get_training_algorithm » PHP Manual Fann 関数 Returns the s ... top function used during training fann_get_train_stop_function (PECL fann >= 1.0.0) fann_get_ ... s the stop function used during training 説明 fann_get_train_stop_function ( resource $ann ): int Returns ...
https://man.plustar.jp/php/function.fann-get-train-stop-function.html - [similar]
フィールドのフラグを取得する 2964
« fdf_get_file fdf_get_opt » PHP Manual FDF 関数 フィールドのフラグを取得する fdf_get_flags (PHP ... 4 >= 4.3.0, PHP 5 < 5.3.0, PECL fdf SVN) fdf_get_flags — フィールドのフラグを取得する 説明 fdf_get_ ...
https://man.plustar.jp/php/function.fdf-get-flags.html - [similar]
ファイルの内容を全て文字列に読み込む 2964
« file_exists file_put_contents » PHP Manual ファイルシステム 関数 ファイルの内容を全て文字列に読 ... み込む file_get_contents (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) fil ... e_get_contents — ファイルの内容を全て文字列に読み込む 説 ... 明 file_get_contents ( string $filename , bool $use_include_pa ... に読み込むという点が異なります。 失敗した場合、 file_get_contents() は false を返します。 file_get_contents ...
https://man.plustar.jp/php/function.file-get-contents.html - [similar]
すべての GeoIP データベース形式についての詳細情報を返す 2964
« geoip_db_filename geoip_domain_by_name » PHP Manual GeoIP 関数 すべての GeoIP データベース形式 ... についての詳細情報を返す geoip_db_get_all_info (PECL geoip >= 1.0.1) geoip_db_get_all_in ... ータベース形式についての詳細情報を返す 説明 geoip_db_get_all_info (): array geoip_db_get_all_info() 関数は、 ... ません。 戻り値 連想配列を返します。 例 例1 geoip_db_get_all_info() の例 これは、すべての情報を含む配列を表 ... 示します。 <?php $infos = geoip_db_get_all_info (); if ( is_array ( $infos )) { var_dump ...
https://man.plustar.jp/php/function.geoip-db-get-all-info.html - [similar]
オブジェクトの親クラスの名前を取得する 2964
« get_object_vars interface_exists » PHP Manual クラス/オブジェクト関数 オブジェクトの親クラスの ... 名前を取得する get_parent_class (PHP 4, PHP 5, PHP 7, PHP 8) get_pare ... lass — オブジェクトの親クラスの名前を取得する 説明 get_parent_class ( object | string $object_or_class = ... 有効なクラス名を受け入れるようになりました。 例 例1 get_parent_class() の使用例 <?php class Dad { function ... ends Dad { function __construct () { echo "I'm " , get_parent_class ( $this ) , "'s son\n" ; } } class Ch ...
https://man.plustar.jp/php/function.get-parent-class.html - [similar]