Skip to content

Instantly share code, notes, and snippets.

@efiku
Created February 3, 2016 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save efiku/9c515308a6c0b1c2fd9d to your computer and use it in GitHub Desktop.
Save efiku/9c515308a6c0b1c2fd9d to your computer and use it in GitHub Desktop.
Shitt
<?php
$object = new DateTime();
$object->modify("+1 day");
return $object;
<?php
$dateTime = require "a.php";
print_r($dateTime);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment