mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typofix (spacing in example comment)
-- Patch by anonymous #45510 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333770 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fd05093add
commit
9edaff269c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
<![CDATA[
|
||||
<?php
|
||||
$nextWeek = time() + (7 * 24 * 60 * 60);
|
||||
// 7 days; 24 hours; 60 mins; 60secs
|
||||
// 7 days; 24 hours; 60 mins; 60 secs
|
||||
echo 'Now: '. date('Y-m-d') ."\n";
|
||||
echo 'Next Week: '. date('Y-m-d', $nextWeek) ."\n";
|
||||
// or using strtotime():
|
||||
|
|
Loading…
Reference in a new issue