php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
shmop.stub.php File Reference

Go to the source code of this file.

Data Structures

class  Shmop
 

Functions

 shmop_open (int $key, string $mode, int $permissions, int $size)
 
 shmop_read (Shmop $shmop, int $offset, int $size)
 
 shmop_close (Shmop $shmop)
 
 shmop_size (Shmop $shmop)
 
 shmop_write (Shmop $shmop, string $data, int $offset)
 
 shmop_delete (Shmop $shmop)
 

Function Documentation

◆ shmop_close()

shmop_close ( Shmop $shmop)

Definition at line 16 of file shmop.stub.php.

◆ shmop_delete()

shmop_delete ( Shmop $shmop)

Definition at line 22 of file shmop.stub.php.

◆ shmop_open()

shmop_open ( int $key,
string $mode,
int $permissions,
int $size )

Definition at line 11 of file shmop.stub.php.

◆ shmop_read()

shmop_read ( Shmop $shmop,
int $offset,
int $size )

Definition at line 13 of file shmop.stub.php.

◆ shmop_size()

shmop_size ( Shmop $shmop)

Definition at line 18 of file shmop.stub.php.

◆ shmop_write()

shmop_write ( Shmop $shmop,
string $data,
int $offset )

Definition at line 20 of file shmop.stub.php.