Lines Matching refs:flags
677 public function open(string $filename, int $flags = 0): bool|int {} argument
696 public function addEmptyDir(string $dirname, int $flags = 0): bool {} argument
699 …public function addFromString(string $name, string $content, int $flags = ZipArchive::FL_OVERWRITE…
702 … $filepath, string $entryname = "", int $start = 0, int $length = 0, int $flags = ZipArchive::FL_O…
705 …replaceFile(string $filepath, int $index, int $start = 0, int $length = 0, int $flags = 0): bool {}
708 public function addGlob(string $pattern, int $flags = 0, array $options = []): array|false {}
723 public function getArchiveComment(int $flags = 0): string|false {}
733 public function setMtimeIndex(int $index, int $timestamp, int $flags = 0): bool {}
736 public function setMtimeName(string $name, int $timestamp, int $flags = 0): bool {}
740 public function getCommentIndex(int $index, int $flags = 0): string|false {}
743 public function getCommentName(string $name, int $flags = 0): string|false {}
752 public function statName(string $name, int $flags = 0): array|false {}
755 public function statIndex(int $index, int $flags = 0): array|false {}
758 public function locateName(string $name, int $flags = 0): int|false {}
761 public function getNameIndex(int $index, int $flags = 0): string|false {}
779 public function getFromName(string $name, int $len = 0, int $flags = 0): string|false {}
782 public function getFromIndex(int $index, int $len = 0, int $flags = 0): string|false {}
785 public function getStreamIndex(int $index, int $flags = 0) {}
788 public function getStreamName(string $name, int $flags = 0) {}
795 …public function setExternalAttributesName(string $name, int $opsys, int $attr, int $flags = 0): bo…
798 …public function setExternalAttributesIndex(int $index, int $opsys, int $attr, int $flags = 0): boo…
805 … public function getExternalAttributesName(string $name, &$opsys, &$attr, int $flags = 0): bool {}
812 public function getExternalAttributesIndex(int $index, &$opsys, &$attr, int $flags = 0): bool {}