🌈 搜索
📅  最后修改于: 2022-03-11 14:54:04.085000             🧑  作者: Mango
// add to the functions file function translateLineBreaks($string) { $result = nl2br ($string); return $result; }