ok

Mini Shell

Direktori : /home2/selectio/public_html/billingsoftwarenew/core/vendor/starkbank/ecdsa/src/utils/
Upload File :
Current File : //home2/selectio/public_html/billingsoftwarenew/core/vendor/starkbank/ecdsa/src/utils/file.php

<?php

namespace EllipticCurve\Utils;

class File {
    static function read($path, $mode="r") {
        $file = fopen($path, $mode);
        $content = fread($file, filesize($path));
        fclose($file);
        return $content;
    }
}

?>

Zerion Mini Shell 1.0