Skip to content

Instantly share code, notes, and snippets.

@cagartner
Created August 14, 2013 18:06
Show Gist options
  • Select an option

  • Save cagartner/6233763 to your computer and use it in GitHub Desktop.

Select an option

Save cagartner/6233763 to your computer and use it in GitHub Desktop.
Adiciona dia no PHP
$agora = time();
$mesQueVem = strtotime('+1 day', $agora);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment