function read_all ($dir){
if(!is_dir($dir)) ...
标签 自定义函数 下的文章
function download($filename){
if ((isset($...
function getExtension($filename){
$myext = s...
PHP加密解密function encryptDecrypt($key, $string, $...
$timestamp = strtotime('October');
//也可...