Skip to content

An array contains a set of data represented by a single variable name. PHP includes two types of arrays: indexed and associative. You refer to the elements in an indexed array by their numeric position, whereas you refer to the elements in an associative array with an alphanumeric key. In this chapter, you will learn how to use advanced techniqu…

Notifications You must be signed in to change notification settings

Deeptirajput59/Manipulating-Arrays

Repository files navigation

Manipulating-Arrays

An array contains a set of data represented by a single variable name. PHP includes two types of arrays: indexed and associative. We refer to the elements in an indexed array by their numeric position, whereas we refer to the elements in an associative array with an alphanumeric key. In these Programms you will see how I have used advanced techniques on both indexed and associative arrays.

About

An array contains a set of data represented by a single variable name. PHP includes two types of arrays: indexed and associative. You refer to the elements in an indexed array by their numeric position, whereas you refer to the elements in an associative array with an alphanumeric key. In this chapter, you will learn how to use advanced techniqu…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages