Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory::getTemporaryPath PHP Méthode

getTemporaryPath() protected méthode

Gets a temporary file path.
protected getTemporaryPath ( ) : string
Résultat string
    protected function getTemporaryPath()
    {
        return tempnam(sys_get_temp_dir(), uniqid('symfony', true));
    }