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
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
元素为 对象和数组 的数组区别例子 Published 2020-10-17 by 行舟 <?phpclass User{ publi… Continue reading元素为 对象和数组 的数组区别例子 Leave a Comment
PHPMailer线上无法通过25端口发送邮件问题 Published 2020-10-12 by 行舟 https://blog.csdn.net/kun… Continue readingPHPMailer线上无法通过25端口发送邮件问题 Leave a Comment
PHP的ini文件文件位置 Published 2020-10-05 by 行舟 命令 php –ini 获取php.i… Continue readingPHP的ini文件文件位置 Leave a Comment
一个nginx报的 recv() failed (104: Connection reset by peer)问题 Published 2020-10-05 by 行舟 描述:某个查询nginx报502错误,其他一些查询… Continue reading一个nginx报的 recv() failed (104: Connection reset by peer)问题 Leave a Comment