mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-08-06 14:56:58 +02:00
Continuing transition to hugo
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
+++
|
||||
title = "Arrays"
|
||||
description = "Time to make a list"
|
||||
tags = ["php", "array", "list"]
|
||||
slug = "arrays"
|
||||
previous = "loops.html"
|
||||
next = "functions.html"
|
||||
+++
|
||||
In PHP, arrays are used to store a list of items in a single variable.
|
||||
There are two ways to create an array.
|
||||
|
||||
|
Reference in New Issue
Block a user