検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 12 for tz (0.003 sec.)
Basic FFI usage 13071
« 例 PHP Callbacks » PHP Manual 例 Basic FFI usage Basic FFI usage Before diving into the detail ... sec; suseconds_t tv_usec; }; struct timezone { int tz_minuteswest; int tz_dsttime; }; int gettimeofday(s ... truct timeval *tv, struct timezone *tz); " , "libc.so.6" ); // create C data structures $ ... tv = $ffi -> new ( "struct timeval" ); $tz = $ffi -> new ( "struct timezone" ); // call C's g ... gettimeofday ( FFI :: addr ( $tv ), FFI :: addr ( $tz ))); // access field of C data structure var_dump ...
https://man.plustar.jp/php/ffi.examples-basic.html - [similar]
指定した DateTime に関連するタイムゾーンを返す 10382
« DateTime::getTimestamp DateTime::__wakeup » PHP Manual DateTimeInterface 指定した DateTime に関 ... e ( null , new DateTimeZone ( 'Europe/London' )); $tz = $date -> getTimezone (); echo $tz -> getName (); ... eate ( null , timezone_open ( 'Europe/London' )); $tz = date_timezone_get ( $date ); echo timezone_name_ ... get ( $tz ); ?> 上の例の出力は以下となります。 Europe/London ...
https://man.plustar.jp/php/datetime.gettimezone.html - [similar]
ICU が使っているタイムゾーンデータのバージョンを取得する 9763
« IntlTimeZone::getRegion IntlTimeZone::getUnknown » PHP Manual IntlTimeZone ICU が使っているタイ ... ゾーンデータのバージョンを取得する IntlTimeZone::getTZDataVersion intltz_get_tz_data_version (PHP 5 >= 5. ... 0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlTimeZone::getTZDataVersion -- intltz_get_tz_data_version — ICU が使 ... クト指向型 (method): public static IntlTimeZone::getTZDataVersion (): string | false 手続き型: intltz_get ... _tz_data_version (): string | false 警告 この関数は、 ...
https://man.plustar.jp/php/intltimezone.gettzdataversion.html - [similar]
時刻の書式 9551
« サポートする日付と時刻の書式 日付の書式 » PHP Manual サポートする日付と時刻の書式 時刻の書式 時 ... ", "59" II [0-5][0-9] "00", "12", "59" space [ \t] tz "("? [A-Za-z]{1,6} ")"? | [A-Z][a-z]+([_/][A-Z][a- ... "CEST", "Europe/Amsterdam", "America/Indiana/Knox" tzcorrection "GMT"? [+-] hh ":"? MM ? "+0400", "GMT-0 ... 、秒、タイムゾーン 't'? HH [.:] MM [.:] II space ? ( tzcorrection | tz ) "040837CEST", "T191919-0700" 時、 ... c "04.08.37.81412", "19:19:19.532453" タイムゾーン tz | tzcorrection "CEST", "Europe/Amsterdam", "+0430" ...
https://man.plustar.jp/php/datetime.formats.time.html - [similar]
タイムゾーンの位置情報を返す 9462
« DateTimeZone::__construct DateTimeZone::getName » PHP Manual DateTimeZone タイムゾーンの位置情 ... ます 例 例1 DateTimeZone::getLocation() の例 <?php $tz = new DateTimeZone ( "Europe/Prague" ); print_r ( ... $tz -> getLocation ()); print_r ( timezone_location_ge ... t ( $tz )); ?> 上の例の出力は以下となります。 Array ( [cou ...
https://man.plustar.jp/php/datetimezone.getlocation.html - [similar]
新しい DateTimeZone オブジェクトを作成する 9250
« DateTimeZone DateTimeZone::getLocation » PHP Manual DateTimeZone 新しい DateTimeZone オブジェク ... 5' , '-06:00' , 'CEST' ]; foreach ( $timezones as $tz ) { $tzo = new DateTimeZone ( $tz ); $local = $d - ... > setTimezone ( $tzo ); echo $local -> format ( DateTimeInterface :: R ... os' , 'Jupiter/Europa' ); foreach ( $timezones as $tz ) { try { $mars = new DateTimeZone ( $tz ); } catc ...
https://man.plustar.jp/php/datetimezone.construct.html - [similar]
グレゴリオ暦の Calendar クラスを作成する 8631
« IntlGregorianCalendar IntlGregorianCalendar::getGregorianChange » PHP Manual IntlGregorianCale ... IntlGregorianCalendar::__construct ( IntlTimeZone $tz = ? , string $locale = ? ) public IntlGregorianCal ... ん。引数のリストのみが 記述されています。 パラメータ tz locale timeZoneOrYear localeOrMonth dayOfMonth hou ...
https://man.plustar.jp/php/intlgregoriancalendar.construct.html - [similar]
スクリプト中の日付/時刻関数で使用されるデフォルトタイムゾーンを設定する 7906
« date_default_timezone_get date_diff » PHP Manual 日付・時刻 関数 スクリプト中の日付/時刻関数で ... lt_timezone_set ( 'America/Los_Angeles' ); $script_tz = date_default_timezone_get (); if ( strcmp ( $scr ... ipt_tz , ini_get ( 'date.timezone' ))){ echo 'Script time ...
https://man.plustar.jp/php/function.date-default-timezone-set.html - [similar]
日付/時刻 の値を文字列としてフォーマットする 7800
« IntlDateFormatter::create IntlDateFormatter::formatObject » PHP Manual IntlDateFormatter 日付/ ... /1969 例3 IntlCalendar オブジェクトを使う例 <?php $tz = reset ( iterator_to_array ( IntlTimeZone :: crea ... teFormatter :: FULL , IntlDateFormatter :: FULL , $tz , IntlDateFormatter :: GREGORIAN ); $cal = IntlCal ... endar :: createInstance ( $tz , '@calendar=islamic-civil' ); $cal -> set ( IntlC ...
https://man.plustar.jp/php/intldateformatter.format.html - [similar]
指定した日付/時刻の詳細な情報を連想配列で返す 6969
« date_parse_from_format date_sub » PHP Manual 日付・時刻 関数 指定した日付/時刻の詳細な情報を連 ... => int(2) 'zone' => int(0) 'is_dst' => bool(true) 'tz_abbr' => string(3) "BST" } 例3 タイムゾーン情報を与 ... is_localtime' => bool(true) 'zone_type' => int(3) 'tz_id' => string(13) "Europe/London" } さらに最低限の ...
https://man.plustar.jp/php/function.date-parse.html - [similar]
PREV 1 2 NEXT