PHP Arrays Single, Multi-dimensional, Associative and Object Arrays in PHP 7 /
Gain an in-depth understanding of PHP 7 arrays. After a quick overview of PHP 7, each chapter concentrates on single, multi-dimensional, associative, and object arrays. PHP Arrays is a first of its kind book using PHP 7 that demonstrates inserting, appending, updating, and deleting array data. This...
Main Author: | |
---|---|
Corporate Author: | |
Format: | Electronic eBook |
Language: | English |
Published: |
Berkeley, CA :
Apress : Imprint: Apress,
2017.
|
Subjects: | |
Online Access: | Full Text via HEAL-Link |
Table of Contents:
- 1. PHP 7 Basics
- 2. Simple Arrays
- 3. Multi-dimensional Arrays
- 4. Associative and Object Arrays
- 5. PHP Functions – Changing, Spliting, Slicing, and Sorting Arrays
- 6. PHP Functions – Comparing and Merging Arrays
- 7. PHP Functions – Searching, Traversing, and Displaying Arrays
- A. Case Study – Playing Checkers.