25.07.2003, 12:38
|
# 51
|
|
МОД-Оператор ЭВМ
Регистрация: 18.04.2002
Адрес: Питер
Сообщения: 4 343
|
Цитата:
|
A return statement will terminate the evaluation of the string immediately. In PHP 4, eval() returns NULL unless return() is called in the evaluated code, in which case the value passed to return() is returned.
|
|
|
|