天天躁日日躁狠狠躁AV麻豆-天天躁人人躁人人躁狂躁-天天澡夜夜澡人人澡-天天影视香色欲综合网-国产成人女人在线视频观看-国产成人女人视频在线观看

php數組總結篇(一)

數組
1.數組的下標是整型數值或者是字符串類型。
eg1.索引數組的鍵是______,關聯數組的鍵是______。
2.字符串作為索引的時候,應加上引號。常量或者變量不用加引號,否則無法編譯。
php中,沒有引號的字符串會自動生成一個裸字符串,而 php 可能會在以后定義此常量,不幸的是你的代碼中有同樣的名字,那么這個字符串就被重新賦值。
eg2.<?php
// 顯示所有錯誤
error_reporting(E_ALL);
$arr = array('fruit' => 'apple', 'veggie' => 'carrot');
// 正確
print $arr['fruit']; // apple
print $arr['veggie']; // carrot
// 不正確。This works but also throws a php error of
// level E_NOTICE because of an undefined constant named fruit
//
// Notice: Use of undefined constant fruit - assumed 'fruit' in...
print $arr[fruit]; // apple
// Let's define a constant to demonstrate what's going on. We
// will assign value 'veggie' to a constant named fruit.
define('fruit','veggie');
// Notice the difference now
print $arr['fruit']; // apple
print $arr[fruit]; // carrot
// The following is okay as it's inside a string. Constants are not
// looked for within strings so no E_NOTICE error here
print "Hello $arr[fruit]"; // Hello apple
// With one exception, braces surrounding arrays within strings
// allows constants to be looked for
print "Hello {$arr[fruit]}"; // Hello carrot
print "Hello {$arr['fruit']}"; // Hello apple
// This will not work, results in a parse error such as:
// Parse error: parse error, expecting T_STRING' or T_VARIABLE' or T_NUM_STRING'
// This of course applies to using autoglobals in strings as well
print "Hello $arr['fruit']";
print "Hello $_GET['foo']";
// Concatenation is another option
print "Hello " . $arr['fruit']; // Hello apple
?>
3.鍵值問題
$a['color'] = 'red';
$a['taste'] = 'sweet';
$a['shape'] = 'round';
$a['name'] = 'apple';
$a[] = 4; // key will be 0
$b[] = 'a'; // key will be 0
$b[] = 'b'; // key will be 1
$b[] = 'c'; // key will be 2
switching = array( 10, // key = 0
5 => 6,
3 => 7,
'a' => 4,
11, // key = 6 (maximum of integer-indices was 5)
'8' => 2, // key = 8 (integer!)
'02' => 77, // key = '02'
0 => 12 // the value 10 will be overwritten by 12
);
<?php
$multi_array = array("red",
"green",
42 => "blue","yellow" => array("apple",9 => "pear","banana","orange" => array("dog","cat","iguana")));
?>
A.$multi_array['yellow']['apple'][0]
B.$multi_array['blue'][0]['orange'][1]
C.$multi_array[3][3][2]
D.$multi_array['yellow']['orange']['cat']
E.$multi_array['yellow']['orange'][1]
--------------------------------待續待續待續------
4.array_walk
5.var_dump
6.array_intersect
7.array_sum
8.array_count_values
9.array_flip
10.natsort
11.ksort(),asort(),krsort(),sort(),usort()
12.array_reverse()
13.array_merge
14.reset
-------------------------------待續待續待續------
15.array_combine
16array_count_values
17.array_diff
18.array_filter
19.array_search

php技術php數組總結篇(一),轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 午夜爽喷水无码成人18禁三级 | 国产中文字幕一区 | 国产免费啪嗒啪嗒视频看看 | 成人无码精品1区2区3区免费看 | 女人被躁到高潮嗷嗷叫69 | 老女人与小伙子露脸对白 | 亚洲成AV人电影在线观看 | 亚洲高清一区二区三区电影 | 伊人久99久女女视频精品免 | 国产精品久久久久影院嫩草 | 成人手机在线观看 | 明星三级电影 | 攵女yin乱合集高h | 国产手机在线精品 | 久久久久久电影 | 蜜臀AV久久国产午夜福利软件 | 午夜福利体检 | 桃花色影院 | 久久精品一区 | 久久青草费线频观看国产 | 大胸美女脱内衣黄网站 | 中文字幕无线观看不卡网站 | 亚洲精品久久无码AV片银杏 | 伊人久久久久久久久久 | 亚洲精品无码久久久久A片空 | 亚洲国产在线视频精品 | 色鲁97精品国产亚洲AV高 | 亚洲嫩草AV永久无码精品无码 | 久久777国产线看观看精品卜 | 美国兽皇zoo在线播放 | yellow在线中文 | 国产成人高清精品免费观看 | 日本一区二区三区在线观看网站 | 亚洲精品m在线观看 | 真实国产熟睡乱子伦对白无套 | 在线视频 国产 日韩 欧美 | 精品久久香蕉国产线看观看麻豆 | 日韩人妻无码专区一本二本 | 妖精视频一区二区免费 | 伊人久久大香线蕉综合亚洲 | 扒开黑女人p大荫蒂老女人 扒开粉嫩的小缝末成年小美女 |