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:
@@ -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/).
|
||||
|
Reference in New Issue
Block a user