PHP Arrays

In PHP, an array is a data structure that allows you to store and access a collection of values. There are two types of arrays in PHP: indexed arrays and associative arrays. An indexed array is an array that is accessed using a numeric index, with the first element having an index of 0 and […]

Read More PHP Arrays

Arrays in Powershell.

Oh snap! Stuff are getting interesting. First What is an Array. In powershell or most other languages arrays basically it is a data structure that can serves as a collection of multiple items, for example if you want to organize multiple books. You will use a Bookcase right!? or some other thing. But a bookcase, […]

Read More Arrays in Powershell.