标签: php
PHP 5.2.8中是否支持goto?
goto
答案 0 :(得分:12)
没有。 php 5.2.8中没有goto运算符。根据{{3}}:
注意: 从PHP 5.3开始,goto运算符可用。
注意:
从PHP 5.3开始,goto运算符可用。