mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-24 14:13:11 +02:00
Use language independent permalinks for php.net urls
@see http://php.net/urlhowto.php
This commit is contained in:
@@ -59,5 +59,5 @@ foreach ($periodIterator as $date) {
|
||||
* [Read about DateTime][datetime]
|
||||
* [Read about date formatting][dateformat] (accepted date format string options)
|
||||
|
||||
[datetime]: http://www.php.net/manual/book.datetime.php
|
||||
[dateformat]: http://www.php.net/manual/function.date.php
|
||||
[datetime]: http://php.net/book.datetime
|
||||
[dateformat]: http://php.net/function.date
|
||||
|
Reference in New Issue
Block a user