mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-08-06 06:47:58 +02:00
Continuing transition to hugo
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
+++
|
||||
title = "Variables"
|
||||
description = "The building blocks of PHP"
|
||||
tags = ["php", "variables"]
|
||||
slug = "variables"
|
||||
previous = "basics.html"
|
||||
next = "arithmetic.html"
|
||||
+++
|
||||
The variable is the basic building block of any programming language.
|
||||
In PHP, all variables start with a dollar sign.
|
||||
```php
|
||||
|
Reference in New Issue
Block a user