Answer the question
In order to leave comments, you need to log in
The PHP encoding in openserver has failed, what should I do?
The file is saved in utf-8 encoding in php format.
The encoding crashed after executing this script (the strtoupper and strtolower methods also do not work for me, in an attempt to fix this problem I created another one)
<?php
$text = mb_strtoupper('ПРИВЕТ');
print $text;
?>
<?php
$text = strtoupper('ПРИВЕТ');
print $text;
?>
ЏРИВЕС
Answer the question
In order to leave comments, you need to log in
tar + cron, the classic of all classics.
You can rsync + cron.
Google is full of manov.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question