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.
ユーザーがボタンをクリックしてテキスト ファイルから文字列を表示するにはどうすればよいかを確認するために、約 100 の異なる単語を含むテキスト ドキュメントをランダムに表示したいと考えています。
$words = file('file.txt'); shuffle($words); echo $words[0];