<?php

$value = 'daryaa-manmarziyan-(VideoStatus.Net).mp4';
$final_value = preg_replace("/[^\w.]+|\.(?=[^.]*\.)/", "", $value);
echo $final_value;