Barryvdh\Snappy\IlluminateSnappyPdf::mkdir PHP Method

mkdir() protected method

Wrapper for the mkdir function
protected mkdir ( string $pathname ) : boolean
$pathname string
return boolean
    protected function mkdir($pathname)
    {
        return $this->fs->makeDirectory($pathname, 0777, true, true);
    }