検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 66 for DAY (0.020 sec.)
ユリウス積算日をフランス革命暦(共和暦)に変換する 6193
« jdmonthname jdtogregorian » PHP Manual カレンダー 関数 ユリウス積算日をフランス革命暦(共和暦)に ... 命暦(共和暦)に変換する 説明 jdtofrench ( int $julian_day ): string ユリウス積算日をフランス革命暦に変換しま ... す。 パラメータ julianday ユリウス積算日を表す整数値。 戻り値 フランス革命暦 ...
https://man.plustar.jp/php/function.jdtofrench.html - [similar]
言語およびロケール情報を検索する 6193
« money_format nl2br » PHP Manual String 関数 言語およびロケール情報を検索する nl_langinfo (PHP ... l_langinfo 定数 定数 説明 LC_TIME カテゴリの定数 ABDAY_(1-7) 一週間中の n 番目の曜日名の略式表記 DAY_(1-7 ... ) 一週間中の n 番目の曜日名 (DAY_1 = 日曜日) ABMON_(1-12) n 番目の月の名前の略式表記 ...
https://man.plustar.jp/php/function.nl-langinfo.html - [similar]
検索文字列に一致したすべての文字列を置換する 6193
« str_repeat str_rot13 » PHP Manual String 関数 検索文字列に一致したすべての文字列を置換する str ... // You should eat pizza, beer, and ice cream every day となります $phrase = "You should eat fruits, veget ... ables, and fiber every day." ; $healthy = array( "fruits" , "vegetables" , "f ...
https://man.plustar.jp/php/function.str-replace.html - [similar]
サブパターン 6193
« 内部オプション設定 繰り返し » PHP Manual PCRE 正規表現構文 サブパターン サブパターン サブパター ... とができます。つまり、次の 2 つのパターン、 (?i:saturday|sunday) (?:(?i)saturday|sunday) は、まったく同じ文 ... 択枝にも作用します。このため、上のパターンは、"Saturday" と同様に "SUNDAY" にもマッチします (?P<name>patte ... ことができるようになります。 次の正規表現で文字列 Sunday をマッチングするとどうなるでしょうか。 (?:(Sat)ur| ... (Sun))day Sun が後方参照 2 に格納され、 後方参照 1 は空となり ...
https://man.plustar.jp/php/regexp.reference.subpatterns.html - [similar]
Unixタイムスタンプを書式化する 6036
« date_timezone_set getdate » PHP Manual 日付・時刻 関数 Unixタイムスタンプを書式化する date (PH ... ult_timezone_set ( 'UTC' ); // 結果は、たとえば Monday のようになります。 echo date ( "l" ); // 結果は、た ... とえば Monday 8th of August 2005 03:12:46 PM のようになります。 ... Y h:i:s A' ); // 結果は July 1, 2000 is on a Saturday となります。 echo "July 1, 2000 is on a " . date ( ... 。 例2 date() の文字をエスケープする <?php // Wednesday the 15th のように出力 echo date ( 'l \t\h\e jS' ); ...
https://man.plustar.jp/php/function.date.html - [similar]
現在のドメインのメッセージを参照する 6036
« dngettext ngettext » PHP Manual Gettext 関数 現在のドメインのメッセージを参照する gettext (PHP ... のかわりに _() も使用可能です echo _ ( "Have a nice day" ); ?> 注意 注意 : この関数のエイリアスとして、アン ...
https://man.plustar.jp/php/function.gettext.html - [similar]
月の名前を返す 6036
« jddayofweek jdtofrench » PHP Manual カレンダー 関数 月の名前を返す jdmonthname (PHP 4, PHP 5, ... me — 月の名前を返す 説明 jdmonthname ( int $julian_day , int $mode ): string 月の名前を含んだ文字列を返し ... Messidor, Thermidor, Fructidor, Extra パラメータ jday 変換したいユリウス積算日。 mode カレンダーのモード ...
https://man.plustar.jp/php/function.jdmonthname.html - [similar]
カレンダーのロケールに基づいて、週の始めの日を返す 6036
« IntlCalendar::getErrorMessage IntlCalendar::getGreatestMinimum » PHP Manual IntlCalendar カレン ... に基づいて、週の始めの日を返す IntlCalendar::getFirstDayOfWeek (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0 ... a1) IntlCalendar::getFirstDayOfWeek — カレンダーのロケールに基づいて、週の始めの ... 説明 オブジェクト指向型 public IntlCalendar::getFirstDayOfWeek (): int | false 手続き型 intlcal_get_first_d ... ケールに基づくデフォルト値か、 IntlCalendar::setFirstDayOfWeek() で設定された値です。 パラメータ calendar I ...
https://man.plustar.jp/php/intlcalendar.getfirstdayofweek.html - [similar]
タイムスタンプを変更した新しいオブジェクトを作る 5950
« DateTimeImmutable::getLastErrors DateTimeImmutable::__set_state » PHP Manual DateTimeImmutable ... ( '2006-12-12' ); $newDate = $date -> modify ( '+1 day' ); echo $newDate -> format ( 'Y-m-d' ); ?> 上の例 ...
https://man.plustar.jp/php/datetimeimmutable.modify.html - [similar]
指定した書式でフォーマットされた日付についての情報を取得する 5950
« date_offset_get date_parse » PHP Manual 日付・時刻 関数 指定した書式でフォーマットされた日付に ... 下となります。 Array ( [year] => 2009 [month] => 1 [day] => 6 [hour] => 13 [minute] => 0 [second] => 0 [fr ...
https://man.plustar.jp/php/function.date-parse-from-format.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT