Pickle\Engine\PHP\Ini::buildDllIniLine PHP Method

buildDllIniLine() protected method

protected buildDllIniLine ( $dll )
    protected function buildDllIniLine($dll)
    {
        return 'extension=' . $dll;
    }