Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データベースに保存されるテキストエリアボックスに5000語を入力し、それをページに呼び出したとします。ある時点で停止し、次の列から移動を開始するにはどうすればよいですか?
使用できますword_wrap
word_wrap
$formated_string = wordwrap($str,1000,"<br>",true);
http://www.php.net/manual/en/function.wordwrap.php