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...

Πλήρης περιγραφή

Λεπτομέρειες βιβλιογραφικής εγγραφής
Κύριος συγγραφέας: Prettyman, Steve (Συγγραφέας)
Συγγραφή απο Οργανισμό/Αρχή: SpringerLink (Online service)
Μορφή: Ηλεκτρονική πηγή Ηλ. βιβλίο
Γλώσσα:English
Έκδοση: Berkeley, CA : Apress : Imprint: Apress, 2017.
Θέματα:
Διαθέσιμο Online:Full Text via HEAL-Link
Πίνακας περιεχομένων:
  • 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.