php代码片段
2019獨角獸企業重金招聘Python工程師標準>>>
獲取文件后綴 protected function _getExtension($fileInfo){$fileName='';if($fileInfo){foreach($fileInfo as $value){$fileName=$value['name'];}$exts=preg_split("[/.]",$fileName);$n=count($exts)-1;$exts=$exts[$n];return $exts;}}
生成隨機密碼
protected function _makePassword($length){$possible="0123456789!@#$%^&*()_+abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";$str="";while(strlen($str)<$length){$str.=substr($possible,(rand() % strlen($possible)),1);}return ($str);}
轉載于:https://my.oschina.net/lilugirl2005/blog/270789
總結
- 上一篇: [leetcode]Subsets @
- 下一篇: 推荐一款基于web的Unix系统管理工具