Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть PHP in 60 - Arrays

  • SupernovaOSX
  • 2011-09-20
  • 209
PHP in 60 - Arrays
phpphp array syntaxabout phpphp andphp tutorialphp in 60php &php arraysarrays in phpwhat is an arrayarraysprogrammingphp programmingweb programmingserver side scripting languageserver side scripting
  • ok logo

Скачать PHP in 60 - Arrays бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно PHP in 60 - Arrays или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку PHP in 60 - Arrays бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео PHP in 60 - Arrays

PHP in 60, a 60 second lesson on a topic in PHP.

Check out the whole playlist here:    • PHP in 60  

In this lesson, we look at arrays and how they can help us handle our data.

Video Script:


An array is a variable that allows you to store multiple values in one variable. one use for arrays is when you have many variables that need to be iterated over, meaning you need a piece of code to do something to every variable in the array. PHP makes this easy, and you'll find it pretty common. Just remember that an array is simply a variable with many values in it.

There are a few different types of arrays, and all of them work similarly.

The first one is a numerical array. This one is probably the simplest. Values are stored in the array with an index starting at zero, and counting up. Your first value would be array[0], then array[1] etc,

The next one is an associative array. I use this one more often, but it depends on what best suits your needs. Associative arrays store a value with a key as the index within the array. For example, you could have status['zed'] = "dead". Associative arrays come up a lot when using databases, so it's good to know how they work.

The last type of array i'm going to show you is a multilayer array, which is just an array, but the value is another array. This doesn't come up too often, but you should know it's possible.

If your still wondering how to iterate over an array, check out PHP in 60: Loops.

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]