検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 123 for second (0.012 sec.)
指定したオフセットに値を設定する 6292
« ArrayAccess::offsetGet ArrayAccess::offsetUnset » PHP Manual ArrayAccess 指定したオフセットに値 ... rrayaccess [] = "first value" ; $arrayaccess [] = "second value" ; print_r ( $arrayaccess ); ?> 上の例の出力 ... は以下となります。 Array ( [0] => first value [1] => second value ) 注意 : この関数は、参照による代入の場合には ...
https://man.plustar.jp/php/arrayaccess.offsetset.html - [similar]
IntlGregorianCalendar クラス 6292
« IntlCalendar::toDateTime IntlGregorianCalendar::__construct » PHP Manual intl IntlGregorianCal ... :FIELD_MINUTE = 12 ; const int IntlCalendar::FIELD_SECOND = 13 ; const int IntlCalendar::FIELD_MILLISECOND = ... LIAN_DAY = 20 ; const int IntlCalendar::FIELD_MILLISECONDS_IN_DAY = 21 ; const int IntlCalendar::FIELD_IS_LE ... , int $dayOfMonth , int $hour , int $minute , int $second = ? ) public getGregorianChange (): float public i ... ULL , int $hour = NULL , int $minute = NULL , int $second = NULL ): bool public IntlCalendar::setFirstDayOfW ...
https://man.plustar.jp/php/class.intlgregoriancalendar.html - [similar]
配列のすべてのキーの大文字小文字を変更する 6292
« 配列 関数 array_chunk » PHP Manual 配列 関数 配列のすべてのキーの大文字小文字を変更する array_ ... ) の例 <?php $input_array = array( "FirSt" => 1 , "SecOnd" => 4 ); print_r ( array_change_key_case ( $input_ ... 上の例の出力は以下となります。 Array ( [FIRST] => 1 [SECOND] => 4 ) 注意 注意 : 配列の添字に、この関数を使うこ ...
https://man.plustar.jp/php/function.array-change-key-case.html - [similar]
Establish the environment for connecting to CUBRID server 6292
« cubrid_commit cubrid_connect » PHP Manual CUBRID 関数 Establish the environment for connecting ... st>:<port>] <host> := HOSTNAME | IP_ADDR <time> := SECOND <milli_sec> := MILLI SECOND host : A host name or ... database at every rctime. The default value is 600 seconds. login_timeout : Timeout value (unit: msec.) for ... the database. passwd User password. new_link If a second call is made to cubrid_connect_with_url() with the ...
https://man.plustar.jp/php/function.cubrid-connect-with-url.html - [similar]
Open a persistent connection to CUBRID server 6292
« cubrid_num_rows cubrid_pconnect » PHP Manual CUBRID 関数 Open a persistent connection to CUBRI ... l be returned instead of opening a new connection. Second, the connection to the SQL server will not be clos ... st>:<port>] <host> := HOSTNAME | IP_ADDR <time> := SECOND <milli_sec> := MILLI SECOND host : A host name or ... database at every rctime. The default value is 600 seconds. login_timeout : Timeout value (unit: msec.) for ...
https://man.plustar.jp/php/function.cubrid-pconnect-with-url.html - [similar]
PHP 変数を SQL 文のパラメータにバインドする 6292
« db2_autocommit db2_client_info » PHP Manual IBM DB2 関数 PHP 変数を SQL 文のパラメータにバイン ... db2_prepare ( $conn , $sql ); $name = "Peaches" ; $second_name = "Rickety Ride" ; $weight = 0 ; db2_bind_par ... e" , DB2_PARAM_IN ); db2_bind_param ( $stmt , 2 , "second_name" , DB2_PARAM_INOUT ); db2_bind_param ( $stmt ... のバインド変数の値:\n" ; print " 1: { $name } 2: { $second_name } 3: { $weight } \n\n" ; if ( db2_execute ( $ ... のバインド変数の値:\n" ; print " 1: { $name } 2: { $second_name } 3: { $weight } \n\n" ; print "結果:\n" ; wh ...
https://man.plustar.jp/php/function.db2-bind-param.html - [similar]
Pause the CPU usage timer 6218
« LuaSandbox::loadString LuaSandbox::registerLibrary » PHP Manual LuaSandbox Pause the CPU usage ... d then that Lua function calls into PHP again, the second PHP call will not be able to pause the timer. The ... logic is that even though the second PHP call would avoid counting the CPU usage agains ...
https://man.plustar.jp/php/luasandbox.pauseusagetimer.html - [similar]
日付を Unix のタイムスタンプとして取得する 6144
« microtime strftime » PHP Manual 日付・時刻 関数 日付を Unix のタイムスタンプとして取得する mkt ... mktime ( int $hour , ? int $minute = null , ? int $second = null , ? int $month = null , ? int $day = null , ... きい値は、その次の時間以降の該当する時間を表します。 second minute 分 0 秒から数えた「秒」。 負の値は、その前の ... は、オプションではなくなりました。 8.0.0 minute , second , month , day , year は、nullable になりました。 例 ...
https://man.plustar.jp/php/function.mktime.html - [similar]
The EvTimer class 6070
« EvStat::stat EvTimer::again » PHP Manual Ev The EvTimer class The EvTimer class (PECL ev >= 0. ... t is, if a timer is configured to trigger every 10 seconds, then it will normally trigger at exactly 10 seco ... th the timer because it takes longer than those 10 seconds to do) the timer will not fire more than once per ... ically be configured to trigger again every repeat seconds later, until stopped manually. remaining Returns ... ng returns 5.0 . When the timer is started and one second passes, remaining will return 4.0 . When the timer ...
https://man.plustar.jp/php/class.evtimer.html - [similar]
時刻を設定する 6070
« DateTimeImmutable::setISODate DateTimeImmutable::setTimestamp » PHP Manual DateTimeImmutable 時 ... mmutable::setTime ( int $hour , int $minute , int $second = 0 , int $microsecond = 0 ): DateTimeImmutable 指 ... 更します。 hour その時刻の時。 minute その時刻の分。 second その時刻の秒。 microsecond その時刻のマイクロ秒。 ... se を返します. 変更履歴 バージョン 説明 7.1.0 microsecond パラメータが追加されました。 例 例1 DateTimeImmuta ... table , 設定 , setTime , int , オブジェクト , microsecond , 変更 , 出力 , パラメータ ...
https://man.plustar.jp/php/datetimeimmutable.settime.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT