Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
$file = file('basa_slov.txt');
$basa = @implode("", $file);
file_put_contents( 'basa_slov.txt', preg_replace('/(.*)\|(.*)\|(.*)$/im',"$1=$2|$3",$basa));