1. 1.
    0
    ?> tag'i zorunlu degildir. dahasi kullanmamak en dogrusudur. neden? zend manual'i ne demis bakalim.

    the closing tag of a php block at the end of a file is optional, and in some cases omitting it is helpful when using include() or require(), so unwanted whitespace will not occur at the end of files, and you will still be able to add headers to the response later. it is also handy if you use output buffering, and would not like to see added unwanted whitespace at the end of the parts generated by the included files
    ···
   tümünü göster