Results of 1 - 10 of about 20 for formatObject (0.003 sec.)
- オブジェクトの書式を設定する 14274
- « IntlDateFormatter::format IntlDateFormatter::getCalendar » PHP Manual IntlDateFormatter オブジ
...
ェクトの書式を設定する IntlDateFormatter::formatObject datefmt_format_object (PHP 5 >= 5.5.0, PHP 7, PHP ...
8, PECL intl >= 3.0.0) IntlDateFormatter::formatObject -- datefmt_format_object — オブジェクトの書式を設定 ...
オブジェクト指向型 public static IntlDateFormatter::formatObject ( IntlCalendar | DateTime $datetime , array | int ...
場合に false を返します。 例 例1 IntlDateFormatter::formatObject() の例 <?php /* デフォルトのタイムゾーンは利用せず ...
-
https://man.plustar.jp/php/intldateformatter.formatobject.html
- [similar]
- 特定の年や月における、最初の週の日数の最小値を返す 10230
- « IntlCalendar::getMaximum IntlCalendar::getMinimum » PHP Manual IntlCalendar 特定の年や月におけ
...
January */ , 2 ); var_dump ( IntlDateFormatter :: formatObject ( $cal , 'cccc' )); // Wednesday var_dump ( $cal - ...
// Week 1 of 2013 var_dump ( IntlDateFormatter :: formatObject ( $cal , "'Week 'w' of 'Y" )); $cal -> setMinimalD ...
s in the new year) var_dump ( IntlDateFormatter :: formatObject ( $cal , "'Week 'w' of 'Y" )); $cal -> setMinimalD ...
// Week 53 of 2012 var_dump ( IntlDateFormatter :: formatObject ( $cal , "'Week 'w' of 'Y" )); 上の例の出力は以下と ...
-
https://man.plustar.jp/php/intlcalendar.getminimaldaysinfirstweek.html
- [similar]
- 日付と時刻の解釈を「緩いモード」で行うかを取得する 10230
- « IntlCalendar::isEquivalentTo IntlCalendar::isSet » PHP Manual IntlCalendar 日付と時刻の解釈を「
...
/* July */ , 1 ); var_dump ( IntlDateFormatter :: formatObject ( $cal ), // 01/07/2013, 00:00:00 $cal -> isLenien ...
Y_OF_MONTH , 33 ); var_dump ( IntlDateFormatter :: formatObject ( $cal )); // 02/08/2013, 00:00:00 $cal -> setLeni ...
Y_OF_MONTH , 33 ); var_dump ( IntlDateFormatter :: formatObject ( $cal )); // error 上の例の出力は以下となります。 ...
0 /home/foobar/example.php(16): IntlDateFormatter::formatObject(Object(IntlGregorianCalendar)) #1 {main} thrown in ...
-
https://man.plustar.jp/php/intlcalendar.islenient.html
- [similar]
- エポックからのカレンダーの時刻をミリ秒単位で設定する 9210
- « IntlCalendar::setSkippedWallTimeOption IntlCalendar::setTimeZone » PHP Manual IntlCalendar エポ
...
y */ , 1 , 12 , 0 , 0 ); echo IntlDateFormatter :: formatObject ( $cal , IntlDateFormatter :: FULL ), "\n" ; /* In ...
:30:00 UTC' ) * 1000. ); echo IntlDateFormatter :: formatObject ( $cal , IntlDateFormatter :: FULL ), "\n" ; $cal ...
:30:00 UTC' ) * 1000. ); echo IntlDateFormatter :: formatObject ( $cal , IntlDateFormatter :: FULL ), "\n" ; 上の例 ...
-
https://man.plustar.jp/php/intlcalendar.settime.html
- [similar]
- 単一または全てのフィールドをクリアする 9108
- « IntlCalendar::before IntlCalendar::__construct » PHP Manual IntlCalendar 単一または全てのフィー
...
s ( $cal )); echo "\n" ; echo IntlDateFormatter :: formatObject ( $cal ), "\n" ; echo "After the formatter request ...
date stays the same\n" ; echo IntlDateFormatter :: formatObject ( $cal ), "\n" ; echo "because FIELD_EXTENDED_YEAR ...
getSetFields ( $cal )); echo IntlDateFormatter :: formatObject ( $cal ), "\n" ; echo "\n" ; echo "After the field ...
getSetFields ( $cal )); echo IntlDateFormatter :: formatObject ( $cal ), "\n" ; 上の例の出力は以下となります。 Af ...
-
https://man.plustar.jp/php/intlcalendar.clear.html
- [similar]
- フィールドに (符号付きの) 一定量の時間を追加する 8989
- « IntlCalendar IntlCalendar::after » PHP Manual IntlCalendar フィールドに (符号付きの) 一定量の時
...
0 /* January */ , 31 ); echo IntlDateFormatter :: formatObject ( $cal ), "\n" ; $cal -> add ( IntlCalendar :: FIE ...
LD_MONTH , 1 ); echo IntlDateFormatter :: formatObject ( $cal ), "\n" ; $cal -> add ( IntlCalendar :: FIE ...
LD_DAY_OF_MONTH , 1 ); echo IntlDateFormatter :: formatObject ( $cal ), "\n" ; 上の例の出力は以下となります。 31 ...
-
https://man.plustar.jp/php/intlcalendar.add.html
- [similar]
- このカレンダーで使うタイムゾーンを設定する 8870
- « IntlCalendar::setTime IntlCalendar::toDateTime » PHP Manual IntlCalendar このカレンダーで使うタ
...
y */ , 1 , 12 , 0 , 0 ); echo IntlDateFormatter :: formatObject ( $cal , IntlDateFormatter :: FULL ), "\n" ; echo ...
lTimeZone :: getGMT ()); echo IntlDateFormatter :: formatObject ( $cal , IntlDateFormatter :: FULL ), "\n" ; echo ...
imeZone ( 'GMT+03:33' ); echo IntlDateFormatter :: formatObject ( $cal , IntlDateFormatter :: FULL ), "\n" ; echo ...
-
https://man.plustar.jp/php/intlcalendar.settimezone.html
- [similar]
- 新しい IntlCalendar を作成する 8768
- « IntlCalendar::__construct IntlCalendar::equals » PHP Manual IntlCalendar 新しい IntlCalendar を
...
ar_dump ( get_class ( $cal ), IntlDateFormatter :: formatObject ( $cal , IntlDateFormatter :: FULL )); echo "\n" ; ...
ar_dump ( get_class ( $cal ), IntlDateFormatter :: formatObject ( $cal , IntlDateFormatter :: FULL )); echo "\n" ; ...
ar_dump ( get_class ( $cal ), IntlDateFormatter :: formatObject ( $cal , IntlDateFormatter :: FULL )); 上の例の出力 ...
-
https://man.plustar.jp/php/intlcalendar.createinstance.html
- [similar]
- もっとも適合した 日付/時刻 のフォーマットを決定する 8530
- « IntlDatePatternGenerator::create IntlPartsIterator » PHP Manual IntlDatePatternGenerator もっと
...
$skeleton ); echo 'de: ' , \ IntlDateFormatter :: formatObject ( $today , $pattern , 'de_DE' ), "\n" ; $patternGe ...
$skeleton ); echo 'en: ' , \ IntlDateFormatter :: formatObject ( $today , $pattern , 'en_US' ); ?> 上の例の出力は ...
-
https://man.plustar.jp/php/intldatepatterngenerator.getbestpattern.html
- [similar]
- 週の始まりと見なされる曜日を設定する 8309
- « IntlCalendar::set IntlCalendar::setLenient » PHP Manual IntlCalendar 週の始まりと見なされる曜日
...
fWeek ()); // 2 (Monday) echo IntlDateFormatter :: formatObject ( $cal , <<<EOD 'local day of week: 'cc' week of m ...
alendar :: DOW_SUNDAY ); echo IntlDateFormatter :: formatObject ( $cal , <<<EOD 'local day of week: 'cc' week of m ...
-
https://man.plustar.jp/php/intlcalendar.setfirstdayofweek.html
- [similar]