当前位置:网站首页>PHP Basics
PHP Basics
2022-07-28 09:53:00 【MountainYanYL】
1,PHP Eight basic data types
int float string boolean // Basic data type
array object( object ) // Mixed type
resource ( resources ) NULL // Complex type
2, PHP Super global variable
$_GET
$_POST
$_SERVER
$_FILES
$_COOKIE $_SESSION
$_REQUEST
$_ENV
$GLOBALS
3, PHP Magic variable
__FILE__
__DIR__
__FUNCTION__
__LINE__
__CLASS__
__METHOD__
4, PHP Magic methods – Class object
__construct()
__destroy()
__set($name ,$value)
__get($name)
__call()
__callStatic()
__tostring()
__clone()
__sleep()
__wakeup()
边栏推荐
- With such a simple verification, 80% of programmers can't do it, let alone understand it!
- 数据库高级学习笔记--游标
- 老板:公司系统太多,能不能实现账号互通?
- Inside database system distributed system
- fastjson中@jsonType注解的功能简介说明
- The maximum recommended number of rows for MySQL is 2000W. Is it reliable?
- The secret behind three salary increases a year
- ES6新特性
- Take you to wechat applet development in 3 minutes
- Buckle 376 swing sequence greedy
猜你喜欢

力扣376-摆动序列——贪心

老板:公司系统太多,能不能实现账号互通?

TCP 基础知识

Machine learning (10) -- hypothesis testing and regression analysis

SeekTiger生态通证STI 新进展,4月14日登录 ZB

NTU Lin Xuantian's "machine learning cornerstone" problem solving and code implementation | [you deserve it]

Create SSL certificate using OpenSSL

Time series analysis 41 - time series prediction tbats model

Go language slice vs array panic runtime error index out of range problem solving

关于CLR GC调优的一些问题
随机推荐
opencv安装配置测试
C countdown tool
PlatoFarm进展不断,接连上线正式版以及推出超级原始人NFT
C# 之 方法参数传递机制
Arouter source code analysis (I)
ARouter源码解析(一)
Arouter source code analysis (III)
SQL server, MySQL master-slave construction, EF core read-write separation code implementation
Learn a hammer.Net zero foundation reverse tutorial lesson 3 (shell and homework)
ARouter源码解析(二)
实验五:用户与用户组管理
OpenAtom OpenHarmony分论坛,今天14:00见!附大事记精彩发布
DAO社区的胜利,Tiger DAO VC胜在治理与共识
This wechat plug-in is very easy to use
Opencv4.60 installation and configuration
Window源码解析(四):Window的删除机制
Inside database system distributed system
使用Xposed对软件进行破解
How view works
数据库高级学习笔记--对象类型