int delete_value(mixed value)
Remove the first occurrence of the value value from the list.
The value to remove from the list.
The index of the removed element or -1 if there was no value to remove.