検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 392 for time (0.032 sec.)
MySQL プロセスのリストを得る 3809
« mysql_list_fields mysql_list_tables » PHP Manual MySQL 関数 MySQL プロセスのリストを得る mysql ... ost" ], $row [ "db" ], $row [ "Command" ], $row [ "Time" ]); } mysql_free_result ( $result ); ?> 上の例の出 ...
https://man.plustar.jp/php/function.mysql-list-processes.html - [similar]
バイナリ属性を設定する 3809
« radius_put_addr radius_put_int » PHP Manual Radius 関数 バイナリ属性を設定する radius_put_attr ... た。 例 例1 radius_put_attr() の例 <?php mt_srand ( time ()); $chall = mt_rand (); $chapval = md5 ( pack ( ...
https://man.plustar.jp/php/function.radius-put-attr.html - [similar]
Executes a statement prepared with sqlsrv_prepare 3809
« sqlsrv_errors sqlsrv_fetch_array » PHP Manual SQLSRV 関数 Executes a statement prepared with s ... ideal for executing a prepared statement multiple times with different parameter values. パラメータ stmt ... t with sqlsrv_prepare() and re-execute it multiple times (with different parameter values) using sqlsrv_ex ... f you update the values of the variables, the next time you execute the statement it will run with updated ...
https://man.plustar.jp/php/function.sqlsrv-execute.html - [similar]
Sends changes from the local working copy to the repository 3809
« svn_client_version svn_delete » PHP Manual SVN 関数 Sends changes from the local working copy ... ion number of commit 1 => string ISO 8601 date and time of commit 2 => name of committer ) Returns false o ...
https://man.plustar.jp/php/function.svn-commit.html - [similar]
Add a high priority task to run in parallel 3809
« GearmanClient::addTaskBackground GearmanClient::addTaskHighBackground » PHP Manual GearmanClie ... orker is available, so that tasks are run one at a time, with the high priority task run first. <?php # cr ...
https://man.plustar.jp/php/gearmanclient.addtaskhigh.html - [similar]
Add a low priority task to run in parallel 3809
« GearmanClient::addTaskHighBackground GearmanClient::addTaskLowBackground » PHP Manual GearmanC ... orker is available, so that tasks are run one at a time, with the low priority task run last. <?php # crea ...
https://man.plustar.jp/php/gearmanclient.addtasklow.html - [similar]
ふたつの IntlCalendar オブジェクトの時刻を比較する 3809
« IntlCalendar::createInstance IntlCalendar::fieldDifference » PHP Manual IntlCalendar ふたつの ... 例 例1 IntlCalendar::equals() <?php ini_set ( 'date.timezone' , 'UTC' ); $cal1 = IntlCalendar :: createInst ... :: createInstance ( NULL , 'pt_PT' ); $cal2 -> setTime ( $cal1 -> getTime ()); var_dump ( $cal1 -> equals ... e ( NULL , 'es_ES@calendar=islamic' ); $cal2 -> setTime ( $cal1 -> getTime ()); var_dump ( $cal1 -> equals ... ( $cal2 )); //TRUE //Only the time is $cal2 = clone $cal1 ; $cal2 -> setTime ( $cal1 ...
https://man.plustar.jp/php/intlcalendar.equals.html - [similar]
DateTime オブジェクトまたは文字列から、IntlCalendar を作成する 3809
« IntlCalendar::fieldDifference IntlCalendar::get » PHP Manual IntlCalendar DateTime オブジェクト ... から、IntlCalendar を作成する IntlCalendar::fromDateTime (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a2) In ... tlCalendar::fromDateTime — DateTime オブジェクトまたは文字列から、IntlCalen ... ブジェクト指向型 public static IntlCalendar::fromDateTime ( DateTime | string $datetime , ? string $locale = ... null ): ? IntlCalendar 手続き型 intlcal_from_date_time ( DateTime | string $datetime , ? string $locale = ...
https://man.plustar.jp/php/intlcalendar.fromdatetime.html - [similar]
フィールドの値を取得する 3809
« IntlCalendar::fromDateTime IntlCalendar::getActualMaximum » PHP Manual IntlCalendar フィールド ... 。 例 例1 IntlCalendar::get() <?php ini_set ( 'date.timezone' , 'Europe/Lisbon' ); ini_set ( 'intl.default_ ... al = IntlCalendar :: createInstance (); // current time var_dump ( IntlDateFormatter :: formatObject ( $ca ...
https://man.plustar.jp/php/intlcalendar.get.html - [similar]
負のタイムゾーンオフセットを適用した際に、繰り返される実時間をどう扱うかを設定す... 3809
« IntlCalendar::setMinimalDaysInFirstWeek IntlCalendar::setSkippedWallTimeOption » PHP Manual In ... をどう扱うかを設定する IntlCalendar::setRepeatedWallTimeOption (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0 ... a1) IntlCalendar::setRepeatedWallTimeOption — 負のタイムゾーンオフセットを適用した際に、 ... ブジェクト指向型 public IntlCalendar::setRepeatedWallTimeOption ( int $option ): bool 手続き型 intlcal_set_r ... epeated_wall_time_option ( IntlCalendar $calendar , int $option ): b ...
https://man.plustar.jp/php/intlcalendar.setrepeatedwalltimeoption.html - [similar]