We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
仪表盘很好用,现在挂着两块移动硬盘,怎么让两块硬盘一起显示
The text was updated successfully, but these errors were encountered:
硬盘信息是通过PHP的 disk_total_space 和 disk_free_space 获得的,disk_total_space(directory) 函数返回指定目录的磁盘总大小。可能需要你先挂载硬盘。如果识别不到,试试修改disk_total_space的参数到挂载路径。
Sorry, something went wrong.
No branches or pull requests
仪表盘很好用,现在挂着两块移动硬盘,怎么让两块硬盘一起显示
The text was updated successfully, but these errors were encountered: