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.
stdin から全行を読み取る必要があります。私が使用するfscanfと、スペースの前の文字列のみが読み取られます。スペースを含む行全体を読む必要があります。どうすればこれを達成できますか?
fscanf
試す
$line = fgets();
PHPマニュアルには次のように書かれています:
説明 文字列 fgets ( resource $handle [, int $length ] ) ファイル ポインタから行を取得します。
説明
文字列 fgets ( resource $handle [, int $length ] )
ファイル ポインタから行を取得します。