简单教程
提交运行
代码编辑器:
<?php // Prints: October 3, 1975 was on a Friday echo "Oct 3, 1975 was on a "; echo date("l", mktime(0,0,0,10,3,1975));
运行结果: