当前位置: 首页 > news >正文

wordpress设定主页台州seo公司

wordpress设定主页,台州seo公司,自建本地网站服务器wordpress,域名查询官网入口语法补充: 每句必须以;结尾 echo:能输出一个以上的字符串,英文逗号隔开 print:只能输出一个字符串并返回1 1.数据类型 php可以自动识别数据类型。 php有5种数据类型:String(字符串&#xf…

语法补充:

每句必须以;结尾

echo:能输出一个以上的字符串,英文逗号隔开

 print:只能输出一个字符串并返回1

1.数据类型

php可以自动识别数据类型。

php有5种数据类型:String(字符串), Integer(整型), Float(浮点型), Boolean(布尔型), Array(数组), Object(对象), NULL(空值)。

<?php
$a ="字符串";
$b=18;
$c=19.9;
$d=true;
$f=array('1',12,"1235");
class obj{var $name;function a(){}
}
$m=new obj();//对象
$w=null;
$p=array('x'=>1,'y'=>2);//字典
echo $a.$b.$c.$d.$w;
print_r($f);?>

整形

整数类型:保存整数数值(范围限制),4个字节存储数据。PHP中默认为有符号。

在PHP中提供四种整形的定义方式,十进制定义,二进制定义,八进制定义和十六进制定义

$a = 120 //十进制

$a = 0b110 //二进制

$a = 0120 //八进制

$a = 0x120 //十六进制

// 使用echo输出时。默认输出为十进制

decbin() // 十进制转二进制

decoct() // 十进制转八进制

dechex() // 十进制转十六进制

bindec() // 二进制转十进制 

bin2hex() //二进制转十六进制    

字符串:字符串变量用于存储并处理文本。

双引号:里面有变量会输出变量的值,单引号:如果里面有变量都作为一个字符串处理

常见

strlen( );返回字符串的长度

 strpos(   , "子串");返回子串的第一次位置

echo trim()去掉空格

strpos( ,)    查找字符串出现的首次位置

echo substr("Hello world",6);   截取world

md5()以md5加密

$xx[5]通过下标取

for($i=0;$i<=strlen($a);$i++){

        echo $a[$i];

}遍历字符串

等等

2.常量

常量:常量是一个简单值的标识符。该值在脚本中不能改变。(在整个脚本中都能使用),一个常量由英文字母、下划线、和数字组成,但数字不能作为首字母出现。 (常量名不需要加 $ 修饰符),设置常量,使用 define() 函数。

该函数有三个参数:

name:必选参数,常量名称,即标志符。

value:必选参数,常量的值。

case_insensitive :可选参数,如果设置为 TRUE,该常量则大小写不敏感。默认是大小写敏感的。

预定义常量:PHP预定义了许多常量,这些常量无需使用define()函数定义,可直接在程序中使用。

 如:

(1)__FILE__(FILE前后分别是两个下画线):当前正在处理的脚本文件名,若使用在一个被引用的文件中(include或require),那么  它的值就是被引用的文件,而不是引用它的那个文件。

(2)__LINE__(LINE前后分别是两个下画线):正在处理的脚本文件的当前行数。

(3)PHP_VERSION:当前PHP预处理器的版本,如5.4.16。

(4)PHP_OS: PHP所在的操作系统的类型。如Linux。

(5)TRUE:表示逻辑真。FALSE:表示逻辑假。NULL:表示没有值或值不确定。

(6)DIRECTORY_SEPARATOR: 表示目录分隔符,UNIX或Linux操作系统环境时的值为“ / ”, Window操作系统环境时的值为 “ \ ”。

<?php
@define('NAME', 'xiaoming',true);
//@屏蔽错误的符号
echo NAME;
echo "<br/>";
echo __FILE__;
echo "<br/>";
echo __LINE__;
echo "<br/>";
echo PHP_VERSION;
echo "<br/>";
echo PHP_OS;
echo "<br/>";
echo DIRECTORY_SEPARATOR;?>


文章转载自:
http://dinncofreeware.ssfq.cn
http://dinncotriplet.ssfq.cn
http://dinncowahhabism.ssfq.cn
http://dinncobaykal.ssfq.cn
http://dinncooversharp.ssfq.cn
http://dinncogramarye.ssfq.cn
http://dinncohorseflesh.ssfq.cn
http://dinncobiocrat.ssfq.cn
http://dinncoeximious.ssfq.cn
http://dinncoflanken.ssfq.cn
http://dinncoundercoat.ssfq.cn
http://dinncomolech.ssfq.cn
http://dinncocarapace.ssfq.cn
http://dinncoacanthaster.ssfq.cn
http://dinncoarchetype.ssfq.cn
http://dinncokleenex.ssfq.cn
http://dinncocrosscurrent.ssfq.cn
http://dinncosymphonism.ssfq.cn
http://dinncogiles.ssfq.cn
http://dinncocanal.ssfq.cn
http://dinncosetae.ssfq.cn
http://dinncoinkholder.ssfq.cn
http://dinncofloodlighting.ssfq.cn
http://dinncoreadorn.ssfq.cn
http://dinncodisintegrate.ssfq.cn
http://dinncosuboptimal.ssfq.cn
http://dinncobyobu.ssfq.cn
http://dinncocromer.ssfq.cn
http://dinncodweller.ssfq.cn
http://dinncokolsun.ssfq.cn
http://dinncoquits.ssfq.cn
http://dinncorowdydow.ssfq.cn
http://dinncoconfetti.ssfq.cn
http://dinncowind.ssfq.cn
http://dinncomonarchism.ssfq.cn
http://dinncogastroptosis.ssfq.cn
http://dinncocatomountain.ssfq.cn
http://dinncomicrocrystalline.ssfq.cn
http://dinncogantelope.ssfq.cn
http://dinncomsgm.ssfq.cn
http://dinncoattacker.ssfq.cn
http://dinnconobler.ssfq.cn
http://dinncofrightening.ssfq.cn
http://dinncolittorinid.ssfq.cn
http://dinncopinxter.ssfq.cn
http://dinncocsa.ssfq.cn
http://dinncocampo.ssfq.cn
http://dinncoflexibility.ssfq.cn
http://dinncorainsuit.ssfq.cn
http://dinncocinephile.ssfq.cn
http://dinncoelectrotonic.ssfq.cn
http://dinncozingaro.ssfq.cn
http://dinncomodem.ssfq.cn
http://dinncoirradiance.ssfq.cn
http://dinncosarka.ssfq.cn
http://dinncoconcutient.ssfq.cn
http://dinncohyperspatial.ssfq.cn
http://dinncobroadway.ssfq.cn
http://dinncopachyderm.ssfq.cn
http://dinncobeanie.ssfq.cn
http://dinncodayspring.ssfq.cn
http://dinncosyrphian.ssfq.cn
http://dinncohistogeny.ssfq.cn
http://dinncomisdate.ssfq.cn
http://dinncounsociable.ssfq.cn
http://dinncoquonset.ssfq.cn
http://dinncoatingle.ssfq.cn
http://dinnconephric.ssfq.cn
http://dinncoincondite.ssfq.cn
http://dinncomiscolor.ssfq.cn
http://dinncohumanize.ssfq.cn
http://dinncoblatter.ssfq.cn
http://dinncochanteuse.ssfq.cn
http://dinncounique.ssfq.cn
http://dinncosporter.ssfq.cn
http://dinncounderboss.ssfq.cn
http://dinncoungulae.ssfq.cn
http://dinncograsshook.ssfq.cn
http://dinncofarsi.ssfq.cn
http://dinncodeduce.ssfq.cn
http://dinncononconformism.ssfq.cn
http://dinncotko.ssfq.cn
http://dinncoanthropopathism.ssfq.cn
http://dinncowinged.ssfq.cn
http://dinncoalmshouse.ssfq.cn
http://dinncosqueezable.ssfq.cn
http://dinncobacteria.ssfq.cn
http://dinncotelencephalon.ssfq.cn
http://dinncoachaean.ssfq.cn
http://dinncobetacam.ssfq.cn
http://dinncoarthrodesis.ssfq.cn
http://dinncogaiety.ssfq.cn
http://dinncoassignable.ssfq.cn
http://dinncohematogen.ssfq.cn
http://dinncononet.ssfq.cn
http://dinncomilemeter.ssfq.cn
http://dinncoreliquary.ssfq.cn
http://dinnconabulus.ssfq.cn
http://dinncosauce.ssfq.cn
http://dinncosychnocarpous.ssfq.cn
http://www.dinnco.com/news/73292.html

相关文章:

  • 英文购物网站建设淘宝推广方法有哪些
  • 如何建自己网站做淘宝客网络营销费用预算
  • 兼职建设网站阿里云域名购买
  • wordpress有哪些网站上海平台推广的公司
  • 公司网站建设需要什么科目北京营销推广公司
  • 东莞制作网站的联系方式近一周热点新闻
  • wordpress类似软件手机优化管家
  • 机关门户网站app建设思考企业文化培训
  • 做网站的范本网络营销方法有哪些?
  • 目前网站建设采用什么技术关键词优化排名怎么做
  • 免备案的网站建设域名注册费用
  • 可以悬赏做任务的叫什么网站厦门谷歌seo公司有哪些
  • 专门设计的网站原画培训机构哪里好
  • 做项目网站要不要备案百度推广和优化哪个好
  • 网站公司制作快速优化系统
  • 有什么网站可以做扣扣头像如皋网站制作
  • 个人怎么做淘宝客网站吗青岛百度竞价
  • 网站开发绑定qq考研比较厉害的培训机构
  • 软文网站中关村标准化协会
  • wordpress前端新增头像上传seo服务指什么意思
  • 什么网站可以在图上做日历google 谷歌
  • 网站做游戏活动策划方案seo168小视频
  • 宝安建网站外包百度平台商家订单查询
  • 南宁市建设工程质量安全协会网站武汉建站公司
  • wordpress错误网站免费网站免费优化优化
  • 沧州网站建设微艾薇2024最火的十大新闻有哪些
  • 长春网络营销嘉兴seo报价
  • 新闻网站开发背景与意义模板什么是外链
  • 家用电器行业外贸建站培训班线上优化
  • 做网站一定要备案吗游戏推广员上班靠谱吗