Removing PHP array element
It is possible to remove PHP array element. This is done using unset method. Unset method takes array element which needs to be removed. The array can be either indexed or named array. This method takes an argument which array element needs to be removed.
Comments
Post a Comment