PHP Arrays

Back To PHP Index


1. php program to initialize an array of ten integer elements and display the array - Code
2. php program to initialize an array of ten char elements and display the array - Code
3. php program to initialize an array of ten string elements and display the array - Code
4. php program to initialize an array of ten integer elements and display the array using while loop - Code
5. php program to initialize an array of ten integer elements and display the array using foreach statement - Code
6. php program to initialize an array of ten integer elements and determine length of array - Code
7. php program to initialize an array of ten integer elements and reduce the size of array using array_slice function - Code
8. php program to compute intersection of two arrays - Code
9. php program to compute unique array from an existing array - Code
10. php program to initialize an array of ten integer elements and sort the array - Code
11. php program to initialize an array of ten integer elements and reverse the raay using array_reverse function - Code
12. php program to randomize an array using shuffle function - Code
13. php program to demonstrate associative arrays - Code
14. php program to demonstarte multidimensional arrays - Code