phpは現在の月/月の最終日のタイムスタンプを取得します

WBOY
リリース: 2016-06-23 13:43:23
オリジナル
2135 人が閲覧しました

public関数getendmouthtime()

{

$ date = date( "y-m"、time()); ];

$month=$date_arr[1];

$days_in_month = array(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31);

もし($month 12)

{

return 0;

}

// その年は閏年ですか?

if ($month == 2)

{

if ($year%400 == 0 OR ($year%4 == 0 AND $year%100 != 0))

{

return $year.'-'.$month.'-29' ;

}

}

return $endstro = strtotime($year.'-'.$month.'-'.$days_in_month[$month - 1]);

}

ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート