Lines Matching refs:flags

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