Lines Matching defs:index
107 …public function replaceFile(string $filepath, int $index, int $start = 0, int $length = 0, int $fl…
116 public function renameIndex(int $index, string $new_name): bool {}
128 public function setCommentIndex(int $index, string $comment): bool {}
135 public function setMtimeIndex(int $index, int $timestamp, int $flags = 0): bool {}
142 public function getCommentIndex(int $index, int $flags = 0): string|false {}
148 public function deleteIndex(int $index): bool {}
157 public function statIndex(int $index, int $flags = 0): array|false {}
163 public function getNameIndex(int $index, int $flags = 0): string|false {}
172 public function unchangeIndex(int $index): bool {}
184 public function getFromIndex(int $index, int $len = 0, int $flags = 0): string|false {}
194 …public function setExternalAttributesIndex(int $index, int $opsys, int $attr, int $flags = 0): boo…
208 public function getExternalAttributesIndex(int $index, &$opsys, &$attr, int $flags = 0): bool {}
215 public function setCompressionIndex(int $index, int $method, int $compflags = 0): bool {}
222 public function setEncryptionIndex(int $index, int $method, ?string $password = null): bool {}