php 的trait Published 2020-11-28 by 行舟 5.4开始有trait Trait 是为类似 PH… Continue readingphp 的trait Leave a Comment
PHP 接口 可以继承 接口 Published 2020-11-28 by 行舟 interface A{ public funct… Continue readingPHP 接口 可以继承 接口 Leave a Comment
php 类构造函数 Published 2020-11-28 by 行舟 如果子类中定义了构造函数则不会隐式调用其父类的构造… Continue readingphp 类构造函数 Leave a Comment
PHP 的类常量 Published 2020-11-28 by 行舟 php5 以上php可以订阅类常量 php5.6 … Continue readingPHP 的类常量 Leave a Comment
require和include 的区别 Published 2020-11-27 by 行舟 require 和 include 几乎完全一样,… Continue readingrequire和include 的区别 Leave a Comment
数据库事务ACID Published 2020-11-27 by 行舟 本篇讲诉数据库中事务的四大特性(ACID),并且将… Continue reading数据库事务ACID Leave a Comment
switch的break跳出 Published 2020-11-27 by 行舟 $type = 1; while($type<… Continue readingswitch的break跳出 Leave a Comment
json_encode 第二个参数 Published 2020-11-05 by 行舟 json_encode ( m… Continue readingjson_encode 第二个参数 Leave a Comment
mysql修改密码 Published 2020-11-04 by 行舟 1、修改本机密码 set password for… Continue readingmysql修改密码 Leave a Comment