$docs) { $row[$key] = $docs; $row[$key]["tagsUser"] = tags::idToTtext($docs["tagsUser"]); } if (file_put_contents(DIR_DATAS_JSON . "documents.json", json_encode($row))) { return 1; } else { return 0; } } }