| title |
|---|
PHP / Standard I/O |
PHP / Standard I/O
-
- PHP includes a short echo tag
<?=which is a short-hand to the more verbose<?php echo. - For outputting large blocks of text, dropping out of PHP PARSING MODE is generally more efficient than sending all of the text through
echoorprint. - Note: Starting with PHP 5.4, short echo tag
<?=is always recognized and valid, regardless of theshort_open_tagsetting.
- PHP includes a short echo tag
-
PHP: echo - Manual #ril
- PHP: print - Manual #ril
相關:
手冊: