mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-07-30 19:40:43 +02:00
Continuing transition to hugo
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
+++
|
||||
title = "Strings"
|
||||
description = "Working with text"
|
||||
tags = ["php", "strings"]
|
||||
slug = "strings"
|
||||
previous = "arithmetic.html"
|
||||
next = "comparisons.html"
|
||||
+++
|
||||
As seen in the first chapter, a string is a group of characters created by
|
||||
surrounding text in single or double quotes.
|
||||
```php
|
||||
|
Reference in New Issue
Block a user