Sindbad~EG File Manager

Current Path : /var/www/html/eva.sumar.com.py/vendor/vlucas/phpdotenv/src/Repository/Adapter/
Upload File :
Current File : /var/www/html/eva.sumar.com.py/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php

<?php

declare(strict_types=1);

namespace Dotenv\Repository\Adapter;

interface WriterInterface
{
    /**
     * Write to an environment variable, if possible.
     *
     * @param string $name
     * @param string $value
     *
     * @return bool
     */
    public function write(string $name, string $value);

    /**
     * Delete an environment variable, if possible.
     *
     * @param string $name
     *
     * @return bool
     */
    public function delete(string $name);
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists