search
Homephp教程php手册php数据类型03

php数据类型03

Jun 06, 2016 pm 07:57 PM
20phpforceConditiondatatype

1、数据的强制装换 特殊情况如下: $a = '2012abcd'; $b = 'qq2012abcd'; var_dump( (int)$a ); //输出2012,非数字部分就会被抹去 var_dump( (int)$b ) ;//输出的是0,全部都被抹掉了 2.设置数据类型: $a = 2012; setType($a , 'int'); setType直接改变作

1、数据的强制装换

    特殊情况如下:

    $a = '2012abcd';

    $b = 'qq2012abcd';

    var_dump( (int)$a );  //输出2012,非数字部分就会被抹去

    var_dump( (int)$b ) ;//输出的是0,全部都被抹掉了

2.设置数据类型:

   $a = "2012";

   setType($a , 'int');

   setType直接改变作用体变量类型,而强制转换是复制一个对象

3.具体系统转换函数:

    intval()                //装换成整型

    floatval()             //装换成浮点型

    strval()                //转换成字符串型

   注意:这三个函数只是适用于int,float,string ,boolean,这些标量类型,不能用于array,resource,object类型变量

4.获取外部表单内容的几种方式:

    $_GET[],$_POST[],$REQUEST[]

    可以用三木运算对表单的内容进行检测,比如获取username:

    $username = empty($_POST['name'])?"请填写姓名":$_POST['name'];

    echo "用户名为:{$username}";//也可以去掉大括号

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools