typora/note/Joplin导出归档/php/数据类型.md
2024-12-12 10:48:55 +08:00

17 lines
476 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 数据类型
- String字符串
- Integer整型
- Float浮点型
- Boolean布尔型
- Array数组
- Object对象
- NULL空值
- Resource资源类型
### 整数
- 整数必须至少有一个数字 (0-9)
- 整数不能包含逗号或空格
- 整数是没有小数点的
- 整数可以是正数或负数
- 整型可以用三种格式来指定:十进制, 十六进制( 以 0x 为前缀)或八进制(前缀为 0