Deleting files from the file system is a very common task nowadays and it can be done in several ways. We generally use PHP’s built-in…
Leave a CommentTag: Delete
This post shows the possible ways to remove specific element from array based on value of the element. Removing specific value Using array_diff() Using this…
Leave a Comment