1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-12 09:44:24 +02:00

Minor updates

This commit is contained in:
Adam
2013-06-27 09:35:59 -07:00
parent 534c5dcb93
commit 31c16d7eb9
2 changed files with 46 additions and 40 deletions

View File

@@ -4,8 +4,6 @@ author: Malcolm Fell
author_url: http://emarref.net/
---
# PHP
This document describes PHP 5+.
## [Basic Syntax](http://www.php.net/manual/en/language.basic-syntax.php)
@@ -74,7 +72,7 @@ $sgl_quotes
END; // Nowdoc syntax is available in PHP 5.3.0
// Manipulation
$concatinated = $sgl_quotes + $dbl_quotes;
$concatenated = $sgl_quotes + $dbl_quotes;
```
### Compound
@@ -471,4 +469,4 @@ Visit the [official PHP documentation](http://www.php.net/manual/) for reference
If you're interested in up-to-date best practices, visit [PHP The Right Way](http://www.phptherightway.com/).
If you're coming from a language with good package management, check out [Composer](http://getcomposer.org/).
If you're coming from a language with good package management, check out [Composer](http://getcomposer.org/).