mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
1.0 KiB
1.0 KiB
| title | localeTitle |
|---|---|
| Learn About Php Array | تعرف على Php Array |
صفيف PHP
`Array Can Store multiple values in single Varible. let's think that you have a list of cars like ( 'BMW', 'Honda', Swift, 'XUV' )
but you want to separate this by categories like sport car, xuv. but you need to put it in a single varible then you need two arrays
Let's Solve this By Programming
Output: Sport Cars List: BMW, Honda. XUV Cars List: Swift, XUV. `
ملاحظة: الصفيف هو الفهرس من 0 إلى n يمكنك الوصول إلى كل قيمة بالمرور هناك
الرقم القياسي للمتغير كما يلي
`echo $sport_cars[0];
output: BMW `
Like That يمكنك الوصول إلى العنصر في صفيف