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