new_is_writeable() new_is_writeable(string $file) : boolean 判断 文件/目录 是否可写(取代系统自带的 is_writeable 函数) Parameters string $file 文件/目录 Returns boolean