Lines Matching defs:flags
83 public function open(string $filename, int $flags = 0): bool|int {}
98 public function addEmptyDir(string $dirname, int $flags = 0): bool {}
101 …public function addFromString(string $name, string $content, int $flags = ZipArchive::FL_OVERWRITE…
104 …ng $filepath, string $entryname = "", int $start = 0, int $length = 0, int $flags = ZipArchive::FL…
107 …replaceFile(string $filepath, int $index, int $start = 0, int $length = 0, int $flags = 0): bool {}
110 public function addGlob(string $pattern, int $flags = 0, array $options = []): array|false {}
125 public function getArchiveComment(int $flags = 0): string|false {}
135 public function setMtimeIndex(int $index, int $timestamp, int $flags = 0): bool {}
138 public function setMtimeName(string $name, int $timestamp, int $flags = 0): bool {}
142 public function getCommentIndex(int $index, int $flags = 0): string|false {}
145 public function getCommentName(string $name, int $flags = 0): string|false {}
154 public function statName(string $name, int $flags = 0): array|false {}
157 public function statIndex(int $index, int $flags = 0): array|false {}
160 public function locateName(string $name, int $flags = 0): int|false {}
163 public function getNameIndex(int $index, int $flags = 0): string|false {}
181 public function getFromName(string $name, int $len = 0, int $flags = 0): string|false {}
184 public function getFromIndex(int $index, int $len = 0, int $flags = 0): string|false {}
191 …public function setExternalAttributesName(string $name, int $opsys, int $attr, int $flags = 0): bo…
194 …public function setExternalAttributesIndex(int $index, int $opsys, int $attr, int $flags = 0): boo…
201 … public function getExternalAttributesName(string $name, &$opsys, &$attr, int $flags = 0): bool {}
208 public function getExternalAttributesIndex(int $index, &$opsys, &$attr, int $flags = 0): bool {}