The Swoole\Mmap class

Introduction

Class synopsis

Swoole\Mmap
class Swoole\Mmap {
/* Methods */
public static ReturnType open(string $filename, string $size = ?, string $offset = ?)
}
Table of Contents
  • Swoole\Mmap::open — Map a file into memory and return the stream resource which can be used by PHP stream operations.