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

PHP中的string類型使用說明

注意:php沒有對string的長度做限制。唯一限制的就是php在計算機中的可用內存(php.ini文件中的memory_limit變量的值)
限定字符串范圍的方法有4中:
1、單引號;
2、雙引號;
3、原型文檔語法;
4、nowdoc syntax(php5.3.0開始)

1、如果字符串使用單引號“‘”包裹,字符串中如果出現單引號“,”和反斜杠“/”符號,需要進行轉義。
復制代碼 代碼如下:
// Outputs: Arnold once said: "I'll be back"
echo 'Arnold once said: "I/'ll be back"';
// Outputs: You deleted C:/*.*?
echo 'You deleted C://*.*?';
// Outputs: You deleted C:/*.*?
echo 'You deleted C:/*.*?';

(有待驗證 單引號包裹的字符串反斜杠是否需要轉義)

2、如果字符串被雙引號包裹 一下字符都會被轉義:
Escaped characters Sequence Meaning
/n linefeed (LF or 0x0A (10) in ASCII)
/r carriage return (CR or 0x0D (13) in ASCII)
/t horizontal tab (HT or 0x09 (9) in ASCII)
/v vertical tab (VT or 0x0B (11) in ASCII) (since php 5.2.5)
/f form feed (FF or 0x0C (12) in ASCII) (since php 5.2.5)
// backslash
/$ dollar sign
/" double-quote
/[0-7]{1,3} the sequence of characters matching the regular expression is a character in octal notation
/x[0-9A-Fa-f]{1,2} the sequence of characters matching the regular expression is a character in hexadecimal notation

如果字符串 使用雙引號“"”或者原形文檔語法的形式包裹的話,在字符串中的變量會被解析。
1、簡單語法:
因為解析器會貪婪匹配$后面的字符,所以,為了不出什么以外,應該使用"{"和"}"來表名變量的邊界。
復制代碼 代碼如下:
<?php
$beer = 'Heineken';
echo "$beer's taste is great"; // works; "'" is an invalid character for variable names
echo "He drank some $beers"; // won't work; 's' is a valid character for variable names but the variable is "$beer"
echo "He drank some ${beer}s"; // works
echo "He drank some {$beer}s"; // works
?>

同樣,數組的下標和對象的屬性也會不解析。
復制代碼 代碼如下:
<?php
// These examples are specific to using arrays inside of strings.
// When outside of a string, always quote array string keys and do not use
// {braces}.
// Show all errors
error_reporting(E_ALL);
$fruits = array('strawberry' => 'red', 'banana' => 'yellow');
// Works, but note that this works differently outside a string
echo "A banana is $fruits[banana].";
// Works
echo "A banana is {$fruits['banana']}.";
// Works, but php looks for a constant named banana first, as described below.
echo "A banana is {$fruits[banana]}.";
// Won't work, use braces. This results in a parse error.
echo "A banana is $fruits['banana'].";
// Works
echo "A banana is " . $fruits['banana'] . ".";
// Works
echo "This square is $square->width meters broad.";
// Won't work. For a solution, see the complex syntax.
echo "This square is $square->width00 centimeters broad.";
?>

2、復合語法:
復制代碼 代碼如下:
<?php
// Show all errors
error_reporting(E_ALL);
$great = 'fantastic';
// Won't work, outputs: This is { fantastic}
echo "This is { $great}";
// Works, outputs: This is fantastic
echo "This is {$great}";
echo "This is ${great}";
// Works
echo "This square is {$square->width}00 centimeters broad.";
// Works
echo "This works: {$arr[4][3]}";
// This is wrong for the same reason as $foo[bar] is wrong outside a string.
// In other words, it will still work, but only because php first looks for a
// constant named foo; an error of level E_NOTICE (undefined constant) will be
// thrown.
echo "This is wrong: {$arr[foo][3]}";
// Works. When using multi-dimensional arrays, always use braces around arrays
// when inside of strings
echo "This works: {$arr['foo'][3]}";
// Works.
echo "This works: " . $arr['foo'][3];
echo "This works too: {$obj->values[3]->name}";
echo "This is the value of the var named $name: {${$name}}";
echo "This is the value of the var named by the return value of getName(): {${getName()}}";
echo "This is the value of the var named by the return value of /$object->getName(): {${$object->getName()}}";


訪問,修改字符串中的指定字符:
字符串可以使用"[]"和"{}"進行訪問。(注意:php5.3.0以后不建議使用“{}”訪問)
注意:使用其他類型(非integer)類型訪問字符串指定的字符,都會返回NULL
警告:
Writing to an out of range offset pads the string with spaces. Non-integer types are converted to integer. Illegal offset type emits E_NOTICE. Negative offset emits E_NOTICE in write but reads empty string. Only the first character of an assigned string is used. Assigning empty string assigns NUL byte。

php技術PHP中的string類型使用說明,轉載需保留來源!

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

主站蜘蛛池模板: 啦啦啦视频在线观看WWW | 久久精品久久久 | 麻豆AV久久无码精品九九 | 虫族bl文全肉高h | 四川少妇大战4黑人 | 尤物99久久久合集一区区 | 国产主播AV福利精品一区 | 欧美成人免费一区二区三区不卡 | 艳照门在线观看 | 国产午夜亚洲精品不卡电影 | 无码欧美毛片一区二区三在线视频 | 日日噜噜夜夜躁躁狠狠 | a一级一片免费观看视频 | 亚洲AV噜噜狠狠网址蜜桃尤物 | 欧美乱妇15p图 | 久久re这里视频只精品首页 | 亚洲熟女乱色一区二区三区 | 男人J桶女人P视频无遮挡网站 | 久久精品无码人妻无码AV蜜臀 | 精品熟女少妇AV免费观看 | 亚洲精品在线免费 | YIN荡的老师系列第6部分视频 | 视频一区二区三区蜜桃麻豆 | 麻豆E奶女教师国产精品 | 韩国女主播内部vip自带氏巾 | 无套内射CHINESEHD熟女 | 美女被触手注入精子强制受孕漫画 | 日本免费一区二区三区四区五六区 | 男人的天堂黄色 | YIN荡的老师系列第6部分视频 | 国产二级一片内射视频播放 | 亚洲午夜久久久无码精品网红A片 | 精品国产乱码久久久久久免费流畅 | gay台湾无套男同志xnxⅹ | 亚洲国产第一区二区三区 | 久久久影院亚洲精品 | 美丽的姑娘BD在线观看 | 久草在线一免费新视频 | 污到湿的爽文免费阅读 | 久久热国产在线视频 | 综合色一色综合久久网vr |