検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 299 for date (0.082 sec.)
日付を Unix のタイムスタンプとして取得する 5204
« microtime strftime » PHP Manual 日付・時刻 関数 日付を Unix のタイムスタンプとして取得する mkt ... が設定されていない場合に E_WARNING を発生させます。 date_default_timezone_set() も参照ください。 変更履歴 バ ... な例 <?php // デフォルトのタイムゾーンを設定します。 date_default_timezone_set ( 'UTC' ); // 出力: July 1, 2 ... 00 is on a Saturday echo "July 1, 2000 is on a " . date ( "l" , mktime ( 0 , 0 , 0 , 7 , 1 , 2000 )); // 出 ... 力例: 2006-04-05T01:02:03+00:00 echo date ( 'c' , mktime ( 1 , 2 , 3 , 4 , 5 , 2006 )); ?> 例 ...
https://man.plustar.jp/php/function.mktime.html - [similar]
Unix タイムスタンプを用いて日付と時刻を設定する 5176
« DateTime::setTime DateTime::setTimezone » PHP Manual DateTime Unix タイムスタンプを用いて日付と ... 時刻を設定する DateTime::setTimestamp date_timestamp_set (PHP 5 >= 5.3 ... .0, PHP 7, PHP 8) DateTime::setTimestamp -- date_timestamp_set — Unix タイ ... 日付と時刻を設定する 説明 オブジェクト指向型 public DateTime::setTimestamp ( int $timestamp ): DateTime 手続 ... き型 date_timestamp_set ( DateTime $object , int $timestamp ...
https://man.plustar.jp/php/datetime.settimestamp.html - [similar]
DateTimeZone からタイムゾーンオブジェクトを作る 5157
« IntlTimeZone::createTimeZoneIDEnumeration IntlTimeZone::getCanonicalID » PHP Manual IntlTimeZo ... ne DateTimeZone からタイムゾーンオブジェクトを作る IntlTim ... eZone::fromDateTimeZone intltz_from_date_time_zone (PHP 5 >= 5.5.0 ... , PHP 7, PHP 8, PECL >= 3.0.0a1) IntlTimeZone::fromDateTimeZone -- intltz_from_date_time_zone — DateTimeZo ... クト指向型 (method): public static IntlTimeZone::fromDateTimeZone ( DateTimeZone $timezone ): ? IntlTimeZone ...
https://man.plustar.jp/php/intltimezone.fromdatetimezone.html - [similar]
DateTimeZone オブジェクトに変換する 5157
« IntlTimeZone::hasSameRules IntlTimeZone::useDaylightTime » PHP Manual IntlTimeZone DateTimeZon ... e オブジェクトに変換する IntlTimeZone::toDateTimeZone intltz_to_date_time_zone (PHP 5 >= 5.5.0, ... PHP 7, PHP 8, PECL >= 3.0.0a1) IntlTimeZone::toDateTimeZone -- intltz_to_date_time_zone — DateTimeZone ... オブジェクト指向型 (method): public IntlTimeZone::toDateTimeZone (): DateTimeZone | false 手続き型: intltz_ ... to_date_time_zone ( IntlTimeZone $timezone ): DateTimeZone ...
https://man.plustar.jp/php/intltimezone.todatetimezone.html - [similar]
警告およびエラーを返す 5129
« DateTime::createFromInterface DateTime::modify » PHP Manual DateTime 警告およびエラーを返す Date ... teTime::getLastErrors date_get_last_errors (PHP 5 >= 5.3.0, PHP 7, PHP 8) Dat ... eTime::getLastErrors -- date_get_last_errors — 警告およびエラーを返す 説明 オブ ... ジェクト指向型 public static DateTime::getLastErrors (): array | false 手続き型 date ... _get_last_errors (): array | false DateTimeImmutable::getLastErrors() と似ていますが、 Dat ...
https://man.plustar.jp/php/datetime.getlasterrors.html - [similar]
5129
« 定義済み定数 FDF 関数 » PHP Manual FDF 例 例 以下の例でフォームデータの評価に関して説明します。 ... fdf をオープンします。 // pdf フォームには volume, date, comment, publisher, preparer // という名前のテキス ... lume フィールドの値は '<b> $volume </b>'<br />" ; $date = fdf_get_value ( $fdf , "date" ); echo "date フィ ... ールドの値は '<b> $date </b>'<br />" ; $comment = fdf_get_value ( $fdf , " ...
https://man.plustar.jp/php/fdf.examples.html - [similar]
GMT/UTC の日付/時刻を書式化する 5072
« gettimeofday gmmktime » PHP Manual 日付・時刻 関数 GMT/UTC の日付/時刻を書式化する gmdate (PHP ... 4, PHP 5, PHP 7, PHP 8) gmdate — GMT/UTC の日付/時刻を書式化する 説明 gmdate ( st ... ring $format , ? int $timestamp = null ): string date() 関数と同じですが、返される時刻が グリニッジ標準時 ... ります。 パラメータ format 出力される文字列の書式。 date() 関数の書式オプションを参照ください。 timestamp オ ... 0.0 timestamp は、nullable になりました。 例 例1 gmdate() の例 フィンランド (GMT +0200) で実行した場合、一 ...
https://man.plustar.jp/php/function.gmdate.html - [similar]
DatePeriod クラス 5053
« DateInterval::format DatePeriod::__construct » PHP Manual Date/Time DatePeriod クラス DatePeri ... に発生する内容を反復処理できます。 クラス概要 class DatePeriod implements IteratorAggregate { /* 定数 */ co ... nst int EXCLUDE_START_DATE = 1 ; /* プロパティ */ public int $ recurrences ; ... public bool $ include_start_date ; public DateTimeInterface $ start ; public DateTi ... meInterface $ current ; public DateTimeInterface $ end ; public DateInterval $ interva ...
https://man.plustar.jp/php/class.dateperiod.html - [similar]
Construct a new Picker 5024
« UI\Controls\Picker UI\Controls\Form » PHP Manual UI\Controls\Picker Construct a new Picker UI\ ... ker::__construct ( int $type = UI\Controls\Picker::Date ) Construct a new Picker of the given type パラメー ... タ type Picker::Date, Picker::Time, or Picker::DateTime 関連キーワード: ... onstruct , new , Controls , a , construct , type , Date , Form , public ...
https://man.plustar.jp/php/ui-controls-picker.construct.html - [similar]
指定された DateTimeInterface オブジェクトをカプセル化した、新しい DateTimeImmuta... 4996
« DateTimeImmutable::createFromFormat DateTimeImmutable::createFromMutable » PHP Manual DateTime ... Immutable 指定された DateTimeInterface オブジェクトをカプセル化した、新しい ... DateTimeImmutable オブジェクトを返す DateTimeImmutable::createFromInterface (PHP 8) DateTime ... Immutable::createFromInterface — 指定された DateTimeInterface オブジェクトをカプセル化した、新しい ... imeImmutable オブジェクトを返す 説明 public static DateTimeImmutable::createFromInterface ( DateTimeInterf ...
https://man.plustar.jp/php/datetimeimmutable.createfrominterface.html - [similar]