Skip to content

yangfuliang/pshm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pshm

php共享内存扩展

shm_write(int key, long buf_size, string value);
shm_write(100, 1024, "hello world");
shm_read(int key);
echo shm_read(100);
shm_clear(int key);
shm_clear(100);

About

php共享内存扩展

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published