2016年11月10日

php常用Stream函数集介绍与测试

摘要: stream_bucket_append函数:为队列添加数据 stream_bucket_make_writeable函数:从操作的队列中返回一个数据对象stream_bucket_new函数:为当前队列创建一个新的数据stream_bucket_prepend函数:预备数据到队列 stream_c 阅读全文

posted @ 2016-11-10 16:12 小乔流水人家 阅读(336) 评论(0) 推荐(0)

PHP 类的继承问题

摘要: 类和接口是不同的。类里是有程序实现的;而接口无程序实现,只可以预定义方法 extends 继承类class A extends B implements C,D,Eextends 继承类implements 实现接口 阅读全文

posted @ 2016-11-10 12:49 小乔流水人家 阅读(535) 评论(0) 推荐(0)

php强制转换格式 东西不用 还真容易遗忘

摘要: mb_convert_encoding — 转换字符的编码 mb_convert_encoding — 转换字符的编码 说明 string mb_convert_encoding ( string $str , string $to_encoding [, mixed $from_encoding  阅读全文

posted @ 2016-11-10 11:36 小乔流水人家 阅读(281) 评论(0) 推荐(0)

导航