Поиск по: -
Поискать по всем серверам
На этой странице приведены все страницы, которые ссылаются на http://oit.cmc.msu.ru/php/keyword.extends.html. Показаны документы 1 - 1 из 1.
1. Constructors
... Constructors are functions in a class that are automatically called when you create a new instance of a class with new . In PHP 3, a function becomes a constructor when it has the same name as the class. ... The following examples should be read carefully to understand these limitations. class A { function A() { echo "I am the constructor of A.<br>\n"; } } class B extends A { function C() { echo "I am a regular function.<br>\n"; } } // no constructor is being called in PHP 3. $b = new B; . ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/language.oop.constructor.html -- 8.6 Кб -- 03.02.2002
[ Сохраненная копия ] Ссылки http://old.master.cmc.msu.ru/php/language.oop.constructor.html -- 8.6 Кб -- 03.02.2002
[ Сохраненная копия ] Ссылки http://oit.cmc.msu.ru/php/language.oop.constructor.html -- 8.6 Кб -- 03.02.2002
Похожие документы
[ Сохраненная копия ] Ссылки http://old.master.cmc.msu.ru/php/language.oop.constructor.html -- 8.6 Кб -- 03.02.2002
[ Сохраненная копия ] Ссылки http://oit.cmc.msu.ru/php/language.oop.constructor.html -- 8.6 Кб -- 03.02.2002
Похожие документы
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда