Created
March 8, 2019 08:01
-
-
Save nurullahisik/c5f406580b99ce49b12135789550b54a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* http://php.net/manual/tr/function.cal-days-in-month.php | |
*/ | |
$num = cal_days_in_month(CAL_GREGORIAN, 8, 2003); // 31 | |
echo "2003 yılı Ağustos ayında $num gün vardır"; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment