print and echo write to php://output stream, whereas fputs(STDOUT) writes to php://stdout . I did a little test: <?php $output = fopen('php://output', ...
確定! 回上一頁