The Swoole\Mmap class

はじめに

クラス概要

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