検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 18 for Mon (0.004 sec.)
DateTimeInterface インターフェイス 12920
« DateTimeImmutable::sub DateTime::diff » PHP Manual Date/Time DateTimeInterface インターフェイス ... TimeInterface::COOKIE DATE_COOKIE HTTP Cookie (例: Monday, 15-Aug-2005 15:52:01 UTC) DateTimeInterface::I ... DateTimeInterface::RFC822 DATE_RFC822 RFC 822 (例: Mon, 15 Aug 05 15:52:01 +0000) DateTimeInterface::RFC8 ... 50 DATE_RFC850 RFC 850 (例: Monday, 15-Aug-05 15:52:01 UTC) DateTimeInterface::RFC ... 1036 DATE_RFC1036 RFC 1036 (例: Mon, 15 Aug 05 15:52:01 +0000) DateTimeInterface::RFC1 ...
https://man.plustar.jp/php/class.datetimeinterface.html - [similar]
数値に関するフォーマット情報を得る 12491
« levenshtein ltrim » PHP Manual String 関数 数値に関するフォーマット情報を得る localeconv (PHP ... ) currency_symbol ローカルな通貨記号 (すなわち、$) mon_decimal_point 通貨用の小数点文字 mon_thousands_sep ... 通貨用の千毎の区切り文字 mon_grouping 通貨集合を有する配列 positive_sign 正の値 ... > [int_curr_symbol] => EUR [currency_symbol] => € [mon_decimal_point] => , [mon_thousands_sep] => [positi ... ] => 1 [n_sign_posn] => 2 [grouping] => Array ( ) [mon_grouping] => Array ( [0] => 3 [1] => 3 ) ) 参考 se ...
https://man.plustar.jp/php/function.localeconv.html - [similar]
言語およびロケール情報を検索する 10157
« money_format nl2br » PHP Manual String 関数 言語およびロケール情報を検索する nl_langinfo (PHP ... (1-7) 一週間中の n 番目の曜日名 (DAY_1 = 日曜日) ABMON_(1-12) n 番目の月の名前の略式表記 MON_(1-12) n 番目 ... ーマットでの時刻 ( strftime() で使用可能な文字列) LC_MONETARY カテゴリの定数 INT_CURR_SYMBOL 国際通貨記号 C ... BOL 地域通貨記号 CRNCYSTR CURRENCY_SYMBOL と同じ値 MON_DECIMAL_POINT 小数点文字 MON_THOUSANDS_SEP 1000 単 ... 位桁区切り (3 桁ごとのグループ化) の区切り文字 MON_GROUPING 'grouping' と同じ POSITIVE_SIGN 正値の表示 ...
https://man.plustar.jp/php/function.nl-langinfo.html - [similar]
時刻の文字列を指定されたフォーマットに従ってパースする 9728
« DateTimeImmutable::__construct DateTimeImmutable::createFromInterface » PHP Manual DateTimeImm ... という意味になります) D および l 曜日を表す文字列 Mon から Sun あるいは Sunday から Saturday 。 指定され ... createFromFormat ( DateTimeInterface :: RFC1123 , 'Mon, 3 Aug 2020 25:00:00 +0000' ); echo $d -> format ( ... ?> 上の例の出力は、 たとえば以下のようになります。 Mon, 10 Aug 2020 01:00:00 +0000 上の結果は奇妙に見えま ... フローしており、 (Tue) 4 Aug 2020 01:00 となります。 Mon が適用されます。 これは、日付が Mon, 10 Aug 2020 0 ...
https://man.plustar.jp/php/datetimeimmutable.createfromformat.html - [similar]
日付/時刻情報を取得する 9008
« date gettimeofday » PHP Manual 日付・時刻 関数 日付/時刻情報を取得する getdate (PHP 4, PHP 5, ... から 31 "wday" 曜日。数値。 0 (日曜) から 6 (土曜) "mon" 月。数値。 1 から 12 "year" 年。4桁の数値。 例: 1 ... ay" 曜日。フルスペルの文字。 Sunday から Saturday "month" 月。フルスペルの文字。 January から December 0 ... tes] => 58 [hours] => 21 [mday] => 17 [wday] => 2 [mon] => 6 [year] => 2003 [yday] => 167 [weekday] => Tu ... esday [month] => June [0] => 1055901520 ) 参考 date() - Unixタ ...
https://man.plustar.jp/php/function.getdate.html - [similar]
ローカルタイムを得る 8853
« idate microtime » PHP Manual 日付・時刻 関数 ローカルタイムを得る localtime (PHP 4, PHP 5, PHP ... 0 から 23 ) "tm_mday" - 月の日付 ( 1 から 31 ) "tm_mon" - 月 ( 0 (1月) から 11 (12月)) "tm_year" - 1900 年 ... 4 [tm_min] => 3 [tm_hour] => 19 [tm_mday] => 3 [tm_mon] => 3 [tm_year] => 105 [tm_wday] => 0 [tm_yday] => ...
https://man.plustar.jp/php/function.localtime.html - [similar]
MIMEヘッダの文字列をエンコードする 8853
« mb_detect_order mb_encode_numericentity » PHP Manual マルチバイト文字列 関数 MIMEヘッダの文字列 ... = "太郎" ; // 漢字 $mbox = "kru" ; $doma = "gtinn.mon" ; $addr = '"' . addcslashes ( mb_encode_mimeheade ... は以下となります。 "=?UTF-7?Q?+WSqQzg-?=" <kru@gtinn.mon> 注意 注意 : この関数は、行を分割する際に特別な配慮 ...
https://man.plustar.jp/php/function.mb-encode-mimeheader.html - [similar]
strftime が生成した日付/時刻をパースする 8424
« strftime strtotime » PHP Manual 日付・時刻 関数 strftime が生成した日付/時刻をパースする strpt ... 以降の時間数 (0-23) "tm_mday" 月内の日数 (1-31) "tm_mon" 1 月から数えた月数 (0-11) "tm_year" 1900 年以降の ... [tm_min] => 54 [tm_hour] => 15 [tm_mday] => 3 [tm_mon] => 9 [tm_year] => 104 [tm_wday] => 0 [tm_yday] => ...
https://man.plustar.jp/php/function.strptime.html - [similar]
Connects to a hostname with optionally asyncronous DNS resolving 7549
« EventBufferEvent::connect EventBufferEvent::__construct » PHP Manual EventBufferEvent Connects ... UTF-8 Date: Sat, 09 Mar 2013 12:21:19 GMT Expires: Mon, 08 Apr 2013 12:21:19 GMT Cache-Control: public, m ...
https://man.plustar.jp/php/eventbufferevent.connecthost.html - [similar]
指定した日付と場所についての日の出時刻を返す 7549
« date_sun_info date_sunset » PHP Manual 日付・時刻 関数 指定した日付と場所についての日の出時刻を ... ?> 上の例の出力は、 たとえば以下のようになります。 Mon Dec 20 2004, sunrise time : 08:54 例2 No sunrise < ...
https://man.plustar.jp/php/function.date-sunrise.html - [similar]
PREV 1 2 NEXT