mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-11 16:23:57 +02:00
jekyll-sitemap gem added
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Design Patterns
|
||||
sitemap: true
|
||||
---
|
||||
|
||||
# Design Patterns
|
||||
|
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: Functional Programming in PHP
|
||||
sitemap: true
|
||||
---
|
||||
|
||||
# Functional Programming in PHP
|
||||
|
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: page
|
||||
title: The Basics
|
||||
sitemap: true
|
||||
---
|
||||
|
||||
# The Basics
|
||||
@@ -283,7 +284,7 @@ EOD; // closing 'EOD' must be on it's own line, and to th
|
||||
|
||||
* [Heredoc syntax](http://php.net/language.types.string#language.types.string.syntax.heredoc)
|
||||
|
||||
### Which is quicker?
|
||||
### Which is quicker?
|
||||
|
||||
There is a myth floating around that single quote strings are fractionally quicker than double quote strings. This is
|
||||
fundamentally not true.
|
||||
|
Reference in New Issue
Block a user