検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 53 for IntlDateFormatter (0.016 sec.)
タイムゾーンを設定する 8052
« IntlDateFormatter::setPattern ResourceBundle » PHP Manual IntlDateFormatter タイムゾーンを設定 ... する IntlDateFormatter::setTimeZone datefmt_set_timezone (PHP 5 >= 5.5.0, ... PHP 7, PHP 8, PECL intl >= 3.0.0) IntlDateFormatter::setTimeZone -- datefmt_set_timezone — タイムゾーン ... を設定する 説明 オブジェクト指向型 public IntlDateFormatter::setTimeZone ( IntlTimeZone | DateTimeZone | strin ... timezone ): ? bool 手続き型 datefmt_set_timezone ( IntlDateFormatter $formatter , IntlTimeZone | DateTimeZone | string ...
https://man.plustar.jp/php/intldateformatter.settimezone.html - [similar]
国際化関数 7888
« ob_iconv_handler はじめに » PHP Manual 自然言語および文字エンコーディング 国際化関数 国際化関数 ... のタイムゾーンが夏時間を採用しているかどうかを調べる IntlDateFormatterIntlDateFormatter クラス IntlDateFormatter::crea ... te — Date Formatter を作成する IntlDateFormatter::format — 日付/時刻 の値を文字列としてフォーマット ... する IntlDateFormatter::formatObject — オブジェクトの書式を設定する IntlD ... ateFormatter::getCalendar — IntlDateFormatter が使用するカレンダー型を取得する IntlDateFormatter ...
https://man.plustar.jp/php/book.intl.html - [similar]
エポックからのカレンダーの時刻をミリ秒単位で設定する 7099
« IntlCalendar::setSkippedWallTimeOption IntlCalendar::setTimeZone » PHP Manual IntlCalendar エポ ... ndar ( 2013 , 5 /* May */ , 1 , 12 , 0 , 0 ); echo IntlDateFormatter :: formatObject ( $cal , IntlDateFormatter :: FULL ... time ( '2013-10-27 00:30:00 UTC' ) * 1000. ); echo IntlDateFormatter :: formatObject ( $cal , IntlDateFormatter :: FULL ... time ( '2013-10-27 01:30:00 UTC' ) * 1000. ); echo IntlDateFormatter :: formatObject ( $cal , IntlDateFormatter :: FULL ...
https://man.plustar.jp/php/intlcalendar.settime.html - [similar]
このカレンダーで使うタイムゾーンを設定する 6965
« IntlCalendar::setTime IntlCalendar::toDateTime » PHP Manual IntlCalendar このカレンダーで使うタ ... ndar ( 2013 , 5 /* May */ , 1 , 12 , 0 , 0 ); echo IntlDateFormatter :: formatObject ( $cal , IntlDateFormatter :: FULL ... -> setTimeZone ( IntlTimeZone :: getGMT ()); echo IntlDateFormatter :: formatObject ( $cal , IntlDateFormatter :: FULL ... } )\n" ; $cal -> setTimeZone ( 'GMT+03:33' ); echo IntlDateFormatter :: formatObject ( $cal , IntlDateFormatter :: FULL ...
https://man.plustar.jp/php/intlcalendar.settimezone.html - [similar]
新しい IntlCalendar を作成する 6906
« IntlCalendar::__construct IntlCalendar::equals » PHP Manual IntlCalendar 新しい IntlCalendar を ... "No arguments\n" ; var_dump ( get_class ( $cal ), IntlDateFormatter :: formatObject ( $cal , IntlDateFormatter :: FULL ... Zone :: getGMT ()); var_dump ( get_class ( $cal ), IntlDateFormatter :: formatObject ( $cal , IntlDateFormatter :: FULL ... alendar=persian' ); var_dump ( get_class ( $cal ), IntlDateFormatter :: formatObject ( $cal , IntlDateFormatter :: FULL ...
https://man.plustar.jp/php/intlcalendar.createinstance.html - [similar]
特定の年や月における、最初の週の日数の最小値を返す 6653
« IntlCalendar::getMaximum IntlCalendar::getMinimum » PHP Manual IntlCalendar 特定の年や月におけ ... alendar ( 2013 , 0 /* January */ , 2 ); var_dump ( IntlDateFormatter :: formatObject ( $cal , 'cccc' )); // Wednesday v ... ek ()); // 1 (Sunday) // Week 1 of 2013 var_dump ( IntlDateFormatter :: formatObject ( $cal , "'Week 'w' of 'Y" )); $ca ... 3 (1st week has 5 days in the new year) var_dump ( IntlDateFormatter :: formatObject ( $cal , "'Week 'w' of 'Y" )); $ca ... ysInFirstWeek ( 6 ); // Week 53 of 2012 var_dump ( IntlDateFormatter :: formatObject ( $cal , "'Week 'w' of 'Y" )); 上の ...
https://man.plustar.jp/php/intlcalendar.getminimaldaysinfirstweek.html - [similar]
日付と時刻の解釈を「緩いモード」で行うかを取得する 6653
« IntlCalendar::isEquivalentTo IntlCalendar::isSet » PHP Manual IntlCalendar 日付と時刻の解釈を「 ... anCalendar ( 2013 , 6 /* July */ , 1 ); var_dump ( IntlDateFormatter :: formatObject ( $cal ), // 01/07/2013, 00:00:00 ... lCalendar :: FIELD_DAY_OF_MONTH , 33 ); var_dump ( IntlDateFormatter :: formatObject ( $cal )); // 02/08/2013, 00:00:00 ... lCalendar :: FIELD_DAY_OF_MONTH , 33 ); var_dump ( IntlDateFormatter :: formatObject ( $cal )); // error 上の例の出力は ... p:16 Stack trace: #0 /home/foobar/example.php(16): IntlDateFormatter::formatObject(Object(IntlGregorianCalendar)) #1 {m ...
https://man.plustar.jp/php/intlcalendar.islenient.html - [similar]
現在時刻を示す数値を取得する 6608
« IntlCalendar::getMinimum IntlCalendar::getRepeatedWallTimeOption » PHP Manual IntlCalendar 現在 ... 。 例 例1 IntlCalendar::getNow() <?php $formatter = IntlDateFormatter :: create ( 'es_ES' , IntlDateFormatter :: FULL , ...
https://man.plustar.jp/php/intlcalendar.getnow.html - [similar]
単一または全てのフィールドをクリアする 6400
« IntlCalendar::before IntlCalendar::__construct » PHP Manual IntlCalendar 単一または全てのフィー ... print_r ( getSetFields ( $cal )); echo "\n" ; echo IntlDateFormatter :: formatObject ( $cal ), "\n" ; echo "After the f ... as been cleared, the date stays the same\n" ; echo IntlDateFormatter :: formatObject ( $cal ), "\n" ; echo "because FIE ... leared\n" ; print_r ( getSetFields ( $cal )); echo IntlDateFormatter :: formatObject ( $cal ), "\n" ; echo "\n" ; echo ... uments\n" ; print_r ( getSetFields ( $cal )); echo IntlDateFormatter :: formatObject ( $cal ), "\n" ; 上の例の出力は以下 ...
https://man.plustar.jp/php/intlcalendar.clear.html - [similar]
繰り返される実時間を扱う際の振る舞いを取得する 6400
« IntlCalendar::getNow IntlCalendar::getSkippedWallTimeOption » PHP Manual IntlCalendar 繰り返さ ... alltimeOption ()); // 0 WALLTIME_LAST $formatter = IntlDateFormatter :: create ( NULL , IntlDateFormatter :: FULL , Int ...
https://man.plustar.jp/php/intlcalendar.getrepeatedwalltimeoption.html - [similar]
PREV 1 2 3 4 5 6 NEXT