Поиск по: -
Поискать по всем серверам
На этой странице приведены все страницы, которые ссылаются на http://oit.cmc.msu.ru/php/language.oop.newref.html. Показаны документы 1 - 1 из 1.
1. Classes and Objects
... class . ... Serializing objects - objects in sessions . ... php class Cart { var $items; // Items in our shopping cart // Add $num articles of $artnr to the cart function add_item ($artnr, $num) { $this->items[$artnr] += $num; } // Take $num articles of $artnr out of the cart function remove_item ($artnr, $num) { if ($this->items[$artnr] > $num) { $this->items[$artnr] -= $num; return true; } else { return false; } } } ?> ... This creates the objects $cart and $another_cart, both of the class Cart. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/language.oop.html -- 9.8 Кб -- 03.02.2002
[ Сохраненная копия ] Ссылки http://old.master.cmc.msu.ru/php/language.oop.html -- 9.8 Кб -- 03.02.2002
[ Сохраненная копия ] Ссылки http://oit.cmc.msu.ru/php/language.oop.html -- 9.8 Кб -- 03.02.2002
Похожие документы
[ Сохраненная копия ] Ссылки http://old.master.cmc.msu.ru/php/language.oop.html -- 9.8 Кб -- 03.02.2002
[ Сохраненная копия ] Ссылки http://oit.cmc.msu.ru/php/language.oop.html -- 9.8 Кб -- 03.02.2002
Похожие документы
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда