php知识积累

WBOY
WBOYOriginal
2016-06-23 14:33:141026browse

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

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

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

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