検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 440 for last (0.206 sec.)
Finalizes all add/deletes made to the index 4058
« SolrClient::addDocuments SolrClient::__construct » PHP Manual SolrClient Finalizes all add/del ... s a loss of power, changes that occurred after the last hard commit will be lost. Search collections that ... lbacks all add/deletes made to the index since the last commit 関連キーワード: deletes , commit , all , Fi ...
https://man.plustar.jp/php/solrclient.commit.html - [similar]
CUBRID 4025
« ベンダー固有のモジュール はじめに » PHP Manual ベンダー固有のモジュール CUBRID CUBRID はじめに ... e most recent function call cubrid_error_msg — Get last error message for the most recent function call cu ... cubrid_insert_id — Return the ID generated for the last updated AUTO_INCREMENT column cubrid_is_instance — ... d_rows — Return the number of rows affected by the last SQL statement cubrid_client_encoding — Return the ...
https://man.plustar.jp/php/book.cubrid.html - [similar]
FANN (Fast Artificial Neural Network) 4025
« geoip_time_zone_by_country_and_region はじめに » PHP Manual その他の基本モジュール FANN (Fast ... e network was created fann_get_errno — Returns the last error number fann_get_errstr — Returns the last er ... stores training data fann_reset_errno — Resets the last error number fann_reset_errstr — Resets the last e ...
https://man.plustar.jp/php/book.fann.html - [similar]
日付/時刻 の算術 4025
« 例 DateTime » PHP Manual 例 日付/時刻 の算術 日付/時刻 の算術 以下の例は、DST(夏時間) への移行 ... 日を得るために(つまり、オーバーフローを避けるため)、 last day of フォーマットも利用できます。 <?php echo "No ... Y-m-d H:i:s P" ), PHP_EOL ; $dt = $dt -> modify ( "last day of next month" ); echo "End: " , $dt -> format ... Y-m-d H:i:s P" ), PHP_EOL ; $dt = $dt -> modify ( "last day of next month" ); echo "End: " , $dt -> format ...
https://man.plustar.jp/php/datetime.examples-arithmetic.html - [similar]
配列の最初のキーを得る 4025
« array_key_exists array_key_last » PHP Manual 配列 関数 配列の最初のキーを得る array_key_first ... eturn $key ; } return NULL ; } } ?> 参考 array_key_last() - 配列の最後のキーを得る reset() - 配列の内部ポイ ...
https://man.plustar.jp/php/function.array-key-first.html - [similar]
ファイルのアクセス権限を判断する 4025
« POSIX 関数 posix_ctermid » PHP Manual POSIX 関数 ファイルのアクセス権限を判断する posix_access ... と書き込みが可能です!' ; } else { $error = posix_get_last_error (); echo "エラー $error : " . posix_strerror ... ( $error ); } ?> 注意 参考 posix_get_last_error() - 直近で失敗した posix 関数が設定したエラー ...
https://man.plustar.jp/php/function.posix-access.html - [similar]
スペシャルファイルあるいは通常のファイルを作成する (POSIX.1) 4025
« posix_mkfifo posix_setegid » PHP Manual POSIX 関数 スペシャルファイルあるいは通常のファイルを作 ... s , $major , $minor )) { die( 'Error ' . posix_get_last_error () . ': ' . posix_strerror ( posix_get_last_ ...
https://man.plustar.jp/php/function.posix-mknod.html - [similar]
スクリプトを SCM に登録し、指定した名前でサービスとして稼動させる ようにする 4025
« win32_set_service_status win32_start_service » PHP Manual win32service 関数 スクリプトを SCM に ... きかを確認することです。 これは、定期的に win32_get_last_control_message() をコールして戻り値を適切に処理す ... ); while ( WIN32_SERVICE_CONTROL_STOP != win32_get_last_control_message ()) { # ここでなんらかの処理をしま ... vice_status() - サービスの状態を更新する win32_get_last_control_message() - サービスに送信された直近の制御 ...
https://man.plustar.jp/php/function.win32-start-service-ctrl-dispatcher.html - [similar]
負のタイムゾーンオフセットを適用した際に、繰り返される実時間をどう扱うかを設定す... 4025
« IntlCalendar::setMinimalDaysInFirstWeek IntlCalendar::setSkippedWallTimeOption » PHP Manual In ... を設定します。 デフォルト値は IntlCalendar::WALLTIME_LAST (夏時間後に、時間を進めた時を採用する) ですが、 In ... lCalendar::WALLTIME_FIRST , IntlCalendar::WALLTIME_LAST のいずれかです。 戻り値 常に true を返します。 例 ...
https://man.plustar.jp/php/intlcalendar.setrepeatedwalltimeoption.html - [similar]
PostgreSQL 関数 4025
« 基本的な使い方 pg_affected_rows » PHP Manual PostgreSQL PostgreSQL 関数 PostgreSQL 関数 注意 注 ... スト名を返す pg_insert — テーブルに配列を挿入する pg_last_error — 特定の接続から直近のエラーメッセージ文字列 ... を取得する pg_last_notice — PostgreSQL サーバーからの直近の通知メッセ ... ージを返す pg_last_oid — 直近の行のオブジェクト ID を返す pg_lo_close ... ンコーディングを設定する pg_set_error_verbosity — pg_last_error および pg_result_error が返すメッセージの詳細 ...
https://man.plustar.jp/php/ref.pgsql.html - [similar]