初始化代码
This commit is contained in:
16
vendor/swoole/ide-helper/output/swoole_async/namespace/Mmap.php
vendored
Normal file
16
vendor/swoole/ide-helper/output/swoole_async/namespace/Mmap.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Swoole;
|
||||
|
||||
class Mmap
|
||||
{
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public static function open($filename, $size = null, $offset = null)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user