以下是一个简单的PHP时间截取实例,展示了如何从当前时间中提取年、月、日、小时、分钟等。

```php

// 获取当前时间

$current_time = time();

// 将时间戳转换为日期格式

$year = date("