mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
use namespace
This commit is contained in:
parent
7e13ba841d
commit
196b55e072
1 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,8 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Yggverse\Yoda\Interface\Model;
|
namespace Yggverse\Yoda\Interface\Model;
|
||||||
|
|
||||||
|
use \Shmop;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Shared memory API for async operations
|
* Shared memory API for async operations
|
||||||
*
|
*
|
||||||
|
|
@ -19,7 +21,7 @@ interface Pool
|
||||||
int $size = 0xfffff,
|
int $size = 0xfffff,
|
||||||
string $flags = 'c',
|
string $flags = 'c',
|
||||||
int $mode = 0644,
|
int $mode = 0644,
|
||||||
): ?\Shmop;
|
): ?Shmop;
|
||||||
|
|
||||||
public function read(
|
public function read(
|
||||||
string $key,
|
string $key,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue