📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv2.demodesign.com.tr
/
assets
/
vendor
/
player.js
/
test
/
helpers
📝
html.js
← Geri Dön
export default function html(strings, ...values) { const string = strings.reduce((previous, current, index) => { return previous + current + (values[index] ? values[index] : ''); }, ''); const el = document.createElement('div'); el.innerHTML = string; return el.firstChild; }
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula