标签: php terminal
当我在终端中运行以下内容时,我总是在结尾处获得%符号。
%是什么意思?
%
# 0014.php <?php echo "Hi there.\n"; echo "This is the second line."; ?>
然后在我的终端我运行php 0014.php。
php 0014.php
➜ cd phptest ➜ phptest git:(master) ✗ php 0014.php Hi there. This is the second line.%