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