Skip to content

Instantly share code, notes, and snippets.

@aligundogdu
Created November 10, 2012 10:09
Show Gist options
  • Save aligundogdu/4050613 to your computer and use it in GitHub Desktop.
Save aligundogdu/4050613 to your computer and use it in GitHub Desktop.
Bugün Günlerden Cumartesi mi ?
<?php
function CtesiMi($gun,$ay,$yil){
if(date("w",mktime(0,0,0,$ay,$gun,$yil))==6){return true;}
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment