検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 306 for first (0.031 sec.)
Cancels a statement 4226
« sqlsrv_begin_transaction sqlsrv_client_info » PHP Manual SQLSRV 関数 Cancels a statement sqlsr ... $count ++; } echo " $count sales accounted for the first $ $salesTotal in revenue.<br />" ; // Cancel the p ...
https://man.plustar.jp/php/function.sqlsrv-cancel.html - [similar]
Commits a transaction that was begun with sqlsrv_begin_transaction 4226
« sqlsrv_close sqlsrv_configure » PHP Manual SQLSRV 関数 Commits a transaction that was begun wi ... 10 ; $productId = 100 ; /* Set up and execute the first query. */ $sql1 = "INSERT INTO OrdersTable (ID, Qu ...
https://man.plustar.jp/php/function.sqlsrv-commit.html - [similar]
Gets field data from the currently selected row 4226
« sqlsrv_get_config sqlsrv_has_rows » PHP Manual SQLSRV 関数 Gets field data from the currently ... print_r ( sqlsrv_errors (), true )); } // Make the first (and in this case, only) row of the result set ava ...
https://man.plustar.jp/php/function.sqlsrv-get-field.html - [similar]
Rolls back a transaction that was begun with sqlsrv_begin_transaction 4226
« sqlsrv_query sqlsrv_rows_affected » PHP Manual SQLSRV 関数 Rolls back a transaction that was b ... 10 ; $productId = 100 ; /* Set up and execute the first query. */ $sql1 = "INSERT INTO OrdersTable (ID, Qu ...
https://man.plustar.jp/php/function.sqlsrv-rollback.html - [similar]
バイナリセーフで大文字小文字を区別しない文字列比較を、最初の n 文字について行う 4226
« strnatcmp strncmp » PHP Manual String 関数 バイナリセーフで大文字小文字を区別しない文字列比較を ... strncasecmp ( $var1 , $var2 , 5 ) === 0 ) { echo 'First 5 characters of $var1 and $var2 are equals in a ca ...
https://man.plustar.jp/php/function.strncasecmp.html - [similar]
Add a high priority task to run in parallel 4226
« GearmanClient::addTaskBackground GearmanClient::addTaskHighBackground » PHP Manual GearmanClie ... run one at a time, with the high priority task run first. <?php # create the gearman client $gmc = new Gear ...
https://man.plustar.jp/php/gearmanclient.addtaskhigh.html - [similar]
Get the status of a background job 4226
« GearmanClient::getErrno GearmanClient::ping » PHP Manual GearmanClient Get the status of a bac ... job corresponding to the supplied job handle. The first array element is a boolean indicating whether the ...
https://man.plustar.jp/php/gearmanclient.jobstatus.html - [similar]
二次ベジエ曲線を描画する 4226
« ImagickDraw::pathCurveToAbsolute ImagickDraw::pathCurveToQuadraticBezierRelative » PHP Manual ... on as the start // point, the control point is the first two params, and the end point is the last two para ...
https://man.plustar.jp/php/imagickdraw.pathcurvetoquadraticbezierabsolute.html - [similar]
特定の年や月における、最初の週の日数の最小値を返す 4226
« IntlCalendar::getMaximum IntlCalendar::getMinimum » PHP Manual IntlCalendar 特定の年や月におけ ... 週の日数の最小値を返す IntlCalendar::getMinimalDaysInFirstWeek (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1 ... ) IntlCalendar::getMinimalDaysInFirstWeek — 特定の年や月における、最初の週の日数の最小値 ... ジェクト指向型 public IntlCalendar::getMinimalDaysInFirstWeek (): int | false 手続き型 intlcal_get_minimal_d ... ays_in_first_week ( IntlCalendar $calendar ): int | false 特定の ...
https://man.plustar.jp/php/intlcalendar.getminimaldaysinfirstweek.html - [similar]
オブジェクトの時刻が夏時間かを調べる 4226
« IntlCalendar::getWeekendTransition IntlCalendar::isEquivalentTo » PHP Manual IntlCalendar オブ ... tRepeatedWallTimeOption ( IntlCalendar :: WALLTIME_FIRST ); $cal -> set ( IntlCalendar :: FIELD_HOUR_OF_DAY ...
https://man.plustar.jp/php/intlcalendar.indaylighttime.html - [similar]