Skip to content

Monster Oasis

  • 浪況預測
  • KML2CSV
  • World Marathon
  • Privacy Policy

[PHP] php 由 pipe (stdin) 讀進檔案 再做處理, 類似 C 的 pipe line 方法

2023/08/192019/12/27 by Monster
$cnt = 0;
$fp = fopen('php://stdin','r');
while ($line = stream_get_line($fp, 65535, "\n")) {
  echo "LINE #" . (++$cnt) . ": " . $line . "\n";
}

Categories Programming/php Tags php
Mac / enable MacBook double-tap to drag ,開啟 點兩下拖移功能 方便~
[memo] BBEditor color scheme / theme location
© 2025 Monster Oasis • Built with GeneratePress