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/shmop.txt | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 reflection/shmop.txt (limited to 'reflection/shmop.txt') diff --git a/reflection/shmop.txt b/reflection/shmop.txt new file mode 100644 index 0000000..0e336e9 --- /dev/null +++ b/reflection/shmop.txt @@ -0,0 +1,49 @@ +Extension [ extension #23 shmop version ] { + + - Functions { + Function [ function shmop_open ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $flags ] + Parameter #2 [ $mode ] + Parameter #3 [ $size ] + } + } + Function [ function shmop_read ] { + + - Parameters [3] { + Parameter #0 [ $shmid ] + Parameter #1 [ $start ] + Parameter #2 [ $count ] + } + } + Function [ function shmop_close ] { + + - Parameters [1] { + Parameter #0 [ $shmid ] + } + } + Function [ function shmop_size ] { + + - Parameters [1] { + Parameter #0 [ $shmid ] + } + } + Function [ function shmop_write ] { + + - Parameters [3] { + Parameter #0 [ $shmid ] + Parameter #1 [ $data ] + Parameter #2 [ $offset ] + } + } + Function [ function shmop_delete ] { + + - Parameters [1] { + Parameter #0 [ $shmid ] + } + } + } +} + -- cgit