PHP Array Functions
Insert the array element, View the array values and delete the array value using php array functionsFunction Name | Description |
---|---|
array_search() | Searches an array for a given value and returns the key |
array_splice() | Removes and replaces specified elements of an array |
No comments:
Post a Comment