5 lines
82 B
PHP
5 lines
82 B
PHP
<?php
|
|
function read_storage_file($filename, $offset=0, $length=0) {
|
|
// todo
|
|
}
|