Does opening and closing php tags increase page load several times?

Possible duplicate:
Opening and closing tags and performance?

This is a newbie question, but I couldn’t find a clear answer on the net, so please don’t laugh :)

  • Does opening and closing php tags ( <? php code ?>) support increasing the page load time several times ?

  • How about using include templatepath several times?

thank

+5
source share
2 answers
  • Theoretically, yes, but the difference is so minimal that in almost all cases it does not matter.

  • , . , include_once require_once. , " " . , , include require, .

, , SO, , , / :)

!

+2

php- (<? php code ?>) ?

- , , , , .

PHP , T_INLINE_HTML.

ZEND_ECHO

- , html <?php ?>.

include templatepath ?

, , , , .

+5

All Articles