Skip to content

Instantly share code, notes, and snippets.

@X-Bird
Last active December 21, 2015 15:19
Show Gist options
  • Save X-Bird/6325864 to your computer and use it in GitHub Desktop.
Save X-Bird/6325864 to your computer and use it in GitHub Desktop.
php 常用的代码片段
<?php
// 新建时间戳
echo (new \DateTime)->format('Y-m-d H:i:s');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment