PHP 用PHP更新版权日期

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 用PHP更新版权日期相关的知识,希望对你有一定的参考价值。

<div id="footer">
	<p>©
	<?php
	ini_set('date.timezone', 'Europe/London');
	$startYear = '2006';
	$thisYear = date('Y');
	if($startYear == $thisYear){
		echo $startYear;
	} else {
		echo $startYear.' &ndash '.$thisYear;
	}	
	?>
	Company Name Here</p>
</div>

以上是关于PHP 用PHP更新版权日期的主要内容,如果未能解决你的问题,请参考以下文章

PHP PHP版权日期

PHP版权日期

PHP 简单的开始和结束版权日期

php [WORDPRESS] - 脚注中的Wordpress动态版权日期#wp #footer #wordpress#functions.php

php WordPress:WordPress页脚中的动态版权日期

php 自动更新版权