求大神指点,php中print、print_r、echo三者有什么区别啊?
汪汪
汪汪 2016-12-17 10:58:30
0
2
1164
汪汪
汪汪

reply all (2)
数据分析师

Please give me some advice, what is the difference between print, print_r and echo in php? -PHP Chinese website Q&A-Please give me some advice. What are the differences between print, print_r, and echo in PHP? -PHP Chinese website Q&A

Please watch and learn.

    迷茫

    echo是PHP语句, print和print_r是函数,语句没有返回值,函数可以有返回值
    print() 只能打印出简单类型变量的值(如int,string)
    print_r() 可以打印出复杂类型变量的值(如数组,对象)
    echo 输出一个或者多个字符串


      Latest Downloads
      More>
      Web Effects
      Website Source Code
      Website Materials
      Front End Template
      About us Disclaimer Sitemap
      php.cn:Public welfare online PHP training,Help PHP learners grow quickly!