mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-08-07 15:26:48 +02:00
Continuing transition to hugo
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
+++
|
||||
title = "Functions"
|
||||
description = "Reusable code"
|
||||
tags = ["php", "function"]
|
||||
slug = "functions"
|
||||
previous = "arrays.html"
|
||||
next = "classes.html"
|
||||
+++
|
||||
A function allows you to store code under a name and then execute
|
||||
that code later.
|
||||
|
||||
|
Reference in New Issue
Block a user