100) { array_pop($messages); } array_unshift(self::$messages, [ 'nick' => $nick, 'date' => time(), 'text' => $text ]); file_put_contents(Config::get('path_to_chat_json_file'), json_encode( self::$messages ) ); } }