Back to Browse

PHP Lesson 2: Using Variables

227 views
Dec 8, 2021
4:28

https://xoax.net/ Lesson Page: https://xoax.net/sub_php/crs_core/Lesson2/ Reference: https://xoax.net/sub_php/ref_core/ The purpose of this lesson is to explain how variables are used in PHP. PHP variable names are always preceded by a dollar sign. Variables are not strongly typed, as they are in many other languages. In fact, the type of a variable can be changed at any time to any other type. To help understand how to use variables, PHP provides several functions that are employed in this lesson: gettype(), print_r(), var_dump(), and get_defined_vars(). Copyright 2021 XoaX.net LLC

Download

0 formats

No download links available.

PHP Lesson 2: Using Variables | NatokHD