2017年6月2日

Yii2.X 如何避开pathinfo不能处理中文名开头的bug

摘要: /** * @return string original file base name */ public function getBaseName() { // https://github.com/yiisoft/yii2/issues/11012 return mb_substr(pathinfo('_' . $... 阅读全文

posted @ 2017-06-02 17:38 周~~ 阅读(465) 评论(0) 推荐(0) 编辑

导航