json_encode

This commit is contained in:
Fred Tempez 2023-03-10 11:34:24 +01:00
parent c4e150af97
commit 2b329979c2
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ class JsonDb extends \Prowebcraft\Dot
*/
public function save()
{
$lenght = strlen(json_encode($this->data));
$lenght = strlen(json_encode($this->data, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT | LOCK_EX));
$try = 0;
while ($try < 5) {
$written = file_put_contents($this->db, json_encode($this->data, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT | LOCK_EX)); // Multi user get a locker