📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv11.demodesign.com.tr
/
system
/
library
/
Spout3
/
Reader
📝
SheetInterface.php
← Geri Dön
<?php namespace Box\Spout\Reader; /** * Interface SheetInterface */ interface SheetInterface { /** * @return IteratorInterface Iterator to iterate over the sheet's rows. */ public function getRowIterator(); /** * @return int Index of the sheet */ public function getIndex(); /** * @return string Name of the sheet */ public function getName(); /** * @return bool Whether the sheet was defined as active */ public function isActive(); /** * @return bool Whether the sheet is visible */ public function isVisible(); }
💾 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