Results of 1 - 10 of about 19 for minute (0.022 sec.)
- 指定した日付/時刻の詳細な情報を連想配列で返す 12328
- « date_parse_from_format date_sub » PHP Manual 日付・時刻 関数 指定した日付/時刻の詳細な情報を連
...
th' => int(12) 'day' => int(12) 'hour' => int(10) 'minute' => int(0) 'second' => int(0) 'fraction' => double ...
onth' => int(6) 'day' => int(2) 'hour' => int(10) 'minute' => int(28) 'second' => int(17) 'fraction' => doub ...
onth' => int(6) 'day' => int(2) 'hour' => int(10) 'minute' => int(28) 'second' => int(17) 'fraction' => doub ...
' => int(6) 'day' => int(2) 'hour' => bool(false) 'minute' => bool(false) 'second' => bool(false) 'fraction' ...
-
https://man.plustar.jp/php/function.date-parse.html
- [similar]
- 時刻を設定する 11833
- « DateTime::setISODate DateTime::setTimestamp » PHP Manual DateTime 時刻を設定する DateTime::set
...
ト指向型 public DateTime::setTime ( int $hour , int $minute , int $second = 0 , int $microsecond = 0 ): DateTi ...
ate_time_set ( DateTime $object , int $hour , int $minute , int $second = 0 , int $microsecond = 0 ): DateTi ...
、このオブジェクトを変更します。 hour その時刻の時。 minute その時刻の分。 second その時刻の秒。 microsecond そ ...
ime , 設定 , int , オブジェクト , setTime , date , minute , microsecond , second ...
-
https://man.plustar.jp/php/datetime.settime.html
- [similar]
- 時刻または複数の共通フィールドを一度に設定する 10945
- « IntlCalendar::roll IntlCalendar::setFirstDayOfWeek » PHP Manual IntlCalendar 時刻または複数の共
...
, int $dayOfMonth = NULL , int $hour = NULL , int $minute = NULL , int $second = NULL ): bool 手続き型 intlc ...
, int $dayOfMonth = NULL , int $hour = NULL , int $minute = NULL , int $second = NULL ): bool 特定のフィール ...
tlCalendar::FIELD_HOUR_OF_DAY に設定する新しい値。 minute IntlCalendar::FIELD_MINUTE に設定する新しい値。 se ...
Calendar , 時刻 , 共通 , 複数 , dayOfMonth , cal , minute ...
-
https://man.plustar.jp/php/intlcalendar.set.html
- [similar]
- GMT 日付から Unix タイムスタンプを取得する 9937
- « gmdate gmstrftime » PHP Manual 日付・時刻 関数 GMT 日付から Unix タイムスタンプを取得する gmmk
...
タンプを取得する 説明 gmmktime ( int $hour , ? int $minute = null , ? int $second = null , ? int $month = nul ...
り大きい値は、その翌日以降の該当する時間を表します。 minute hour 時 0 分から数えた「分」。 負の値は、その前の時 ...
、その次の時間以降の該当する時間を表します。 second minute 分 0 秒から数えた「秒」。 負の値は、その前の時刻を ...
8.0.0 hour はオプションではなくなりました。 8.0.0 minute , second , month , day , year は、nullable になりま ...
-
https://man.plustar.jp/php/function.gmmktime.html
- [similar]
- グレゴリオ暦の Calendar クラスを作成する 9562
- « IntlGregorianCalendar IntlGregorianCalendar::getGregorianChange » PHP Manual IntlGregorianCale
...
localeOrMonth , int $dayOfMonth , int $hour , int $minute , int $second = ? ) 警告 この関数は、 現在のところ ...
ocale timeZoneOrYear localeOrMonth dayOfMonth hour minute second 関連キーワード: int , IntlGregorianCalendar ...
-
https://man.plustar.jp/php/intlgregoriancalendar.construct.html
- [similar]
- 日付を Unix のタイムスタンプとして取得する 9306
- « microtime strftime » PHP Manual 日付・時刻 関数 日付を Unix のタイムスタンプとして取得する mkt
...
ンプとして取得する 説明 mktime ( int $hour , ? int $minute = null , ? int $second = null , ? int $month = nul ...
り大きい値は、その翌日以降の該当する時間を表します。 minute hour 時 0 分から数えた「分」。 負の値は、その前の時 ...
、その次の時間以降の該当する時間を表します。 second minute 分 0 秒から数えた「秒」。 負の値は、その前の時刻を ...
.0.0 hour は、オプションではなくなりました。 8.0.0 minute , second , month , day , year は、nullable になりま ...
-
https://man.plustar.jp/php/function.mktime.html
- [similar]
- 指定された時刻と、このオブジェクトの時刻の差を計算する 9186
- « IntlCalendar::equals IntlCalendar::fromDateTime » PHP Manual IntlCalendar 指定された時刻と、こ
...
s), %d month(s), " . "%d day(s), %d hour(s) and %d minute(s)\n" , $cal1 -> fieldDifference ( $time , IntlCal ...
-> fieldDifference ( $time , IntlCalendar :: FIELD_MINUTE ) ); //now it was advanced to the target time, exc ...
1 year(s), 0 month(s), 1 day(s), 0 hour(s) and 19 minute(s) Time after: 1 mars 2013 09:19:11 関連キーワード ...
-
https://man.plustar.jp/php/intlcalendar.fielddifference.html
- [similar]
- IntlGregorianCalendar クラス 8793
- « IntlCalendar::toDateTime IntlGregorianCalendar::__construct » PHP Manual intl IntlGregorianCal
...
D_HOUR_OF_DAY = 11 ; const int IntlCalendar::FIELD_MINUTE = 12 ; const int IntlCalendar::FIELD_SECOND = 13 ; ...
localeOrMonth , int $dayOfMonth , int $hour , int $minute , int $second = ? ) public getGregorianChange (): ...
, int $dayOfMonth = NULL , int $hour = NULL , int $minute = NULL , int $second = NULL ): bool public IntlCal ...
-
https://man.plustar.jp/php/class.intlgregoriancalendar.html
- [similar]
- 時刻を設定する 8418
- « DateTimeImmutable::setISODate DateTimeImmutable::setTimestamp » PHP Manual DateTimeImmutable 時
...
blic DateTimeImmutable::setTime ( int $hour , int $minute , int $second = 0 , int $microsecond = 0 ): DateTi ...
、このオブジェクトを変更します。 hour その時刻の時。 minute その時刻の分。 second その時刻の秒。 microsecond そ ...
-
https://man.plustar.jp/php/datetimeimmutable.settime.html
- [similar]
- IntlCalendar クラス 8179
- « MessageFormatter::setPattern IntlCalendar::add » PHP Manual intl IntlCalendar クラス IntlCalen
...
const int FIELD_HOUR_OF_DAY = 11 ; const int FIELD_MINUTE = 12 ; const int FIELD_SECOND = 13 ; const int FIE ...
, int $dayOfMonth = NULL , int $hour = NULL , int $minute = NULL , int $second = NULL ): bool public setFirs ...
有効な値は 0 から 23 までです。 IntlCalendar::FIELD_MINUTE カレンダーの、分を表すフィールド。 IntlCalendar::F ...
Calendar::FIELD_HOUR_OF_DAY や IntlCalendar::FIELD_MINUTE 、 IntlCalendar::FIELD_SECOND 、そして IntlCalenda ...
-
https://man.plustar.jp/php/class.intlcalendar.html
- [similar]