PHP disk used space()

1 개요[ | ]

PHP disk_used_space()
PHP
Copy
<?php
echo disk_total_space("/")-disk_free_space("/");
Loading

2 같이 보기[ | ]