diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-01-31 18:21:47 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-01-31 18:21:47 +0100 | 
| commit | 7d54e6b4cb43e2606367af3f584fc01f3c92ab09 (patch) | |
| tree | 706a0f045bfc8797c4c0ecac23383e27e3c8fa98 /REFLECTION-PHP7 | |
| parent | 7b766b479f8dc7ee988b2fd30d362c95afe08e5f (diff) | |
php-pecl-inotify: 2.0.0 (php 7, stable)
Diffstat (limited to 'REFLECTION-PHP7')
| -rw-r--r-- | REFLECTION-PHP7 | 64 | 
1 files changed, 64 insertions, 0 deletions
diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 new file mode 100644 index 0000000..89c6ac4 --- /dev/null +++ b/REFLECTION-PHP7 @@ -0,0 +1,64 @@ +Extension [ <persistent> extension #61 inotify version 2.0.0 ] { + +  - Constants [23] { +    Constant [ integer IN_ACCESS ] { 1 } +    Constant [ integer IN_MODIFY ] { 2 } +    Constant [ integer IN_ATTRIB ] { 4 } +    Constant [ integer IN_CLOSE_WRITE ] { 8 } +    Constant [ integer IN_CLOSE_NOWRITE ] { 16 } +    Constant [ integer IN_OPEN ] { 32 } +    Constant [ integer IN_MOVED_FROM ] { 64 } +    Constant [ integer IN_MOVED_TO ] { 128 } +    Constant [ integer IN_CREATE ] { 256 } +    Constant [ integer IN_DELETE ] { 512 } +    Constant [ integer IN_DELETE_SELF ] { 1024 } +    Constant [ integer IN_MOVE_SELF ] { 2048 } +    Constant [ integer IN_UNMOUNT ] { 8192 } +    Constant [ integer IN_Q_OVERFLOW ] { 16384 } +    Constant [ integer IN_IGNORED ] { 32768 } +    Constant [ integer IN_CLOSE ] { 24 } +    Constant [ integer IN_MOVE ] { 192 } +    Constant [ integer IN_ALL_EVENTS ] { 4095 } +    Constant [ integer IN_ONLYDIR ] { 16777216 } +    Constant [ integer IN_DONT_FOLLOW ] { 33554432 } +    Constant [ integer IN_MASK_ADD ] { 536870912 } +    Constant [ integer IN_ISDIR ] { 1073741824 } +    Constant [ integer IN_ONESHOT ] { 2147483648 } +  } + +  - Functions { +    Function [ <internal:inotify> function inotify_init ] { + +      - Parameters [0] { +      } +    } +    Function [ <internal:inotify> function inotify_add_watch ] { + +      - Parameters [3] { +        Parameter #0 [ <required> $inotify_instance ] +        Parameter #1 [ <required> $pathname ] +        Parameter #2 [ <required> $mask ] +      } +    } +    Function [ <internal:inotify> function inotify_rm_watch ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $inotify_instance ] +        Parameter #1 [ <required> $mask ] +      } +    } +    Function [ <internal:inotify> function inotify_queue_len ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $inotify_instance ] +      } +    } +    Function [ <internal:inotify> function inotify_read ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $inotify_instance ] +      } +    } +  } +} +  | 
