Поиск по: -
Поискать по всем серверам
На этой странице приведены все страницы, которые ссылаются на http://oit.cmc.msu.ru/php/function.array-splice.html. Показаны документы 1 - 1 из 1.
1. array_slice
... array array_slice ( array array, int offset [, int length]) . array_slice() returns a sequence of elements from the array specified by the offset and length parameters. ... Example 1. array_slice() examples . input = array ("a", "b", "c", "d", "e"); $output = array_slice ($input, 2); // returns "c", "d", and "e" $output = array_slice ($input, 2, -1); // returns "c", "d" $output = array_slice ($input, -2, 1); // returns "d" $output = array_slice ($input, 0, 3); // returns "a", "b", and "c" . ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.array-slice.html -- 5.0 Кб -- 03.02.2002
[ Сохраненная копия ] Ссылки http://old.master.cmc.msu.ru/php/function.array-slice.html -- 5.0 Кб -- 03.02.2002
[ Сохраненная копия ] Ссылки http://oit.cmc.msu.ru/php/function.array-slice.html -- 5.0 Кб -- 03.02.2002
Похожие документы
[ Сохраненная копия ] Ссылки http://old.master.cmc.msu.ru/php/function.array-slice.html -- 5.0 Кб -- 03.02.2002
[ Сохраненная копия ] Ссылки http://oit.cmc.msu.ru/php/function.array-slice.html -- 5.0 Кб -- 03.02.2002
Похожие документы
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда