From 6fe89e3c14ec53db7c21b3717d1e9a98c0db855d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Dec 2012 09:10:46 +0100 Subject: PHP 5.5: save extension reflection --- reflection/sysvshm.txt | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 reflection/sysvshm.txt (limited to 'reflection/sysvshm.txt') diff --git a/reflection/sysvshm.txt b/reflection/sysvshm.txt new file mode 100644 index 0000000..a77db43 --- /dev/null +++ b/reflection/sysvshm.txt @@ -0,0 +1,55 @@ +Extension [ extension #86 sysvshm version ] { + + - Functions { + Function [ function shm_attach ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $memsize ] + Parameter #2 [ $perm ] + } + } + Function [ function shm_remove ] { + + - Parameters [1] { + Parameter #0 [ $shm_identifier ] + } + } + Function [ function shm_detach ] { + + - Parameters [1] { + Parameter #0 [ $shm_identifier ] + } + } + Function [ function shm_put_var ] { + + - Parameters [3] { + Parameter #0 [ $shm_identifier ] + Parameter #1 [ $variable_key ] + Parameter #2 [ $variable ] + } + } + Function [ function shm_has_var ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $variable_key ] + } + } + Function [ function shm_get_var ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $variable_key ] + } + } + Function [ function shm_remove_var ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $variable_key ] + } + } + } +} + -- cgit