Fenying
Angus’ Home.
Home
Posts
Books
Projects
Tags
Categories
About
define
05
Jan 2015
PHP 中新增 const 常量与 define 的异同
MIGRATED
PHP 5.3 中新增了
const
关键词用于定义常量,本文介绍其与
define
直接的区别。
Category: PHP
const
define
difference