php短标记设置为true

时间:2011-02-14 10:47:43

标签: php

在php中如何在某些页面中启用short_open_tag为1 / true?

1 个答案:

答案 0 :(得分:1)

不推荐但是,基于ini directivessetting them inline的手册:

ini_set ( 'short_open_tag' , '1' );

...在较新版本的PHP中,您无法在页面内设置此内容。