Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory::getTemporaryPath PHP Method

getTemporaryPath() protected method

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