php知识积累

WBOY
Release: 2016-06-23 14:33:14
Original
991 people have browsed it

发现自己用的语言与开发平台够多的。。
C -> VBScript -> C++ -> C# -> C++ -> Ruby -> PHP

这个帖子积累些PHP知识吧。

先是基础的输出:
1 echo(): 这个不是函数,是php语句,输出一个变量到终端,语句没有返回值,但函数可以有返回值。
2 print(): 可以打印出简单类型变量的值
3 print_r(): 可以打印出复杂类型变量的值,比如Array,Object等

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template