summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-06-19 08:00:13 +0200
committerRemi Collet <remi@php.net>2023-06-19 08:00:13 +0200
commit828942d16b12806ca5ec8d5ab4e7c3e90497ed15 (patch)
tree56d3b556a466e1e0c853c0b8cc98a111f39f7501
parent6f753329e9b933c43c21a5ff55186e64acea8e97 (diff)
update to 0.3.0
raise dependency on PHP 8 open https://github.com/bwoebi/php-uv/issues/108 1 test failing
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION7979
-rw-r--r--php-pecl-uv.spec73
3 files changed, 4119 insertions, 3937 deletions
diff --git a/PHPINFO b/PHPINFO
index 1e64a40..2096159 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -3,5 +3,5 @@ uv
PHP libuv Extension
libuv Support => enabled
-Version => 0.2.4
-libuv Version => 1.27
+Version => 0.3.0
+libuv Version => 1.44
diff --git a/REFLECTION b/REFLECTION
index 713c610..b6e8cfa 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,10 +1,10 @@
-Extension [ <persistent> extension #167 uv version 0.2.4 ] {
+Extension [ <persistent> extension #101 uv version 0.3.0 ] {
- Functions {
Function [ <internal:uv> function uv_update_time ] {
- Parameters [1] {
- Parameter #0 [ <required> $loop ]
+ Parameter #0 [ <optional> $loop = <default> ]
}
}
Function [ <internal:uv> function uv_ref ] {
@@ -20,19 +20,26 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
}
}
Function [ <internal:uv> function uv_loop_new ] {
+
+ - Parameters [0] {
+ }
}
Function [ <internal:uv> function uv_default_loop ] {
+
+ - Parameters [0] {
+ }
}
Function [ <internal:uv> function uv_stop ] {
- Parameters [1] {
- Parameter #0 [ <required> $loop ]
+ Parameter #0 [ <optional> $loop = <default> ]
}
}
Function [ <internal:uv> function uv_run ] {
- - Parameters [1] {
- Parameter #0 [ <required> $loop ]
+ - Parameters [2] {
+ Parameter #0 [ <optional> $loop = <default> ]
+ Parameter #1 [ <optional> $run_mode = <default> ]
}
}
Function [ <internal:uv> function uv_ip4_addr ] {
@@ -89,13 +96,13 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
- Parameters [2] {
Parameter #0 [ <required> $stream ]
- Parameter #1 [ <required> $callback ]
+ Parameter #1 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_now ] {
- Parameters [1] {
- Parameter #0 [ <required> $loop ]
+ Parameter #0 [ <optional> $loop = <default> ]
}
}
Function [ <internal:uv> function uv_loop_delete ] {
@@ -111,13 +118,6 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #1 [ <required> $callback ]
}
}
- Function [ <internal:uv> function uv_read2_start ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $server ]
- Parameter #1 [ <required> $callback ]
- }
- }
Function [ <internal:uv> function uv_read_stop ] {
- Parameters [1] {
@@ -165,7 +165,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
- Parameters [3] {
Parameter #0 [ <required> $loop ]
Parameter #1 [ <required> $callback ]
- Parameter #2 [ <required> $opaque ]
+ Parameter #2 [ <optional> $opaque = <default> ]
}
}
Function [ <internal:uv> function uv_guess_handle ] {
@@ -177,7 +177,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Function [ <internal:uv> function uv_idle_init ] {
- Parameters [1] {
- Parameter #0 [ <required> $loop ]
+ Parameter #0 [ <optional> $loop = <default> ]
}
}
Function [ <internal:uv> function uv_idle_start ] {
@@ -196,7 +196,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Function [ <internal:uv> function uv_timer_init ] {
- Parameters [1] {
- Parameter #0 [ <required> $loop ]
+ Parameter #0 [ <optional> $loop = <default> ]
}
}
Function [ <internal:uv> function uv_timer_start ] {
@@ -205,7 +205,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #0 [ <required> $timer ]
Parameter #1 [ <required> $timeout ]
Parameter #2 [ <required> $repeat ]
- Parameter #3 [ <required> $callback ]
+ Parameter #3 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_timer_stop ] {
@@ -236,7 +236,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Function [ <internal:uv> function uv_tcp_init ] {
- Parameters [1] {
- Parameter #0 [ <required> $loop ]
+ Parameter #0 [ <optional> $loop = <default> ]
}
}
Function [ <internal:uv> function uv_tcp_open ] {
@@ -284,22 +284,24 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
}
Function [ <internal:uv> function uv_tcp_connect ] {
- - Parameters [2] {
+ - Parameters [3] {
Parameter #0 [ <required> $resource ]
- Parameter #1 [ <required> $callback ]
+ Parameter #1 [ <required> $sock_addr ]
+ Parameter #2 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_tcp_connect6 ] {
- - Parameters [2] {
+ - Parameters [3] {
Parameter #0 [ <required> $resource ]
- Parameter #1 [ <required> $callback ]
+ Parameter #1 [ <required> $ipv6_addr ]
+ Parameter #2 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_udp_init ] {
- Parameters [1] {
- Parameter #0 [ <required> $loop ]
+ Parameter #0 [ <optional> $loop = <default> ]
}
}
Function [ <internal:uv> function uv_udp_open ] {
@@ -314,7 +316,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
- Parameters [3] {
Parameter #0 [ <required> $resource ]
Parameter #1 [ <required> $address ]
- Parameter #2 [ <required> $flags ]
+ Parameter #2 [ <optional> $flags = <default> ]
}
}
Function [ <internal:uv> function uv_udp_bind6 ] {
@@ -322,7 +324,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
- Parameters [3] {
Parameter #0 [ <required> $resource ]
Parameter #1 [ <required> $address ]
- Parameter #2 [ <required> $flags ]
+ Parameter #2 [ <optional> $flags = <default> ]
}
}
Function [ <internal:uv> function uv_udp_set_multicast_loop ] {
@@ -345,7 +347,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #0 [ <required> $server ]
Parameter #1 [ <required> $buffer ]
Parameter #2 [ <required> $address ]
- Parameter #3 [ <required> $callback ]
+ Parameter #3 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_udp_send6 ] {
@@ -354,7 +356,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #0 [ <required> $server ]
Parameter #1 [ <required> $buffer ]
Parameter #2 [ <required> $address ]
- Parameter #3 [ <required> $callback ]
+ Parameter #3 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_udp_recv_start ] {
@@ -417,7 +419,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Function [ <internal:uv> function uv_fs_poll_init ] {
- Parameters [1] {
- Parameter #0 [ <required> $loop ]
+ Parameter #0 [ <optional> $loop = <default> ]
}
}
Function [ <internal:uv> function uv_fs_poll_start ] {
@@ -453,10 +455,18 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #0 [ <required> $handle ]
}
}
+ Function [ <internal:uv> function uv_tcp_simultaneous_accepts ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $handle ]
+ Parameter #1 [ <required> $enable ]
+ }
+ }
Function [ <internal:uv> function uv_pipe_init ] {
- - Parameters [1] {
- Parameter #0 [ <required> $file ]
+ - Parameters [2] {
+ Parameter #0 [ <optional> $file = <default> ]
+ Parameter #1 [ <optional> $ipc = <default> ]
}
}
Function [ <internal:uv> function uv_pipe_bind ] {
@@ -501,8 +511,23 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
}
}
Function [ <internal:uv> function uv_stdio_new ] {
+
+ - Parameters [0] {
+ }
}
Function [ <internal:uv> function uv_spawn ] {
+
+ - Parameters [9] {
+ Parameter #0 [ <required> $loop ]
+ Parameter #1 [ <required> $command ]
+ Parameter #2 [ <required> $args ]
+ Parameter #3 [ <required> $stdio ]
+ Parameter #4 [ <required> $cwd ]
+ Parameter #5 [ <required> $env ]
+ Parameter #6 [ <required> $callback ]
+ Parameter #7 [ <optional> $flags = <default> ]
+ Parameter #8 [ <optional> $options = <default> ]
+ }
}
Function [ <internal:uv> function uv_process_kill ] {
@@ -511,6 +536,12 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #1 [ <required> $signal ]
}
}
+ Function [ <internal:uv> function uv_process_get_pid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $process ]
+ }
+ }
Function [ <internal:uv> function uv_kill ] {
- Parameters [2] {
@@ -520,12 +551,18 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
}
Function [ <internal:uv> function uv_getaddrinfo ] {
- - Parameters [2] {
- Parameter #0 [ <required> $resource ]
+ - Parameters [5] {
+ Parameter #0 [ <required> $loop ]
Parameter #1 [ <required> $callback ]
+ Parameter #2 [ <required> $node ]
+ Parameter #3 [ <required> $service ]
+ Parameter #4 [ <optional> $hints = <default> ]
}
}
Function [ <internal:uv> function uv_rwlock_init ] {
+
+ - Parameters [0] {
+ }
}
Function [ <internal:uv> function uv_rwlock_rdlock ] {
@@ -564,6 +601,9 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
}
}
Function [ <internal:uv> function uv_mutex_init ] {
+
+ - Parameters [0] {
+ }
}
Function [ <internal:uv> function uv_mutex_lock ] {
@@ -610,7 +650,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Function [ <internal:uv> function uv_prepare_init ] {
- Parameters [1] {
- Parameter #0 [ <optional> $loop ]
+ Parameter #0 [ <optional> $loop = <default> ]
}
}
Function [ <internal:uv> function uv_prepare_start ] {
@@ -629,7 +669,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Function [ <internal:uv> function uv_check_init ] {
- Parameters [1] {
- Parameter #0 [ <required> $loop ]
+ Parameter #0 [ <optional> $loop = <default> ]
}
}
Function [ <internal:uv> function uv_check_start ] {
@@ -658,8 +698,6 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #0 [ <required> $handle ]
}
}
- Function [ <internal:uv> function uv_queue_work ] {
- }
Function [ <internal:uv> function uv_fs_open ] {
- Parameters [5] {
@@ -667,7 +705,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #1 [ <required> $path ]
Parameter #2 [ <required> $flag ]
Parameter #3 [ <required> $mode ]
- Parameter #4 [ <required> $callback ]
+ Parameter #4 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_read ] {
@@ -675,9 +713,9 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
- Parameters [5] {
Parameter #0 [ <required> $loop ]
Parameter #1 [ <required> $fd ]
- Parameter #2 [ <required> $offset ]
- Parameter #3 [ <optional> $size ]
- Parameter #4 [ <optional> $callback ]
+ Parameter #2 [ <optional> $offset = <default> ]
+ Parameter #3 [ <optional> $size = <default> ]
+ Parameter #4 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_write ] {
@@ -687,7 +725,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #1 [ <required> $fd ]
Parameter #2 [ <required> $buffer ]
Parameter #3 [ <required> $offset ]
- Parameter #4 [ <required> $callback ]
+ Parameter #4 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_close ] {
@@ -695,7 +733,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
- Parameters [3] {
Parameter #0 [ <required> $loop ]
Parameter #1 [ <required> $fd ]
- Parameter #2 [ <required> $callback ]
+ Parameter #2 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_fsync ] {
@@ -703,7 +741,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
- Parameters [3] {
Parameter #0 [ <required> $loop ]
Parameter #1 [ <required> $fd ]
- Parameter #2 [ <required> $callback ]
+ Parameter #2 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_fdatasync ] {
@@ -711,7 +749,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
- Parameters [3] {
Parameter #0 [ <required> $loop ]
Parameter #1 [ <required> $fd ]
- Parameter #2 [ <required> $callback ]
+ Parameter #2 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_ftruncate ] {
@@ -720,7 +758,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #0 [ <required> $loop ]
Parameter #1 [ <required> $fd ]
Parameter #2 [ <required> $offset ]
- Parameter #3 [ <required> $callback ]
+ Parameter #3 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_mkdir ] {
@@ -729,7 +767,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #0 [ <required> $loop ]
Parameter #1 [ <required> $path ]
Parameter #2 [ <required> $mode ]
- Parameter #3 [ <required> $callback ]
+ Parameter #3 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_rmdir ] {
@@ -737,7 +775,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
- Parameters [3] {
Parameter #0 [ <required> $loop ]
Parameter #1 [ <required> $path ]
- Parameter #2 [ <required> $callback ]
+ Parameter #2 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_unlink ] {
@@ -745,7 +783,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
- Parameters [3] {
Parameter #0 [ <required> $loop ]
Parameter #1 [ <required> $path ]
- Parameter #2 [ <required> $callback ]
+ Parameter #2 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_rename ] {
@@ -754,7 +792,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #0 [ <required> $loop ]
Parameter #1 [ <required> $from ]
Parameter #2 [ <required> $to ]
- Parameter #3 [ <required> $callback ]
+ Parameter #3 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_utime ] {
@@ -764,7 +802,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #1 [ <required> $path ]
Parameter #2 [ <required> $utime ]
Parameter #3 [ <required> $atime ]
- Parameter #4 [ <required> $callback ]
+ Parameter #4 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_futime ] {
@@ -774,7 +812,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #1 [ <required> $fd ]
Parameter #2 [ <required> $utime ]
Parameter #3 [ <required> $atime ]
- Parameter #4 [ <required> $callback ]
+ Parameter #4 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_chmod ] {
@@ -783,7 +821,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #0 [ <required> $loop ]
Parameter #1 [ <required> $path ]
Parameter #2 [ <required> $mode ]
- Parameter #3 [ <required> $callback ]
+ Parameter #3 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_fchmod ] {
@@ -792,7 +830,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #0 [ <required> $loop ]
Parameter #1 [ <required> $fd ]
Parameter #2 [ <required> $mode ]
- Parameter #3 [ <required> $callback ]
+ Parameter #3 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_chown ] {
@@ -802,7 +840,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #1 [ <required> $path ]
Parameter #2 [ <required> $uid ]
Parameter #3 [ <required> $gid ]
- Parameter #4 [ <required> $callback ]
+ Parameter #4 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_fchown ] {
@@ -812,7 +850,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #1 [ <required> $fd ]
Parameter #2 [ <required> $uid ]
Parameter #3 [ <required> $gid ]
- Parameter #4 [ <required> $callback ]
+ Parameter #4 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_link ] {
@@ -821,7 +859,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #0 [ <required> $loop ]
Parameter #1 [ <required> $from ]
Parameter #2 [ <required> $to ]
- Parameter #3 [ <required> $callback ]
+ Parameter #3 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_symlink ] {
@@ -831,7 +869,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #1 [ <required> $from ]
Parameter #2 [ <required> $to ]
Parameter #3 [ <required> $callback ]
- Parameter #4 [ <required> $flags ]
+ Parameter #4 [ <optional> $flags = <default> ]
}
}
Function [ <internal:uv> function uv_fs_readlink ] {
@@ -839,7 +877,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
- Parameters [3] {
Parameter #0 [ <required> $loop ]
Parameter #1 [ <required> $path ]
- Parameter #2 [ <required> $callback ]
+ Parameter #2 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_stat ] {
@@ -847,7 +885,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
- Parameters [3] {
Parameter #0 [ <required> $loop ]
Parameter #1 [ <required> $path ]
- Parameter #2 [ <required> $callback ]
+ Parameter #2 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_lstat ] {
@@ -855,7 +893,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
- Parameters [3] {
Parameter #0 [ <required> $loop ]
Parameter #1 [ <required> $path ]
- Parameter #2 [ <required> $callback ]
+ Parameter #2 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_fstat ] {
@@ -863,7 +901,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
- Parameters [3] {
Parameter #0 [ <required> $loop ]
Parameter #1 [ <required> $fd ]
- Parameter #2 [ <required> $callback ]
+ Parameter #2 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_readdir ] {
@@ -872,7 +910,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #0 [ <required> $loop ]
Parameter #1 [ <required> $path ]
Parameter #2 [ <required> $flags ]
- Parameter #3 [ <required> $callback ]
+ Parameter #3 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_scandir ] {
@@ -881,7 +919,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #0 [ <required> $loop ]
Parameter #1 [ <required> $path ]
Parameter #2 [ <required> $flags ]
- Parameter #3 [ <required> $callback ]
+ Parameter #3 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_sendfile ] {
@@ -892,7 +930,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #2 [ <required> $out ]
Parameter #3 [ <required> $offset ]
Parameter #4 [ <required> $length ]
- Parameter #5 [ <required> $callback ]
+ Parameter #5 [ <optional> $callback = <default> ]
}
}
Function [ <internal:uv> function uv_fs_event_init ] {
@@ -901,7 +939,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Parameter #0 [ <required> $loop ]
Parameter #1 [ <required> $path ]
Parameter #2 [ <required> $callback ]
- Parameter #3 [ <required> $flags ]
+ Parameter #3 [ <optional> $flags = <default> ]
}
}
Function [ <internal:uv> function uv_tty_init ] {
@@ -921,26 +959,59 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
}
}
Function [ <internal:uv> function uv_tty_set_mode ] {
+
+ - Parameters [0] {
+ }
}
Function [ <internal:uv> function uv_tty_reset_mode ] {
+
+ - Parameters [0] {
+ }
}
Function [ <internal:uv> function uv_loadavg ] {
+
+ - Parameters [0] {
+ }
}
Function [ <internal:uv> function uv_uptime ] {
+
+ - Parameters [0] {
+ }
}
Function [ <internal:uv> function uv_cpu_info ] {
+
+ - Parameters [0] {
+ }
}
Function [ <internal:uv> function uv_interface_addresses ] {
+
+ - Parameters [0] {
+ }
}
Function [ <internal:uv> function uv_get_free_memory ] {
+
+ - Parameters [0] {
+ }
}
Function [ <internal:uv> function uv_get_total_memory ] {
+
+ - Parameters [0] {
+ }
}
Function [ <internal:uv> function uv_hrtime ] {
+
+ - Parameters [0] {
+ }
}
Function [ <internal:uv> function uv_exepath ] {
+
+ - Parameters [0] {
+ }
}
Function [ <internal:uv> function uv_cwd ] {
+
+ - Parameters [0] {
+ }
}
Function [ <internal:uv> function uv_chdir ] {
@@ -949,11 +1020,14 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
}
}
Function [ <internal:uv> function uv_resident_set_memory ] {
+
+ - Parameters [0] {
+ }
}
Function [ <internal:uv> function uv_signal_init ] {
- Parameters [1] {
- Parameter #0 [ <required> $loop ]
+ Parameter #0 [ <optional> $loop = <default> ]
}
}
Function [ <internal:uv> function uv_signal_start ] {
@@ -973,208 +1047,215 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
}
- Classes [25] {
- Class [ <internal:uv> class UV ] {
-
- - Constants [199] {
- Constant [ public integer RUN_DEFAULT ] { 0 }
- Constant [ public integer RUN_ONCE ] { 1 }
- Constant [ public integer RUN_NOWAIT ] { 2 }
- Constant [ public integer CHANGE ] { 2 }
- Constant [ public integer RENAME ] { 1 }
- Constant [ public integer READABLE ] { 1 }
- Constant [ public integer WRITABLE ] { 2 }
- Constant [ public integer O_RDONLY ] { 0 }
- Constant [ public integer O_WRONLY ] { 1 }
- Constant [ public integer O_RDWR ] { 2 }
- Constant [ public integer O_CREAT ] { 64 }
- Constant [ public integer O_EXCL ] { 128 }
- Constant [ public integer O_TRUNC ] { 512 }
- Constant [ public integer O_APPEND ] { 1024 }
- Constant [ public integer S_IFDIR ] { 16384 }
- Constant [ public integer S_IFREG ] { 32768 }
- Constant [ public integer O_NOCTTY ] { 256 }
- Constant [ public integer S_IRWXU ] { 448 }
- Constant [ public integer S_IRUSR ] { 256 }
- Constant [ public integer S_IWUSR ] { 128 }
- Constant [ public integer S_IXUSR ] { 64 }
- Constant [ public integer S_IRWXG ] { 56 }
- Constant [ public integer S_IRGRP ] { 32 }
- Constant [ public integer S_IWGRP ] { 16 }
- Constant [ public integer S_IXGRP ] { 8 }
- Constant [ public integer S_IRWXO ] { 7 }
- Constant [ public integer S_IROTH ] { 4 }
- Constant [ public integer S_IWOTH ] { 2 }
- Constant [ public integer S_IXOTH ] { 1 }
- Constant [ public integer SIG_IGN ] { 1 }
- Constant [ public integer SIG_DFL ] { 0 }
- Constant [ public integer SIG_ERR ] { -1 }
- Constant [ public integer SIGHUP ] { 1 }
- Constant [ public integer SIGINT ] { 2 }
- Constant [ public integer SIGQUIT ] { 3 }
- Constant [ public integer SIGILL ] { 4 }
- Constant [ public integer SIGTRAP ] { 5 }
- Constant [ public integer SIGABRT ] { 6 }
- Constant [ public integer SIGIOT ] { 6 }
- Constant [ public integer SIGBUS ] { 7 }
- Constant [ public integer SIGFPE ] { 8 }
- Constant [ public integer SIGKILL ] { 9 }
- Constant [ public integer SIGUSR1 ] { 10 }
- Constant [ public integer SIGSEGV ] { 11 }
- Constant [ public integer SIGUSR2 ] { 12 }
- Constant [ public integer SIGPIPE ] { 13 }
- Constant [ public integer SIGALRM ] { 14 }
- Constant [ public integer SIGTERM ] { 15 }
- Constant [ public integer SIGSTKFLT ] { 16 }
- Constant [ public integer SIGCLD ] { 17 }
- Constant [ public integer SIGCHLD ] { 17 }
- Constant [ public integer SIGCONT ] { 18 }
- Constant [ public integer SIGSTOP ] { 19 }
- Constant [ public integer SIGTSTP ] { 20 }
- Constant [ public integer SIGTTIN ] { 21 }
- Constant [ public integer SIGTTOU ] { 22 }
- Constant [ public integer SIGURG ] { 23 }
- Constant [ public integer SIGXCPU ] { 24 }
- Constant [ public integer SIGXFSZ ] { 25 }
- Constant [ public integer SIGVTALRM ] { 26 }
- Constant [ public integer SIGPROF ] { 27 }
- Constant [ public integer SIGWINCH ] { 28 }
- Constant [ public integer SIGPOLL ] { 29 }
- Constant [ public integer SIGIO ] { 29 }
- Constant [ public integer SIGPWR ] { 30 }
- Constant [ public integer SIGSYS ] { 31 }
- Constant [ public integer SIGBABY ] { 31 }
- Constant [ public integer AF_INET ] { 2 }
- Constant [ public integer AF_INET6 ] { 10 }
- Constant [ public integer AF_UNSPEC ] { 0 }
- Constant [ public integer LEAVE_GROUP ] { 0 }
- Constant [ public integer JOIN_GROUP ] { 1 }
- Constant [ public integer IS_UV_TCP ] { 0 }
- Constant [ public integer IS_UV_UDP ] { 1 }
- Constant [ public integer IS_UV_PIPE ] { 2 }
- Constant [ public integer IS_UV_IDLE ] { 3 }
- Constant [ public integer IS_UV_TIMER ] { 4 }
- Constant [ public integer IS_UV_ASYNC ] { 5 }
- Constant [ public integer IS_UV_LOOP ] { 6 }
- Constant [ public integer IS_UV_HANDLE ] { 7 }
- Constant [ public integer IS_UV_STREAM ] { 8 }
- Constant [ public integer IS_UV_ADDRINFO ] { 9 }
- Constant [ public integer IS_UV_PROCESS ] { 10 }
- Constant [ public integer IS_UV_PREPARE ] { 11 }
- Constant [ public integer IS_UV_CHECK ] { 12 }
- Constant [ public integer IS_UV_WORK ] { 13 }
- Constant [ public integer IS_UV_FS ] { 14 }
- Constant [ public integer IS_UV_FS_EVENT ] { 15 }
- Constant [ public integer IS_UV_TTY ] { 16 }
- Constant [ public integer IS_UV_FS_POLL ] { 17 }
- Constant [ public integer IS_UV_POLL ] { 18 }
- Constant [ public integer UNKNOWN_HANDLE ] { 0 }
- Constant [ public integer FILE ] { 17 }
- Constant [ public integer ASYNC ] { 1 }
- Constant [ public integer CHECK ] { 2 }
- Constant [ public integer FS_EVENT ] { 3 }
- Constant [ public integer FS_POLL ] { 4 }
- Constant [ public integer HANDLE ] { 5 }
- Constant [ public integer IDLE ] { 6 }
- Constant [ public integer NAMED_PIPE ] { 7 }
- Constant [ public integer POLL ] { 8 }
- Constant [ public integer PREPARE ] { 9 }
- Constant [ public integer PROCESS ] { 10 }
- Constant [ public integer STREAM ] { 11 }
- Constant [ public integer TCP ] { 12 }
- Constant [ public integer TIMER ] { 13 }
- Constant [ public integer TTY ] { 14 }
- Constant [ public integer UDP ] { 15 }
- Constant [ public integer SIGNAL ] { 16 }
- Constant [ public integer HANDLE_TYPE_MAX ] { 18 }
- Constant [ public integer IGNORE ] { 0 }
- Constant [ public integer CREATE_PIPE ] { 1 }
- Constant [ public integer INHERIT_FD ] { 2 }
- Constant [ public integer INHERIT_STREAM ] { 4 }
- Constant [ public integer READABLE_PIPE ] { 16 }
- Constant [ public integer WRITABLE_PIPE ] { 32 }
- Constant [ public integer PROCESS_SETUID ] { 1 }
- Constant [ public integer PROCESS_SETGID ] { 2 }
- Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
- Constant [ public integer PROCESS_DETACHED ] { 8 }
- Constant [ public integer E2BIG ] { -7 }
- Constant [ public integer EACCES ] { -13 }
- Constant [ public integer EADDRINUSE ] { -98 }
- Constant [ public integer EADDRNOTAVAIL ] { -99 }
- Constant [ public integer EAFNOSUPPORT ] { -97 }
- Constant [ public integer EAGAIN ] { -11 }
- Constant [ public integer EAI_ADDRFAMILY ] { -3000 }
- Constant [ public integer EAI_AGAIN ] { -3001 }
- Constant [ public integer EAI_BADFLAGS ] { -3002 }
- Constant [ public integer EAI_BADHINTS ] { -3013 }
- Constant [ public integer EAI_CANCELED ] { -3003 }
- Constant [ public integer EAI_FAIL ] { -3004 }
- Constant [ public integer EAI_FAMILY ] { -3005 }
- Constant [ public integer EAI_MEMORY ] { -3006 }
- Constant [ public integer EAI_NODATA ] { -3007 }
- Constant [ public integer EAI_NONAME ] { -3008 }
- Constant [ public integer EAI_OVERFLOW ] { -3009 }
- Constant [ public integer EAI_PROTOCOL ] { -3014 }
- Constant [ public integer EAI_SERVICE ] { -3010 }
- Constant [ public integer EAI_SOCKTYPE ] { -3011 }
- Constant [ public integer EALREADY ] { -114 }
- Constant [ public integer EBADF ] { -9 }
- Constant [ public integer EBUSY ] { -16 }
- Constant [ public integer ECANCELED ] { -125 }
- Constant [ public integer ECHARSET ] { -4080 }
- Constant [ public integer ECONNABORTED ] { -103 }
- Constant [ public integer ECONNREFUSED ] { -111 }
- Constant [ public integer ECONNRESET ] { -104 }
- Constant [ public integer EDESTADDRREQ ] { -89 }
- Constant [ public integer EEXIST ] { -17 }
- Constant [ public integer EFAULT ] { -14 }
- Constant [ public integer EFBIG ] { -27 }
- Constant [ public integer EHOSTUNREACH ] { -113 }
- Constant [ public integer EINTR ] { -4 }
- Constant [ public integer EINVAL ] { -22 }
- Constant [ public integer EIO ] { -5 }
- Constant [ public integer EISCONN ] { -106 }
- Constant [ public integer EISDIR ] { -21 }
- Constant [ public integer ELOOP ] { -40 }
- Constant [ public integer EMFILE ] { -24 }
- Constant [ public integer EMSGSIZE ] { -90 }
- Constant [ public integer ENAMETOOLONG ] { -36 }
- Constant [ public integer ENETDOWN ] { -100 }
- Constant [ public integer ENETUNREACH ] { -101 }
- Constant [ public integer ENFILE ] { -23 }
- Constant [ public integer ENOBUFS ] { -105 }
- Constant [ public integer ENODEV ] { -19 }
- Constant [ public integer ENOENT ] { -2 }
- Constant [ public integer ENOMEM ] { -12 }
- Constant [ public integer ENONET ] { -64 }
- Constant [ public integer ENOPROTOOPT ] { -92 }
- Constant [ public integer ENOSPC ] { -28 }
- Constant [ public integer ENOSYS ] { -38 }
- Constant [ public integer ENOTCONN ] { -107 }
- Constant [ public integer ENOTDIR ] { -20 }
- Constant [ public integer ENOTEMPTY ] { -39 }
- Constant [ public integer ENOTSOCK ] { -88 }
- Constant [ public integer ENOTSUP ] { -95 }
- Constant [ public integer EPERM ] { -1 }
- Constant [ public integer EPIPE ] { -32 }
- Constant [ public integer EPROTO ] { -71 }
- Constant [ public integer EPROTONOSUPPORT ] { -93 }
- Constant [ public integer EPROTOTYPE ] { -91 }
- Constant [ public integer ERANGE ] { -34 }
- Constant [ public integer EROFS ] { -30 }
- Constant [ public integer ESHUTDOWN ] { -108 }
- Constant [ public integer ESPIPE ] { -29 }
- Constant [ public integer ESRCH ] { -3 }
- Constant [ public integer ETIMEDOUT ] { -110 }
- Constant [ public integer ETXTBSY ] { -26 }
- Constant [ public integer EXDEV ] { -18 }
- Constant [ public integer UNKNOWN ] { -4094 }
- Constant [ public integer EOF ] { -4095 }
- Constant [ public integer ENXIO ] { -6 }
- Constant [ public integer EMLINK ] { -31 }
- Constant [ public integer EHOSTDOWN ] { -112 }
- Constant [ public integer EREMOTEIO ] { -121 }
- Constant [ public integer ENOTTY ] { -25 }
- Constant [ public integer EFTYPE ] { -4028 }
+ Class [ <internal:uv> abstract class UV ] {
+
+ - Constants [206] {
+ Constant [ public int RUN_DEFAULT ] { 0 }
+ Constant [ public int RUN_ONCE ] { 1 }
+ Constant [ public int RUN_NOWAIT ] { 2 }
+ Constant [ public int CHANGE ] { 2 }
+ Constant [ public int RENAME ] { 1 }
+ Constant [ public int READABLE ] { 1 }
+ Constant [ public int WRITABLE ] { 2 }
+ Constant [ public int O_RDONLY ] { 0 }
+ Constant [ public int O_WRONLY ] { 1 }
+ Constant [ public int O_RDWR ] { 2 }
+ Constant [ public int O_CREAT ] { 64 }
+ Constant [ public int O_EXCL ] { 128 }
+ Constant [ public int O_TRUNC ] { 512 }
+ Constant [ public int O_APPEND ] { 1024 }
+ Constant [ public int S_IFDIR ] { 16384 }
+ Constant [ public int S_IFREG ] { 32768 }
+ Constant [ public int O_NOCTTY ] { 256 }
+ Constant [ public int S_IRWXU ] { 448 }
+ Constant [ public int S_IRUSR ] { 256 }
+ Constant [ public int S_IWUSR ] { 128 }
+ Constant [ public int S_IXUSR ] { 64 }
+ Constant [ public int S_IRWXG ] { 56 }
+ Constant [ public int S_IRGRP ] { 32 }
+ Constant [ public int S_IWGRP ] { 16 }
+ Constant [ public int S_IXGRP ] { 8 }
+ Constant [ public int S_IRWXO ] { 7 }
+ Constant [ public int S_IROTH ] { 4 }
+ Constant [ public int S_IWOTH ] { 2 }
+ Constant [ public int S_IXOTH ] { 1 }
+ Constant [ public int SIG_IGN ] { 1 }
+ Constant [ public int SIG_DFL ] { 0 }
+ Constant [ public int SIG_ERR ] { -1 }
+ Constant [ public int SIGHUP ] { 1 }
+ Constant [ public int SIGINT ] { 2 }
+ Constant [ public int SIGQUIT ] { 3 }
+ Constant [ public int SIGILL ] { 4 }
+ Constant [ public int SIGTRAP ] { 5 }
+ Constant [ public int SIGABRT ] { 6 }
+ Constant [ public int SIGIOT ] { 6 }
+ Constant [ public int SIGBUS ] { 7 }
+ Constant [ public int SIGFPE ] { 8 }
+ Constant [ public int SIGKILL ] { 9 }
+ Constant [ public int SIGUSR1 ] { 10 }
+ Constant [ public int SIGSEGV ] { 11 }
+ Constant [ public int SIGUSR2 ] { 12 }
+ Constant [ public int SIGPIPE ] { 13 }
+ Constant [ public int SIGALRM ] { 14 }
+ Constant [ public int SIGTERM ] { 15 }
+ Constant [ public int SIGSTKFLT ] { 16 }
+ Constant [ public int SIGCLD ] { 17 }
+ Constant [ public int SIGCHLD ] { 17 }
+ Constant [ public int SIGCONT ] { 18 }
+ Constant [ public int SIGSTOP ] { 19 }
+ Constant [ public int SIGTSTP ] { 20 }
+ Constant [ public int SIGTTIN ] { 21 }
+ Constant [ public int SIGTTOU ] { 22 }
+ Constant [ public int SIGURG ] { 23 }
+ Constant [ public int SIGXCPU ] { 24 }
+ Constant [ public int SIGXFSZ ] { 25 }
+ Constant [ public int SIGVTALRM ] { 26 }
+ Constant [ public int SIGPROF ] { 27 }
+ Constant [ public int SIGWINCH ] { 28 }
+ Constant [ public int SIGPOLL ] { 29 }
+ Constant [ public int SIGIO ] { 29 }
+ Constant [ public int SIGPWR ] { 30 }
+ Constant [ public int SIGSYS ] { 31 }
+ Constant [ public int SIGBABY ] { 31 }
+ Constant [ public int AF_INET ] { 2 }
+ Constant [ public int AF_INET6 ] { 10 }
+ Constant [ public int AF_UNSPEC ] { 0 }
+ Constant [ public int LEAVE_GROUP ] { 0 }
+ Constant [ public int JOIN_GROUP ] { 1 }
+ Constant [ public int IS_UV_TCP ] { 0 }
+ Constant [ public int IS_UV_UDP ] { 1 }
+ Constant [ public int IS_UV_PIPE ] { 2 }
+ Constant [ public int IS_UV_IDLE ] { 3 }
+ Constant [ public int IS_UV_TIMER ] { 4 }
+ Constant [ public int IS_UV_ASYNC ] { 5 }
+ Constant [ public int IS_UV_LOOP ] { 6 }
+ Constant [ public int IS_UV_HANDLE ] { 7 }
+ Constant [ public int IS_UV_STREAM ] { 8 }
+ Constant [ public int IS_UV_ADDRINFO ] { 9 }
+ Constant [ public int IS_UV_PROCESS ] { 10 }
+ Constant [ public int IS_UV_PREPARE ] { 11 }
+ Constant [ public int IS_UV_CHECK ] { 12 }
+ Constant [ public int IS_UV_WORK ] { 13 }
+ Constant [ public int IS_UV_FS ] { 14 }
+ Constant [ public int IS_UV_FS_EVENT ] { 15 }
+ Constant [ public int IS_UV_TTY ] { 16 }
+ Constant [ public int IS_UV_FS_POLL ] { 17 }
+ Constant [ public int IS_UV_POLL ] { 18 }
+ Constant [ public int UNKNOWN_HANDLE ] { 0 }
+ Constant [ public int FILE ] { 17 }
+ Constant [ public int ASYNC ] { 1 }
+ Constant [ public int CHECK ] { 2 }
+ Constant [ public int FS_EVENT ] { 3 }
+ Constant [ public int FS_POLL ] { 4 }
+ Constant [ public int HANDLE ] { 5 }
+ Constant [ public int IDLE ] { 6 }
+ Constant [ public int NAMED_PIPE ] { 7 }
+ Constant [ public int POLL ] { 8 }
+ Constant [ public int PREPARE ] { 9 }
+ Constant [ public int PROCESS ] { 10 }
+ Constant [ public int STREAM ] { 11 }
+ Constant [ public int TCP ] { 12 }
+ Constant [ public int TIMER ] { 13 }
+ Constant [ public int TTY ] { 14 }
+ Constant [ public int UDP ] { 15 }
+ Constant [ public int SIGNAL ] { 16 }
+ Constant [ public int HANDLE_TYPE_MAX ] { 18 }
+ Constant [ public int IGNORE ] { 0 }
+ Constant [ public int CREATE_PIPE ] { 1 }
+ Constant [ public int INHERIT_FD ] { 2 }
+ Constant [ public int INHERIT_STREAM ] { 4 }
+ Constant [ public int READABLE_PIPE ] { 16 }
+ Constant [ public int WRITABLE_PIPE ] { 32 }
+ Constant [ public int OVERLAPPED_PIPE ] { 64 }
+ Constant [ public int PROCESS_SETUID ] { 1 }
+ Constant [ public int PROCESS_SETGID ] { 2 }
+ Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
+ Constant [ public int PROCESS_DETACHED ] { 8 }
+ Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 }
+ Constant [ public int E2BIG ] { -7 }
+ Constant [ public int EACCES ] { -13 }
+ Constant [ public int EADDRINUSE ] { -98 }
+ Constant [ public int EADDRNOTAVAIL ] { -99 }
+ Constant [ public int EAFNOSUPPORT ] { -97 }
+ Constant [ public int EAGAIN ] { -11 }
+ Constant [ public int EAI_ADDRFAMILY ] { -3000 }
+ Constant [ public int EAI_AGAIN ] { -3001 }
+ Constant [ public int EAI_BADFLAGS ] { -3002 }
+ Constant [ public int EAI_BADHINTS ] { -3013 }
+ Constant [ public int EAI_CANCELED ] { -3003 }
+ Constant [ public int EAI_FAIL ] { -3004 }
+ Constant [ public int EAI_FAMILY ] { -3005 }
+ Constant [ public int EAI_MEMORY ] { -3006 }
+ Constant [ public int EAI_NODATA ] { -3007 }
+ Constant [ public int EAI_NONAME ] { -3008 }
+ Constant [ public int EAI_OVERFLOW ] { -3009 }
+ Constant [ public int EAI_PROTOCOL ] { -3014 }
+ Constant [ public int EAI_SERVICE ] { -3010 }
+ Constant [ public int EAI_SOCKTYPE ] { -3011 }
+ Constant [ public int EALREADY ] { -114 }
+ Constant [ public int EBADF ] { -9 }
+ Constant [ public int EBUSY ] { -16 }
+ Constant [ public int ECANCELED ] { -125 }
+ Constant [ public int ECHARSET ] { -4080 }
+ Constant [ public int ECONNABORTED ] { -103 }
+ Constant [ public int ECONNREFUSED ] { -111 }
+ Constant [ public int ECONNRESET ] { -104 }
+ Constant [ public int EDESTADDRREQ ] { -89 }
+ Constant [ public int EEXIST ] { -17 }
+ Constant [ public int EFAULT ] { -14 }
+ Constant [ public int EFBIG ] { -27 }
+ Constant [ public int EHOSTUNREACH ] { -113 }
+ Constant [ public int EINTR ] { -4 }
+ Constant [ public int EINVAL ] { -22 }
+ Constant [ public int EIO ] { -5 }
+ Constant [ public int EISCONN ] { -106 }
+ Constant [ public int EISDIR ] { -21 }
+ Constant [ public int ELOOP ] { -40 }
+ Constant [ public int EMFILE ] { -24 }
+ Constant [ public int EMSGSIZE ] { -90 }
+ Constant [ public int ENAMETOOLONG ] { -36 }
+ Constant [ public int ENETDOWN ] { -100 }
+ Constant [ public int ENETUNREACH ] { -101 }
+ Constant [ public int ENFILE ] { -23 }
+ Constant [ public int ENOBUFS ] { -105 }
+ Constant [ public int ENODEV ] { -19 }
+ Constant [ public int ENOENT ] { -2 }
+ Constant [ public int ENOMEM ] { -12 }
+ Constant [ public int ENONET ] { -64 }
+ Constant [ public int ENOPROTOOPT ] { -92 }
+ Constant [ public int ENOSPC ] { -28 }
+ Constant [ public int ENOSYS ] { -38 }
+ Constant [ public int ENOTCONN ] { -107 }
+ Constant [ public int ENOTDIR ] { -20 }
+ Constant [ public int ENOTEMPTY ] { -39 }
+ Constant [ public int ENOTSOCK ] { -88 }
+ Constant [ public int ENOTSUP ] { -95 }
+ Constant [ public int EOVERFLOW ] { -75 }
+ Constant [ public int EPERM ] { -1 }
+ Constant [ public int EPIPE ] { -32 }
+ Constant [ public int EPROTO ] { -71 }
+ Constant [ public int EPROTONOSUPPORT ] { -93 }
+ Constant [ public int EPROTOTYPE ] { -91 }
+ Constant [ public int ERANGE ] { -34 }
+ Constant [ public int EROFS ] { -30 }
+ Constant [ public int ESHUTDOWN ] { -108 }
+ Constant [ public int ESPIPE ] { -29 }
+ Constant [ public int ESRCH ] { -3 }
+ Constant [ public int ETIMEDOUT ] { -110 }
+ Constant [ public int ETXTBSY ] { -26 }
+ Constant [ public int EXDEV ] { -18 }
+ Constant [ public int UNKNOWN ] { -4094 }
+ Constant [ public int EOF ] { -4095 }
+ Constant [ public int ENXIO ] { -6 }
+ Constant [ public int EMLINK ] { -31 }
+ Constant [ public int EHOSTDOWN ] { -112 }
+ Constant [ public int EREMOTEIO ] { -121 }
+ Constant [ public int ENOTTY ] { -25 }
+ Constant [ public int EFTYPE ] { -4028 }
+ Constant [ public int EILSEQ ] { -84 }
+ Constant [ public int ESOCKTNOSUPPORT ] { -94 }
}
- Static properties [0] {
@@ -1190,208 +1271,215 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
}
}
- Class [ <internal:uv> final class UVTcp extends UV ] {
-
- - Constants [199] {
- Constant [ public integer RUN_DEFAULT ] { 0 }
- Constant [ public integer RUN_ONCE ] { 1 }
- Constant [ public integer RUN_NOWAIT ] { 2 }
- Constant [ public integer CHANGE ] { 2 }
- Constant [ public integer RENAME ] { 1 }
- Constant [ public integer READABLE ] { 1 }
- Constant [ public integer WRITABLE ] { 2 }
- Constant [ public integer O_RDONLY ] { 0 }
- Constant [ public integer O_WRONLY ] { 1 }
- Constant [ public integer O_RDWR ] { 2 }
- Constant [ public integer O_CREAT ] { 64 }
- Constant [ public integer O_EXCL ] { 128 }
- Constant [ public integer O_TRUNC ] { 512 }
- Constant [ public integer O_APPEND ] { 1024 }
- Constant [ public integer S_IFDIR ] { 16384 }
- Constant [ public integer S_IFREG ] { 32768 }
- Constant [ public integer O_NOCTTY ] { 256 }
- Constant [ public integer S_IRWXU ] { 448 }
- Constant [ public integer S_IRUSR ] { 256 }
- Constant [ public integer S_IWUSR ] { 128 }
- Constant [ public integer S_IXUSR ] { 64 }
- Constant [ public integer S_IRWXG ] { 56 }
- Constant [ public integer S_IRGRP ] { 32 }
- Constant [ public integer S_IWGRP ] { 16 }
- Constant [ public integer S_IXGRP ] { 8 }
- Constant [ public integer S_IRWXO ] { 7 }
- Constant [ public integer S_IROTH ] { 4 }
- Constant [ public integer S_IWOTH ] { 2 }
- Constant [ public integer S_IXOTH ] { 1 }
- Constant [ public integer SIG_IGN ] { 1 }
- Constant [ public integer SIG_DFL ] { 0 }
- Constant [ public integer SIG_ERR ] { -1 }
- Constant [ public integer SIGHUP ] { 1 }
- Constant [ public integer SIGINT ] { 2 }
- Constant [ public integer SIGQUIT ] { 3 }
- Constant [ public integer SIGILL ] { 4 }
- Constant [ public integer SIGTRAP ] { 5 }
- Constant [ public integer SIGABRT ] { 6 }
- Constant [ public integer SIGIOT ] { 6 }
- Constant [ public integer SIGBUS ] { 7 }
- Constant [ public integer SIGFPE ] { 8 }
- Constant [ public integer SIGKILL ] { 9 }
- Constant [ public integer SIGUSR1 ] { 10 }
- Constant [ public integer SIGSEGV ] { 11 }
- Constant [ public integer SIGUSR2 ] { 12 }
- Constant [ public integer SIGPIPE ] { 13 }
- Constant [ public integer SIGALRM ] { 14 }
- Constant [ public integer SIGTERM ] { 15 }
- Constant [ public integer SIGSTKFLT ] { 16 }
- Constant [ public integer SIGCLD ] { 17 }
- Constant [ public integer SIGCHLD ] { 17 }
- Constant [ public integer SIGCONT ] { 18 }
- Constant [ public integer SIGSTOP ] { 19 }
- Constant [ public integer SIGTSTP ] { 20 }
- Constant [ public integer SIGTTIN ] { 21 }
- Constant [ public integer SIGTTOU ] { 22 }
- Constant [ public integer SIGURG ] { 23 }
- Constant [ public integer SIGXCPU ] { 24 }
- Constant [ public integer SIGXFSZ ] { 25 }
- Constant [ public integer SIGVTALRM ] { 26 }
- Constant [ public integer SIGPROF ] { 27 }
- Constant [ public integer SIGWINCH ] { 28 }
- Constant [ public integer SIGPOLL ] { 29 }
- Constant [ public integer SIGIO ] { 29 }
- Constant [ public integer SIGPWR ] { 30 }
- Constant [ public integer SIGSYS ] { 31 }
- Constant [ public integer SIGBABY ] { 31 }
- Constant [ public integer AF_INET ] { 2 }
- Constant [ public integer AF_INET6 ] { 10 }
- Constant [ public integer AF_UNSPEC ] { 0 }
- Constant [ public integer LEAVE_GROUP ] { 0 }
- Constant [ public integer JOIN_GROUP ] { 1 }
- Constant [ public integer IS_UV_TCP ] { 0 }
- Constant [ public integer IS_UV_UDP ] { 1 }
- Constant [ public integer IS_UV_PIPE ] { 2 }
- Constant [ public integer IS_UV_IDLE ] { 3 }
- Constant [ public integer IS_UV_TIMER ] { 4 }
- Constant [ public integer IS_UV_ASYNC ] { 5 }
- Constant [ public integer IS_UV_LOOP ] { 6 }
- Constant [ public integer IS_UV_HANDLE ] { 7 }
- Constant [ public integer IS_UV_STREAM ] { 8 }
- Constant [ public integer IS_UV_ADDRINFO ] { 9 }
- Constant [ public integer IS_UV_PROCESS ] { 10 }
- Constant [ public integer IS_UV_PREPARE ] { 11 }
- Constant [ public integer IS_UV_CHECK ] { 12 }
- Constant [ public integer IS_UV_WORK ] { 13 }
- Constant [ public integer IS_UV_FS ] { 14 }
- Constant [ public integer IS_UV_FS_EVENT ] { 15 }
- Constant [ public integer IS_UV_TTY ] { 16 }
- Constant [ public integer IS_UV_FS_POLL ] { 17 }
- Constant [ public integer IS_UV_POLL ] { 18 }
- Constant [ public integer UNKNOWN_HANDLE ] { 0 }
- Constant [ public integer FILE ] { 17 }
- Constant [ public integer ASYNC ] { 1 }
- Constant [ public integer CHECK ] { 2 }
- Constant [ public integer FS_EVENT ] { 3 }
- Constant [ public integer FS_POLL ] { 4 }
- Constant [ public integer HANDLE ] { 5 }
- Constant [ public integer IDLE ] { 6 }
- Constant [ public integer NAMED_PIPE ] { 7 }
- Constant [ public integer POLL ] { 8 }
- Constant [ public integer PREPARE ] { 9 }
- Constant [ public integer PROCESS ] { 10 }
- Constant [ public integer STREAM ] { 11 }
- Constant [ public integer TCP ] { 12 }
- Constant [ public integer TIMER ] { 13 }
- Constant [ public integer TTY ] { 14 }
- Constant [ public integer UDP ] { 15 }
- Constant [ public integer SIGNAL ] { 16 }
- Constant [ public integer HANDLE_TYPE_MAX ] { 18 }
- Constant [ public integer IGNORE ] { 0 }
- Constant [ public integer CREATE_PIPE ] { 1 }
- Constant [ public integer INHERIT_FD ] { 2 }
- Constant [ public integer INHERIT_STREAM ] { 4 }
- Constant [ public integer READABLE_PIPE ] { 16 }
- Constant [ public integer WRITABLE_PIPE ] { 32 }
- Constant [ public integer PROCESS_SETUID ] { 1 }
- Constant [ public integer PROCESS_SETGID ] { 2 }
- Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
- Constant [ public integer PROCESS_DETACHED ] { 8 }
- Constant [ public integer E2BIG ] { -7 }
- Constant [ public integer EACCES ] { -13 }
- Constant [ public integer EADDRINUSE ] { -98 }
- Constant [ public integer EADDRNOTAVAIL ] { -99 }
- Constant [ public integer EAFNOSUPPORT ] { -97 }
- Constant [ public integer EAGAIN ] { -11 }
- Constant [ public integer EAI_ADDRFAMILY ] { -3000 }
- Constant [ public integer EAI_AGAIN ] { -3001 }
- Constant [ public integer EAI_BADFLAGS ] { -3002 }
- Constant [ public integer EAI_BADHINTS ] { -3013 }
- Constant [ public integer EAI_CANCELED ] { -3003 }
- Constant [ public integer EAI_FAIL ] { -3004 }
- Constant [ public integer EAI_FAMILY ] { -3005 }
- Constant [ public integer EAI_MEMORY ] { -3006 }
- Constant [ public integer EAI_NODATA ] { -3007 }
- Constant [ public integer EAI_NONAME ] { -3008 }
- Constant [ public integer EAI_OVERFLOW ] { -3009 }
- Constant [ public integer EAI_PROTOCOL ] { -3014 }
- Constant [ public integer EAI_SERVICE ] { -3010 }
- Constant [ public integer EAI_SOCKTYPE ] { -3011 }
- Constant [ public integer EALREADY ] { -114 }
- Constant [ public integer EBADF ] { -9 }
- Constant [ public integer EBUSY ] { -16 }
- Constant [ public integer ECANCELED ] { -125 }
- Constant [ public integer ECHARSET ] { -4080 }
- Constant [ public integer ECONNABORTED ] { -103 }
- Constant [ public integer ECONNREFUSED ] { -111 }
- Constant [ public integer ECONNRESET ] { -104 }
- Constant [ public integer EDESTADDRREQ ] { -89 }
- Constant [ public integer EEXIST ] { -17 }
- Constant [ public integer EFAULT ] { -14 }
- Constant [ public integer EFBIG ] { -27 }
- Constant [ public integer EHOSTUNREACH ] { -113 }
- Constant [ public integer EINTR ] { -4 }
- Constant [ public integer EINVAL ] { -22 }
- Constant [ public integer EIO ] { -5 }
- Constant [ public integer EISCONN ] { -106 }
- Constant [ public integer EISDIR ] { -21 }
- Constant [ public integer ELOOP ] { -40 }
- Constant [ public integer EMFILE ] { -24 }
- Constant [ public integer EMSGSIZE ] { -90 }
- Constant [ public integer ENAMETOOLONG ] { -36 }
- Constant [ public integer ENETDOWN ] { -100 }
- Constant [ public integer ENETUNREACH ] { -101 }
- Constant [ public integer ENFILE ] { -23 }
- Constant [ public integer ENOBUFS ] { -105 }
- Constant [ public integer ENODEV ] { -19 }
- Constant [ public integer ENOENT ] { -2 }
- Constant [ public integer ENOMEM ] { -12 }
- Constant [ public integer ENONET ] { -64 }
- Constant [ public integer ENOPROTOOPT ] { -92 }
- Constant [ public integer ENOSPC ] { -28 }
- Constant [ public integer ENOSYS ] { -38 }
- Constant [ public integer ENOTCONN ] { -107 }
- Constant [ public integer ENOTDIR ] { -20 }
- Constant [ public integer ENOTEMPTY ] { -39 }
- Constant [ public integer ENOTSOCK ] { -88 }
- Constant [ public integer ENOTSUP ] { -95 }
- Constant [ public integer EPERM ] { -1 }
- Constant [ public integer EPIPE ] { -32 }
- Constant [ public integer EPROTO ] { -71 }
- Constant [ public integer EPROTONOSUPPORT ] { -93 }
- Constant [ public integer EPROTOTYPE ] { -91 }
- Constant [ public integer ERANGE ] { -34 }
- Constant [ public integer EROFS ] { -30 }
- Constant [ public integer ESHUTDOWN ] { -108 }
- Constant [ public integer ESPIPE ] { -29 }
- Constant [ public integer ESRCH ] { -3 }
- Constant [ public integer ETIMEDOUT ] { -110 }
- Constant [ public integer ETXTBSY ] { -26 }
- Constant [ public integer EXDEV ] { -18 }
- Constant [ public integer UNKNOWN ] { -4094 }
- Constant [ public integer EOF ] { -4095 }
- Constant [ public integer ENXIO ] { -6 }
- Constant [ public integer EMLINK ] { -31 }
- Constant [ public integer EHOSTDOWN ] { -112 }
- Constant [ public integer EREMOTEIO ] { -121 }
- Constant [ public integer ENOTTY ] { -25 }
- Constant [ public integer EFTYPE ] { -4028 }
+ Class [ <internal:uv> abstract class UVStream extends UV ] {
+
+ - Constants [206] {
+ Constant [ public int RUN_DEFAULT ] { 0 }
+ Constant [ public int RUN_ONCE ] { 1 }
+ Constant [ public int RUN_NOWAIT ] { 2 }
+ Constant [ public int CHANGE ] { 2 }
+ Constant [ public int RENAME ] { 1 }
+ Constant [ public int READABLE ] { 1 }
+ Constant [ public int WRITABLE ] { 2 }
+ Constant [ public int O_RDONLY ] { 0 }
+ Constant [ public int O_WRONLY ] { 1 }
+ Constant [ public int O_RDWR ] { 2 }
+ Constant [ public int O_CREAT ] { 64 }
+ Constant [ public int O_EXCL ] { 128 }
+ Constant [ public int O_TRUNC ] { 512 }
+ Constant [ public int O_APPEND ] { 1024 }
+ Constant [ public int S_IFDIR ] { 16384 }
+ Constant [ public int S_IFREG ] { 32768 }
+ Constant [ public int O_NOCTTY ] { 256 }
+ Constant [ public int S_IRWXU ] { 448 }
+ Constant [ public int S_IRUSR ] { 256 }
+ Constant [ public int S_IWUSR ] { 128 }
+ Constant [ public int S_IXUSR ] { 64 }
+ Constant [ public int S_IRWXG ] { 56 }
+ Constant [ public int S_IRGRP ] { 32 }
+ Constant [ public int S_IWGRP ] { 16 }
+ Constant [ public int S_IXGRP ] { 8 }
+ Constant [ public int S_IRWXO ] { 7 }
+ Constant [ public int S_IROTH ] { 4 }
+ Constant [ public int S_IWOTH ] { 2 }
+ Constant [ public int S_IXOTH ] { 1 }
+ Constant [ public int SIG_IGN ] { 1 }
+ Constant [ public int SIG_DFL ] { 0 }
+ Constant [ public int SIG_ERR ] { -1 }
+ Constant [ public int SIGHUP ] { 1 }
+ Constant [ public int SIGINT ] { 2 }
+ Constant [ public int SIGQUIT ] { 3 }
+ Constant [ public int SIGILL ] { 4 }
+ Constant [ public int SIGTRAP ] { 5 }
+ Constant [ public int SIGABRT ] { 6 }
+ Constant [ public int SIGIOT ] { 6 }
+ Constant [ public int SIGBUS ] { 7 }
+ Constant [ public int SIGFPE ] { 8 }
+ Constant [ public int SIGKILL ] { 9 }
+ Constant [ public int SIGUSR1 ] { 10 }
+ Constant [ public int SIGSEGV ] { 11 }
+ Constant [ public int SIGUSR2 ] { 12 }
+ Constant [ public int SIGPIPE ] { 13 }
+ Constant [ public int SIGALRM ] { 14 }
+ Constant [ public int SIGTERM ] { 15 }
+ Constant [ public int SIGSTKFLT ] { 16 }
+ Constant [ public int SIGCLD ] { 17 }
+ Constant [ public int SIGCHLD ] { 17 }
+ Constant [ public int SIGCONT ] { 18 }
+ Constant [ public int SIGSTOP ] { 19 }
+ Constant [ public int SIGTSTP ] { 20 }
+ Constant [ public int SIGTTIN ] { 21 }
+ Constant [ public int SIGTTOU ] { 22 }
+ Constant [ public int SIGURG ] { 23 }
+ Constant [ public int SIGXCPU ] { 24 }
+ Constant [ public int SIGXFSZ ] { 25 }
+ Constant [ public int SIGVTALRM ] { 26 }
+ Constant [ public int SIGPROF ] { 27 }
+ Constant [ public int SIGWINCH ] { 28 }
+ Constant [ public int SIGPOLL ] { 29 }
+ Constant [ public int SIGIO ] { 29 }
+ Constant [ public int SIGPWR ] { 30 }
+ Constant [ public int SIGSYS ] { 31 }
+ Constant [ public int SIGBABY ] { 31 }
+ Constant [ public int AF_INET ] { 2 }
+ Constant [ public int AF_INET6 ] { 10 }
+ Constant [ public int AF_UNSPEC ] { 0 }
+ Constant [ public int LEAVE_GROUP ] { 0 }
+ Constant [ public int JOIN_GROUP ] { 1 }
+ Constant [ public int IS_UV_TCP ] { 0 }
+ Constant [ public int IS_UV_UDP ] { 1 }
+ Constant [ public int IS_UV_PIPE ] { 2 }
+ Constant [ public int IS_UV_IDLE ] { 3 }
+ Constant [ public int IS_UV_TIMER ] { 4 }
+ Constant [ public int IS_UV_ASYNC ] { 5 }
+ Constant [ public int IS_UV_LOOP ] { 6 }
+ Constant [ public int IS_UV_HANDLE ] { 7 }
+ Constant [ public int IS_UV_STREAM ] { 8 }
+ Constant [ public int IS_UV_ADDRINFO ] { 9 }
+ Constant [ public int IS_UV_PROCESS ] { 10 }
+ Constant [ public int IS_UV_PREPARE ] { 11 }
+ Constant [ public int IS_UV_CHECK ] { 12 }
+ Constant [ public int IS_UV_WORK ] { 13 }
+ Constant [ public int IS_UV_FS ] { 14 }
+ Constant [ public int IS_UV_FS_EVENT ] { 15 }
+ Constant [ public int IS_UV_TTY ] { 16 }
+ Constant [ public int IS_UV_FS_POLL ] { 17 }
+ Constant [ public int IS_UV_POLL ] { 18 }
+ Constant [ public int UNKNOWN_HANDLE ] { 0 }
+ Constant [ public int FILE ] { 17 }
+ Constant [ public int ASYNC ] { 1 }
+ Constant [ public int CHECK ] { 2 }
+ Constant [ public int FS_EVENT ] { 3 }
+ Constant [ public int FS_POLL ] { 4 }
+ Constant [ public int HANDLE ] { 5 }
+ Constant [ public int IDLE ] { 6 }
+ Constant [ public int NAMED_PIPE ] { 7 }
+ Constant [ public int POLL ] { 8 }
+ Constant [ public int PREPARE ] { 9 }
+ Constant [ public int PROCESS ] { 10 }
+ Constant [ public int STREAM ] { 11 }
+ Constant [ public int TCP ] { 12 }
+ Constant [ public int TIMER ] { 13 }
+ Constant [ public int TTY ] { 14 }
+ Constant [ public int UDP ] { 15 }
+ Constant [ public int SIGNAL ] { 16 }
+ Constant [ public int HANDLE_TYPE_MAX ] { 18 }
+ Constant [ public int IGNORE ] { 0 }
+ Constant [ public int CREATE_PIPE ] { 1 }
+ Constant [ public int INHERIT_FD ] { 2 }
+ Constant [ public int INHERIT_STREAM ] { 4 }
+ Constant [ public int READABLE_PIPE ] { 16 }
+ Constant [ public int WRITABLE_PIPE ] { 32 }
+ Constant [ public int OVERLAPPED_PIPE ] { 64 }
+ Constant [ public int PROCESS_SETUID ] { 1 }
+ Constant [ public int PROCESS_SETGID ] { 2 }
+ Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
+ Constant [ public int PROCESS_DETACHED ] { 8 }
+ Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 }
+ Constant [ public int E2BIG ] { -7 }
+ Constant [ public int EACCES ] { -13 }
+ Constant [ public int EADDRINUSE ] { -98 }
+ Constant [ public int EADDRNOTAVAIL ] { -99 }
+ Constant [ public int EAFNOSUPPORT ] { -97 }
+ Constant [ public int EAGAIN ] { -11 }
+ Constant [ public int EAI_ADDRFAMILY ] { -3000 }
+ Constant [ public int EAI_AGAIN ] { -3001 }
+ Constant [ public int EAI_BADFLAGS ] { -3002 }
+ Constant [ public int EAI_BADHINTS ] { -3013 }
+ Constant [ public int EAI_CANCELED ] { -3003 }
+ Constant [ public int EAI_FAIL ] { -3004 }
+ Constant [ public int EAI_FAMILY ] { -3005 }
+ Constant [ public int EAI_MEMORY ] { -3006 }
+ Constant [ public int EAI_NODATA ] { -3007 }
+ Constant [ public int EAI_NONAME ] { -3008 }
+ Constant [ public int EAI_OVERFLOW ] { -3009 }
+ Constant [ public int EAI_PROTOCOL ] { -3014 }
+ Constant [ public int EAI_SERVICE ] { -3010 }
+ Constant [ public int EAI_SOCKTYPE ] { -3011 }
+ Constant [ public int EALREADY ] { -114 }
+ Constant [ public int EBADF ] { -9 }
+ Constant [ public int EBUSY ] { -16 }
+ Constant [ public int ECANCELED ] { -125 }
+ Constant [ public int ECHARSET ] { -4080 }
+ Constant [ public int ECONNABORTED ] { -103 }
+ Constant [ public int ECONNREFUSED ] { -111 }
+ Constant [ public int ECONNRESET ] { -104 }
+ Constant [ public int EDESTADDRREQ ] { -89 }
+ Constant [ public int EEXIST ] { -17 }
+ Constant [ public int EFAULT ] { -14 }
+ Constant [ public int EFBIG ] { -27 }
+ Constant [ public int EHOSTUNREACH ] { -113 }
+ Constant [ public int EINTR ] { -4 }
+ Constant [ public int EINVAL ] { -22 }
+ Constant [ public int EIO ] { -5 }
+ Constant [ public int EISCONN ] { -106 }
+ Constant [ public int EISDIR ] { -21 }
+ Constant [ public int ELOOP ] { -40 }
+ Constant [ public int EMFILE ] { -24 }
+ Constant [ public int EMSGSIZE ] { -90 }
+ Constant [ public int ENAMETOOLONG ] { -36 }
+ Constant [ public int ENETDOWN ] { -100 }
+ Constant [ public int ENETUNREACH ] { -101 }
+ Constant [ public int ENFILE ] { -23 }
+ Constant [ public int ENOBUFS ] { -105 }
+ Constant [ public int ENODEV ] { -19 }
+ Constant [ public int ENOENT ] { -2 }
+ Constant [ public int ENOMEM ] { -12 }
+ Constant [ public int ENONET ] { -64 }
+ Constant [ public int ENOPROTOOPT ] { -92 }
+ Constant [ public int ENOSPC ] { -28 }
+ Constant [ public int ENOSYS ] { -38 }
+ Constant [ public int ENOTCONN ] { -107 }
+ Constant [ public int ENOTDIR ] { -20 }
+ Constant [ public int ENOTEMPTY ] { -39 }
+ Constant [ public int ENOTSOCK ] { -88 }
+ Constant [ public int ENOTSUP ] { -95 }
+ Constant [ public int EOVERFLOW ] { -75 }
+ Constant [ public int EPERM ] { -1 }
+ Constant [ public int EPIPE ] { -32 }
+ Constant [ public int EPROTO ] { -71 }
+ Constant [ public int EPROTONOSUPPORT ] { -93 }
+ Constant [ public int EPROTOTYPE ] { -91 }
+ Constant [ public int ERANGE ] { -34 }
+ Constant [ public int EROFS ] { -30 }
+ Constant [ public int ESHUTDOWN ] { -108 }
+ Constant [ public int ESPIPE ] { -29 }
+ Constant [ public int ESRCH ] { -3 }
+ Constant [ public int ETIMEDOUT ] { -110 }
+ Constant [ public int ETXTBSY ] { -26 }
+ Constant [ public int EXDEV ] { -18 }
+ Constant [ public int UNKNOWN ] { -4094 }
+ Constant [ public int EOF ] { -4095 }
+ Constant [ public int ENXIO ] { -6 }
+ Constant [ public int EMLINK ] { -31 }
+ Constant [ public int EHOSTDOWN ] { -112 }
+ Constant [ public int EREMOTEIO ] { -121 }
+ Constant [ public int ENOTTY ] { -25 }
+ Constant [ public int EFTYPE ] { -4028 }
+ Constant [ public int EILSEQ ] { -84 }
+ Constant [ public int ESOCKTNOSUPPORT ] { -94 }
}
- Static properties [0] {
@@ -1407,208 +1495,215 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
}
}
- Class [ <internal:uv> final class UVUdp extends UV ] {
-
- - Constants [199] {
- Constant [ public integer RUN_DEFAULT ] { 0 }
- Constant [ public integer RUN_ONCE ] { 1 }
- Constant [ public integer RUN_NOWAIT ] { 2 }
- Constant [ public integer CHANGE ] { 2 }
- Constant [ public integer RENAME ] { 1 }
- Constant [ public integer READABLE ] { 1 }
- Constant [ public integer WRITABLE ] { 2 }
- Constant [ public integer O_RDONLY ] { 0 }
- Constant [ public integer O_WRONLY ] { 1 }
- Constant [ public integer O_RDWR ] { 2 }
- Constant [ public integer O_CREAT ] { 64 }
- Constant [ public integer O_EXCL ] { 128 }
- Constant [ public integer O_TRUNC ] { 512 }
- Constant [ public integer O_APPEND ] { 1024 }
- Constant [ public integer S_IFDIR ] { 16384 }
- Constant [ public integer S_IFREG ] { 32768 }
- Constant [ public integer O_NOCTTY ] { 256 }
- Constant [ public integer S_IRWXU ] { 448 }
- Constant [ public integer S_IRUSR ] { 256 }
- Constant [ public integer S_IWUSR ] { 128 }
- Constant [ public integer S_IXUSR ] { 64 }
- Constant [ public integer S_IRWXG ] { 56 }
- Constant [ public integer S_IRGRP ] { 32 }
- Constant [ public integer S_IWGRP ] { 16 }
- Constant [ public integer S_IXGRP ] { 8 }
- Constant [ public integer S_IRWXO ] { 7 }
- Constant [ public integer S_IROTH ] { 4 }
- Constant [ public integer S_IWOTH ] { 2 }
- Constant [ public integer S_IXOTH ] { 1 }
- Constant [ public integer SIG_IGN ] { 1 }
- Constant [ public integer SIG_DFL ] { 0 }
- Constant [ public integer SIG_ERR ] { -1 }
- Constant [ public integer SIGHUP ] { 1 }
- Constant [ public integer SIGINT ] { 2 }
- Constant [ public integer SIGQUIT ] { 3 }
- Constant [ public integer SIGILL ] { 4 }
- Constant [ public integer SIGTRAP ] { 5 }
- Constant [ public integer SIGABRT ] { 6 }
- Constant [ public integer SIGIOT ] { 6 }
- Constant [ public integer SIGBUS ] { 7 }
- Constant [ public integer SIGFPE ] { 8 }
- Constant [ public integer SIGKILL ] { 9 }
- Constant [ public integer SIGUSR1 ] { 10 }
- Constant [ public integer SIGSEGV ] { 11 }
- Constant [ public integer SIGUSR2 ] { 12 }
- Constant [ public integer SIGPIPE ] { 13 }
- Constant [ public integer SIGALRM ] { 14 }
- Constant [ public integer SIGTERM ] { 15 }
- Constant [ public integer SIGSTKFLT ] { 16 }
- Constant [ public integer SIGCLD ] { 17 }
- Constant [ public integer SIGCHLD ] { 17 }
- Constant [ public integer SIGCONT ] { 18 }
- Constant [ public integer SIGSTOP ] { 19 }
- Constant [ public integer SIGTSTP ] { 20 }
- Constant [ public integer SIGTTIN ] { 21 }
- Constant [ public integer SIGTTOU ] { 22 }
- Constant [ public integer SIGURG ] { 23 }
- Constant [ public integer SIGXCPU ] { 24 }
- Constant [ public integer SIGXFSZ ] { 25 }
- Constant [ public integer SIGVTALRM ] { 26 }
- Constant [ public integer SIGPROF ] { 27 }
- Constant [ public integer SIGWINCH ] { 28 }
- Constant [ public integer SIGPOLL ] { 29 }
- Constant [ public integer SIGIO ] { 29 }
- Constant [ public integer SIGPWR ] { 30 }
- Constant [ public integer SIGSYS ] { 31 }
- Constant [ public integer SIGBABY ] { 31 }
- Constant [ public integer AF_INET ] { 2 }
- Constant [ public integer AF_INET6 ] { 10 }
- Constant [ public integer AF_UNSPEC ] { 0 }
- Constant [ public integer LEAVE_GROUP ] { 0 }
- Constant [ public integer JOIN_GROUP ] { 1 }
- Constant [ public integer IS_UV_TCP ] { 0 }
- Constant [ public integer IS_UV_UDP ] { 1 }
- Constant [ public integer IS_UV_PIPE ] { 2 }
- Constant [ public integer IS_UV_IDLE ] { 3 }
- Constant [ public integer IS_UV_TIMER ] { 4 }
- Constant [ public integer IS_UV_ASYNC ] { 5 }
- Constant [ public integer IS_UV_LOOP ] { 6 }
- Constant [ public integer IS_UV_HANDLE ] { 7 }
- Constant [ public integer IS_UV_STREAM ] { 8 }
- Constant [ public integer IS_UV_ADDRINFO ] { 9 }
- Constant [ public integer IS_UV_PROCESS ] { 10 }
- Constant [ public integer IS_UV_PREPARE ] { 11 }
- Constant [ public integer IS_UV_CHECK ] { 12 }
- Constant [ public integer IS_UV_WORK ] { 13 }
- Constant [ public integer IS_UV_FS ] { 14 }
- Constant [ public integer IS_UV_FS_EVENT ] { 15 }
- Constant [ public integer IS_UV_TTY ] { 16 }
- Constant [ public integer IS_UV_FS_POLL ] { 17 }
- Constant [ public integer IS_UV_POLL ] { 18 }
- Constant [ public integer UNKNOWN_HANDLE ] { 0 }
- Constant [ public integer FILE ] { 17 }
- Constant [ public integer ASYNC ] { 1 }
- Constant [ public integer CHECK ] { 2 }
- Constant [ public integer FS_EVENT ] { 3 }
- Constant [ public integer FS_POLL ] { 4 }
- Constant [ public integer HANDLE ] { 5 }
- Constant [ public integer IDLE ] { 6 }
- Constant [ public integer NAMED_PIPE ] { 7 }
- Constant [ public integer POLL ] { 8 }
- Constant [ public integer PREPARE ] { 9 }
- Constant [ public integer PROCESS ] { 10 }
- Constant [ public integer STREAM ] { 11 }
- Constant [ public integer TCP ] { 12 }
- Constant [ public integer TIMER ] { 13 }
- Constant [ public integer TTY ] { 14 }
- Constant [ public integer UDP ] { 15 }
- Constant [ public integer SIGNAL ] { 16 }
- Constant [ public integer HANDLE_TYPE_MAX ] { 18 }
- Constant [ public integer IGNORE ] { 0 }
- Constant [ public integer CREATE_PIPE ] { 1 }
- Constant [ public integer INHERIT_FD ] { 2 }
- Constant [ public integer INHERIT_STREAM ] { 4 }
- Constant [ public integer READABLE_PIPE ] { 16 }
- Constant [ public integer WRITABLE_PIPE ] { 32 }
- Constant [ public integer PROCESS_SETUID ] { 1 }
- Constant [ public integer PROCESS_SETGID ] { 2 }
- Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
- Constant [ public integer PROCESS_DETACHED ] { 8 }
- Constant [ public integer E2BIG ] { -7 }
- Constant [ public integer EACCES ] { -13 }
- Constant [ public integer EADDRINUSE ] { -98 }
- Constant [ public integer EADDRNOTAVAIL ] { -99 }
- Constant [ public integer EAFNOSUPPORT ] { -97 }
- Constant [ public integer EAGAIN ] { -11 }
- Constant [ public integer EAI_ADDRFAMILY ] { -3000 }
- Constant [ public integer EAI_AGAIN ] { -3001 }
- Constant [ public integer EAI_BADFLAGS ] { -3002 }
- Constant [ public integer EAI_BADHINTS ] { -3013 }
- Constant [ public integer EAI_CANCELED ] { -3003 }
- Constant [ public integer EAI_FAIL ] { -3004 }
- Constant [ public integer EAI_FAMILY ] { -3005 }
- Constant [ public integer EAI_MEMORY ] { -3006 }
- Constant [ public integer EAI_NODATA ] { -3007 }
- Constant [ public integer EAI_NONAME ] { -3008 }
- Constant [ public integer EAI_OVERFLOW ] { -3009 }
- Constant [ public integer EAI_PROTOCOL ] { -3014 }
- Constant [ public integer EAI_SERVICE ] { -3010 }
- Constant [ public integer EAI_SOCKTYPE ] { -3011 }
- Constant [ public integer EALREADY ] { -114 }
- Constant [ public integer EBADF ] { -9 }
- Constant [ public integer EBUSY ] { -16 }
- Constant [ public integer ECANCELED ] { -125 }
- Constant [ public integer ECHARSET ] { -4080 }
- Constant [ public integer ECONNABORTED ] { -103 }
- Constant [ public integer ECONNREFUSED ] { -111 }
- Constant [ public integer ECONNRESET ] { -104 }
- Constant [ public integer EDESTADDRREQ ] { -89 }
- Constant [ public integer EEXIST ] { -17 }
- Constant [ public integer EFAULT ] { -14 }
- Constant [ public integer EFBIG ] { -27 }
- Constant [ public integer EHOSTUNREACH ] { -113 }
- Constant [ public integer EINTR ] { -4 }
- Constant [ public integer EINVAL ] { -22 }
- Constant [ public integer EIO ] { -5 }
- Constant [ public integer EISCONN ] { -106 }
- Constant [ public integer EISDIR ] { -21 }
- Constant [ public integer ELOOP ] { -40 }
- Constant [ public integer EMFILE ] { -24 }
- Constant [ public integer EMSGSIZE ] { -90 }
- Constant [ public integer ENAMETOOLONG ] { -36 }
- Constant [ public integer ENETDOWN ] { -100 }
- Constant [ public integer ENETUNREACH ] { -101 }
- Constant [ public integer ENFILE ] { -23 }
- Constant [ public integer ENOBUFS ] { -105 }
- Constant [ public integer ENODEV ] { -19 }
- Constant [ public integer ENOENT ] { -2 }
- Constant [ public integer ENOMEM ] { -12 }
- Constant [ public integer ENONET ] { -64 }
- Constant [ public integer ENOPROTOOPT ] { -92 }
- Constant [ public integer ENOSPC ] { -28 }
- Constant [ public integer ENOSYS ] { -38 }
- Constant [ public integer ENOTCONN ] { -107 }
- Constant [ public integer ENOTDIR ] { -20 }
- Constant [ public integer ENOTEMPTY ] { -39 }
- Constant [ public integer ENOTSOCK ] { -88 }
- Constant [ public integer ENOTSUP ] { -95 }
- Constant [ public integer EPERM ] { -1 }
- Constant [ public integer EPIPE ] { -32 }
- Constant [ public integer EPROTO ] { -71 }
- Constant [ public integer EPROTONOSUPPORT ] { -93 }
- Constant [ public integer EPROTOTYPE ] { -91 }
- Constant [ public integer ERANGE ] { -34 }
- Constant [ public integer EROFS ] { -30 }
- Constant [ public integer ESHUTDOWN ] { -108 }
- Constant [ public integer ESPIPE ] { -29 }
- Constant [ public integer ESRCH ] { -3 }
- Constant [ public integer ETIMEDOUT ] { -110 }
- Constant [ public integer ETXTBSY ] { -26 }
- Constant [ public integer EXDEV ] { -18 }
- Constant [ public integer UNKNOWN ] { -4094 }
- Constant [ public integer EOF ] { -4095 }
- Constant [ public integer ENXIO ] { -6 }
- Constant [ public integer EMLINK ] { -31 }
- Constant [ public integer EHOSTDOWN ] { -112 }
- Constant [ public integer EREMOTEIO ] { -121 }
- Constant [ public integer ENOTTY ] { -25 }
- Constant [ public integer EFTYPE ] { -4028 }
+ Class [ <internal:uv> final class UVTcp extends UVStream ] {
+
+ - Constants [206] {
+ Constant [ public int RUN_DEFAULT ] { 0 }
+ Constant [ public int RUN_ONCE ] { 1 }
+ Constant [ public int RUN_NOWAIT ] { 2 }
+ Constant [ public int CHANGE ] { 2 }
+ Constant [ public int RENAME ] { 1 }
+ Constant [ public int READABLE ] { 1 }
+ Constant [ public int WRITABLE ] { 2 }
+ Constant [ public int O_RDONLY ] { 0 }
+ Constant [ public int O_WRONLY ] { 1 }
+ Constant [ public int O_RDWR ] { 2 }
+ Constant [ public int O_CREAT ] { 64 }
+ Constant [ public int O_EXCL ] { 128 }
+ Constant [ public int O_TRUNC ] { 512 }
+ Constant [ public int O_APPEND ] { 1024 }
+ Constant [ public int S_IFDIR ] { 16384 }
+ Constant [ public int S_IFREG ] { 32768 }
+ Constant [ public int O_NOCTTY ] { 256 }
+ Constant [ public int S_IRWXU ] { 448 }
+ Constant [ public int S_IRUSR ] { 256 }
+ Constant [ public int S_IWUSR ] { 128 }
+ Constant [ public int S_IXUSR ] { 64 }
+ Constant [ public int S_IRWXG ] { 56 }
+ Constant [ public int S_IRGRP ] { 32 }
+ Constant [ public int S_IWGRP ] { 16 }
+ Constant [ public int S_IXGRP ] { 8 }
+ Constant [ public int S_IRWXO ] { 7 }
+ Constant [ public int S_IROTH ] { 4 }
+ Constant [ public int S_IWOTH ] { 2 }
+ Constant [ public int S_IXOTH ] { 1 }
+ Constant [ public int SIG_IGN ] { 1 }
+ Constant [ public int SIG_DFL ] { 0 }
+ Constant [ public int SIG_ERR ] { -1 }
+ Constant [ public int SIGHUP ] { 1 }
+ Constant [ public int SIGINT ] { 2 }
+ Constant [ public int SIGQUIT ] { 3 }
+ Constant [ public int SIGILL ] { 4 }
+ Constant [ public int SIGTRAP ] { 5 }
+ Constant [ public int SIGABRT ] { 6 }
+ Constant [ public int SIGIOT ] { 6 }
+ Constant [ public int SIGBUS ] { 7 }
+ Constant [ public int SIGFPE ] { 8 }
+ Constant [ public int SIGKILL ] { 9 }
+ Constant [ public int SIGUSR1 ] { 10 }
+ Constant [ public int SIGSEGV ] { 11 }
+ Constant [ public int SIGUSR2 ] { 12 }
+ Constant [ public int SIGPIPE ] { 13 }
+ Constant [ public int SIGALRM ] { 14 }
+ Constant [ public int SIGTERM ] { 15 }
+ Constant [ public int SIGSTKFLT ] { 16 }
+ Constant [ public int SIGCLD ] { 17 }
+ Constant [ public int SIGCHLD ] { 17 }
+ Constant [ public int SIGCONT ] { 18 }
+ Constant [ public int SIGSTOP ] { 19 }
+ Constant [ public int SIGTSTP ] { 20 }
+ Constant [ public int SIGTTIN ] { 21 }
+ Constant [ public int SIGTTOU ] { 22 }
+ Constant [ public int SIGURG ] { 23 }
+ Constant [ public int SIGXCPU ] { 24 }
+ Constant [ public int SIGXFSZ ] { 25 }
+ Constant [ public int SIGVTALRM ] { 26 }
+ Constant [ public int SIGPROF ] { 27 }
+ Constant [ public int SIGWINCH ] { 28 }
+ Constant [ public int SIGPOLL ] { 29 }
+ Constant [ public int SIGIO ] { 29 }
+ Constant [ public int SIGPWR ] { 30 }
+ Constant [ public int SIGSYS ] { 31 }
+ Constant [ public int SIGBABY ] { 31 }
+ Constant [ public int AF_INET ] { 2 }
+ Constant [ public int AF_INET6 ] { 10 }
+ Constant [ public int AF_UNSPEC ] { 0 }
+ Constant [ public int LEAVE_GROUP ] { 0 }
+ Constant [ public int JOIN_GROUP ] { 1 }
+ Constant [ public int IS_UV_TCP ] { 0 }
+ Constant [ public int IS_UV_UDP ] { 1 }
+ Constant [ public int IS_UV_PIPE ] { 2 }
+ Constant [ public int IS_UV_IDLE ] { 3 }
+ Constant [ public int IS_UV_TIMER ] { 4 }
+ Constant [ public int IS_UV_ASYNC ] { 5 }
+ Constant [ public int IS_UV_LOOP ] { 6 }
+ Constant [ public int IS_UV_HANDLE ] { 7 }
+ Constant [ public int IS_UV_STREAM ] { 8 }
+ Constant [ public int IS_UV_ADDRINFO ] { 9 }
+ Constant [ public int IS_UV_PROCESS ] { 10 }
+ Constant [ public int IS_UV_PREPARE ] { 11 }
+ Constant [ public int IS_UV_CHECK ] { 12 }
+ Constant [ public int IS_UV_WORK ] { 13 }
+ Constant [ public int IS_UV_FS ] { 14 }
+ Constant [ public int IS_UV_FS_EVENT ] { 15 }
+ Constant [ public int IS_UV_TTY ] { 16 }
+ Constant [ public int IS_UV_FS_POLL ] { 17 }
+ Constant [ public int IS_UV_POLL ] { 18 }
+ Constant [ public int UNKNOWN_HANDLE ] { 0 }
+ Constant [ public int FILE ] { 17 }
+ Constant [ public int ASYNC ] { 1 }
+ Constant [ public int CHECK ] { 2 }
+ Constant [ public int FS_EVENT ] { 3 }
+ Constant [ public int FS_POLL ] { 4 }
+ Constant [ public int HANDLE ] { 5 }
+ Constant [ public int IDLE ] { 6 }
+ Constant [ public int NAMED_PIPE ] { 7 }
+ Constant [ public int POLL ] { 8 }
+ Constant [ public int PREPARE ] { 9 }
+ Constant [ public int PROCESS ] { 10 }
+ Constant [ public int STREAM ] { 11 }
+ Constant [ public int TCP ] { 12 }
+ Constant [ public int TIMER ] { 13 }
+ Constant [ public int TTY ] { 14 }
+ Constant [ public int UDP ] { 15 }
+ Constant [ public int SIGNAL ] { 16 }
+ Constant [ public int HANDLE_TYPE_MAX ] { 18 }
+ Constant [ public int IGNORE ] { 0 }
+ Constant [ public int CREATE_PIPE ] { 1 }
+ Constant [ public int INHERIT_FD ] { 2 }
+ Constant [ public int INHERIT_STREAM ] { 4 }
+ Constant [ public int READABLE_PIPE ] { 16 }
+ Constant [ public int WRITABLE_PIPE ] { 32 }
+ Constant [ public int OVERLAPPED_PIPE ] { 64 }
+ Constant [ public int PROCESS_SETUID ] { 1 }
+ Constant [ public int PROCESS_SETGID ] { 2 }
+ Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
+ Constant [ public int PROCESS_DETACHED ] { 8 }
+ Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 }
+ Constant [ public int E2BIG ] { -7 }
+ Constant [ public int EACCES ] { -13 }
+ Constant [ public int EADDRINUSE ] { -98 }
+ Constant [ public int EADDRNOTAVAIL ] { -99 }
+ Constant [ public int EAFNOSUPPORT ] { -97 }
+ Constant [ public int EAGAIN ] { -11 }
+ Constant [ public int EAI_ADDRFAMILY ] { -3000 }
+ Constant [ public int EAI_AGAIN ] { -3001 }
+ Constant [ public int EAI_BADFLAGS ] { -3002 }
+ Constant [ public int EAI_BADHINTS ] { -3013 }
+ Constant [ public int EAI_CANCELED ] { -3003 }
+ Constant [ public int EAI_FAIL ] { -3004 }
+ Constant [ public int EAI_FAMILY ] { -3005 }
+ Constant [ public int EAI_MEMORY ] { -3006 }
+ Constant [ public int EAI_NODATA ] { -3007 }
+ Constant [ public int EAI_NONAME ] { -3008 }
+ Constant [ public int EAI_OVERFLOW ] { -3009 }
+ Constant [ public int EAI_PROTOCOL ] { -3014 }
+ Constant [ public int EAI_SERVICE ] { -3010 }
+ Constant [ public int EAI_SOCKTYPE ] { -3011 }
+ Constant [ public int EALREADY ] { -114 }
+ Constant [ public int EBADF ] { -9 }
+ Constant [ public int EBUSY ] { -16 }
+ Constant [ public int ECANCELED ] { -125 }
+ Constant [ public int ECHARSET ] { -4080 }
+ Constant [ public int ECONNABORTED ] { -103 }
+ Constant [ public int ECONNREFUSED ] { -111 }
+ Constant [ public int ECONNRESET ] { -104 }
+ Constant [ public int EDESTADDRREQ ] { -89 }
+ Constant [ public int EEXIST ] { -17 }
+ Constant [ public int EFAULT ] { -14 }
+ Constant [ public int EFBIG ] { -27 }
+ Constant [ public int EHOSTUNREACH ] { -113 }
+ Constant [ public int EINTR ] { -4 }
+ Constant [ public int EINVAL ] { -22 }
+ Constant [ public int EIO ] { -5 }
+ Constant [ public int EISCONN ] { -106 }
+ Constant [ public int EISDIR ] { -21 }
+ Constant [ public int ELOOP ] { -40 }
+ Constant [ public int EMFILE ] { -24 }
+ Constant [ public int EMSGSIZE ] { -90 }
+ Constant [ public int ENAMETOOLONG ] { -36 }
+ Constant [ public int ENETDOWN ] { -100 }
+ Constant [ public int ENETUNREACH ] { -101 }
+ Constant [ public int ENFILE ] { -23 }
+ Constant [ public int ENOBUFS ] { -105 }
+ Constant [ public int ENODEV ] { -19 }
+ Constant [ public int ENOENT ] { -2 }
+ Constant [ public int ENOMEM ] { -12 }
+ Constant [ public int ENONET ] { -64 }
+ Constant [ public int ENOPROTOOPT ] { -92 }
+ Constant [ public int ENOSPC ] { -28 }
+ Constant [ public int ENOSYS ] { -38 }
+ Constant [ public int ENOTCONN ] { -107 }
+ Constant [ public int ENOTDIR ] { -20 }
+ Constant [ public int ENOTEMPTY ] { -39 }
+ Constant [ public int ENOTSOCK ] { -88 }
+ Constant [ public int ENOTSUP ] { -95 }
+ Constant [ public int EOVERFLOW ] { -75 }
+ Constant [ public int EPERM ] { -1 }
+ Constant [ public int EPIPE ] { -32 }
+ Constant [ public int EPROTO ] { -71 }
+ Constant [ public int EPROTONOSUPPORT ] { -93 }
+ Constant [ public int EPROTOTYPE ] { -91 }
+ Constant [ public int ERANGE ] { -34 }
+ Constant [ public int EROFS ] { -30 }
+ Constant [ public int ESHUTDOWN ] { -108 }
+ Constant [ public int ESPIPE ] { -29 }
+ Constant [ public int ESRCH ] { -3 }
+ Constant [ public int ETIMEDOUT ] { -110 }
+ Constant [ public int ETXTBSY ] { -26 }
+ Constant [ public int EXDEV ] { -18 }
+ Constant [ public int UNKNOWN ] { -4094 }
+ Constant [ public int EOF ] { -4095 }
+ Constant [ public int ENXIO ] { -6 }
+ Constant [ public int EMLINK ] { -31 }
+ Constant [ public int EHOSTDOWN ] { -112 }
+ Constant [ public int EREMOTEIO ] { -121 }
+ Constant [ public int ENOTTY ] { -25 }
+ Constant [ public int EFTYPE ] { -4028 }
+ Constant [ public int EILSEQ ] { -84 }
+ Constant [ public int ESOCKTNOSUPPORT ] { -94 }
}
- Static properties [0] {
@@ -1624,208 +1719,215 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
}
}
- Class [ <internal:uv> final class UVPipe extends UV ] {
-
- - Constants [199] {
- Constant [ public integer RUN_DEFAULT ] { 0 }
- Constant [ public integer RUN_ONCE ] { 1 }
- Constant [ public integer RUN_NOWAIT ] { 2 }
- Constant [ public integer CHANGE ] { 2 }
- Constant [ public integer RENAME ] { 1 }
- Constant [ public integer READABLE ] { 1 }
- Constant [ public integer WRITABLE ] { 2 }
- Constant [ public integer O_RDONLY ] { 0 }
- Constant [ public integer O_WRONLY ] { 1 }
- Constant [ public integer O_RDWR ] { 2 }
- Constant [ public integer O_CREAT ] { 64 }
- Constant [ public integer O_EXCL ] { 128 }
- Constant [ public integer O_TRUNC ] { 512 }
- Constant [ public integer O_APPEND ] { 1024 }
- Constant [ public integer S_IFDIR ] { 16384 }
- Constant [ public integer S_IFREG ] { 32768 }
- Constant [ public integer O_NOCTTY ] { 256 }
- Constant [ public integer S_IRWXU ] { 448 }
- Constant [ public integer S_IRUSR ] { 256 }
- Constant [ public integer S_IWUSR ] { 128 }
- Constant [ public integer S_IXUSR ] { 64 }
- Constant [ public integer S_IRWXG ] { 56 }
- Constant [ public integer S_IRGRP ] { 32 }
- Constant [ public integer S_IWGRP ] { 16 }
- Constant [ public integer S_IXGRP ] { 8 }
- Constant [ public integer S_IRWXO ] { 7 }
- Constant [ public integer S_IROTH ] { 4 }
- Constant [ public integer S_IWOTH ] { 2 }
- Constant [ public integer S_IXOTH ] { 1 }
- Constant [ public integer SIG_IGN ] { 1 }
- Constant [ public integer SIG_DFL ] { 0 }
- Constant [ public integer SIG_ERR ] { -1 }
- Constant [ public integer SIGHUP ] { 1 }
- Constant [ public integer SIGINT ] { 2 }
- Constant [ public integer SIGQUIT ] { 3 }
- Constant [ public integer SIGILL ] { 4 }
- Constant [ public integer SIGTRAP ] { 5 }
- Constant [ public integer SIGABRT ] { 6 }
- Constant [ public integer SIGIOT ] { 6 }
- Constant [ public integer SIGBUS ] { 7 }
- Constant [ public integer SIGFPE ] { 8 }
- Constant [ public integer SIGKILL ] { 9 }
- Constant [ public integer SIGUSR1 ] { 10 }
- Constant [ public integer SIGSEGV ] { 11 }
- Constant [ public integer SIGUSR2 ] { 12 }
- Constant [ public integer SIGPIPE ] { 13 }
- Constant [ public integer SIGALRM ] { 14 }
- Constant [ public integer SIGTERM ] { 15 }
- Constant [ public integer SIGSTKFLT ] { 16 }
- Constant [ public integer SIGCLD ] { 17 }
- Constant [ public integer SIGCHLD ] { 17 }
- Constant [ public integer SIGCONT ] { 18 }
- Constant [ public integer SIGSTOP ] { 19 }
- Constant [ public integer SIGTSTP ] { 20 }
- Constant [ public integer SIGTTIN ] { 21 }
- Constant [ public integer SIGTTOU ] { 22 }
- Constant [ public integer SIGURG ] { 23 }
- Constant [ public integer SIGXCPU ] { 24 }
- Constant [ public integer SIGXFSZ ] { 25 }
- Constant [ public integer SIGVTALRM ] { 26 }
- Constant [ public integer SIGPROF ] { 27 }
- Constant [ public integer SIGWINCH ] { 28 }
- Constant [ public integer SIGPOLL ] { 29 }
- Constant [ public integer SIGIO ] { 29 }
- Constant [ public integer SIGPWR ] { 30 }
- Constant [ public integer SIGSYS ] { 31 }
- Constant [ public integer SIGBABY ] { 31 }
- Constant [ public integer AF_INET ] { 2 }
- Constant [ public integer AF_INET6 ] { 10 }
- Constant [ public integer AF_UNSPEC ] { 0 }
- Constant [ public integer LEAVE_GROUP ] { 0 }
- Constant [ public integer JOIN_GROUP ] { 1 }
- Constant [ public integer IS_UV_TCP ] { 0 }
- Constant [ public integer IS_UV_UDP ] { 1 }
- Constant [ public integer IS_UV_PIPE ] { 2 }
- Constant [ public integer IS_UV_IDLE ] { 3 }
- Constant [ public integer IS_UV_TIMER ] { 4 }
- Constant [ public integer IS_UV_ASYNC ] { 5 }
- Constant [ public integer IS_UV_LOOP ] { 6 }
- Constant [ public integer IS_UV_HANDLE ] { 7 }
- Constant [ public integer IS_UV_STREAM ] { 8 }
- Constant [ public integer IS_UV_ADDRINFO ] { 9 }
- Constant [ public integer IS_UV_PROCESS ] { 10 }
- Constant [ public integer IS_UV_PREPARE ] { 11 }
- Constant [ public integer IS_UV_CHECK ] { 12 }
- Constant [ public integer IS_UV_WORK ] { 13 }
- Constant [ public integer IS_UV_FS ] { 14 }
- Constant [ public integer IS_UV_FS_EVENT ] { 15 }
- Constant [ public integer IS_UV_TTY ] { 16 }
- Constant [ public integer IS_UV_FS_POLL ] { 17 }
- Constant [ public integer IS_UV_POLL ] { 18 }
- Constant [ public integer UNKNOWN_HANDLE ] { 0 }
- Constant [ public integer FILE ] { 17 }
- Constant [ public integer ASYNC ] { 1 }
- Constant [ public integer CHECK ] { 2 }
- Constant [ public integer FS_EVENT ] { 3 }
- Constant [ public integer FS_POLL ] { 4 }
- Constant [ public integer HANDLE ] { 5 }
- Constant [ public integer IDLE ] { 6 }
- Constant [ public integer NAMED_PIPE ] { 7 }
- Constant [ public integer POLL ] { 8 }
- Constant [ public integer PREPARE ] { 9 }
- Constant [ public integer PROCESS ] { 10 }
- Constant [ public integer STREAM ] { 11 }
- Constant [ public integer TCP ] { 12 }
- Constant [ public integer TIMER ] { 13 }
- Constant [ public integer TTY ] { 14 }
- Constant [ public integer UDP ] { 15 }
- Constant [ public integer SIGNAL ] { 16 }
- Constant [ public integer HANDLE_TYPE_MAX ] { 18 }
- Constant [ public integer IGNORE ] { 0 }
- Constant [ public integer CREATE_PIPE ] { 1 }
- Constant [ public integer INHERIT_FD ] { 2 }
- Constant [ public integer INHERIT_STREAM ] { 4 }
- Constant [ public integer READABLE_PIPE ] { 16 }
- Constant [ public integer WRITABLE_PIPE ] { 32 }
- Constant [ public integer PROCESS_SETUID ] { 1 }
- Constant [ public integer PROCESS_SETGID ] { 2 }
- Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
- Constant [ public integer PROCESS_DETACHED ] { 8 }
- Constant [ public integer E2BIG ] { -7 }
- Constant [ public integer EACCES ] { -13 }
- Constant [ public integer EADDRINUSE ] { -98 }
- Constant [ public integer EADDRNOTAVAIL ] { -99 }
- Constant [ public integer EAFNOSUPPORT ] { -97 }
- Constant [ public integer EAGAIN ] { -11 }
- Constant [ public integer EAI_ADDRFAMILY ] { -3000 }
- Constant [ public integer EAI_AGAIN ] { -3001 }
- Constant [ public integer EAI_BADFLAGS ] { -3002 }
- Constant [ public integer EAI_BADHINTS ] { -3013 }
- Constant [ public integer EAI_CANCELED ] { -3003 }
- Constant [ public integer EAI_FAIL ] { -3004 }
- Constant [ public integer EAI_FAMILY ] { -3005 }
- Constant [ public integer EAI_MEMORY ] { -3006 }
- Constant [ public integer EAI_NODATA ] { -3007 }
- Constant [ public integer EAI_NONAME ] { -3008 }
- Constant [ public integer EAI_OVERFLOW ] { -3009 }
- Constant [ public integer EAI_PROTOCOL ] { -3014 }
- Constant [ public integer EAI_SERVICE ] { -3010 }
- Constant [ public integer EAI_SOCKTYPE ] { -3011 }
- Constant [ public integer EALREADY ] { -114 }
- Constant [ public integer EBADF ] { -9 }
- Constant [ public integer EBUSY ] { -16 }
- Constant [ public integer ECANCELED ] { -125 }
- Constant [ public integer ECHARSET ] { -4080 }
- Constant [ public integer ECONNABORTED ] { -103 }
- Constant [ public integer ECONNREFUSED ] { -111 }
- Constant [ public integer ECONNRESET ] { -104 }
- Constant [ public integer EDESTADDRREQ ] { -89 }
- Constant [ public integer EEXIST ] { -17 }
- Constant [ public integer EFAULT ] { -14 }
- Constant [ public integer EFBIG ] { -27 }
- Constant [ public integer EHOSTUNREACH ] { -113 }
- Constant [ public integer EINTR ] { -4 }
- Constant [ public integer EINVAL ] { -22 }
- Constant [ public integer EIO ] { -5 }
- Constant [ public integer EISCONN ] { -106 }
- Constant [ public integer EISDIR ] { -21 }
- Constant [ public integer ELOOP ] { -40 }
- Constant [ public integer EMFILE ] { -24 }
- Constant [ public integer EMSGSIZE ] { -90 }
- Constant [ public integer ENAMETOOLONG ] { -36 }
- Constant [ public integer ENETDOWN ] { -100 }
- Constant [ public integer ENETUNREACH ] { -101 }
- Constant [ public integer ENFILE ] { -23 }
- Constant [ public integer ENOBUFS ] { -105 }
- Constant [ public integer ENODEV ] { -19 }
- Constant [ public integer ENOENT ] { -2 }
- Constant [ public integer ENOMEM ] { -12 }
- Constant [ public integer ENONET ] { -64 }
- Constant [ public integer ENOPROTOOPT ] { -92 }
- Constant [ public integer ENOSPC ] { -28 }
- Constant [ public integer ENOSYS ] { -38 }
- Constant [ public integer ENOTCONN ] { -107 }
- Constant [ public integer ENOTDIR ] { -20 }
- Constant [ public integer ENOTEMPTY ] { -39 }
- Constant [ public integer ENOTSOCK ] { -88 }
- Constant [ public integer ENOTSUP ] { -95 }
- Constant [ public integer EPERM ] { -1 }
- Constant [ public integer EPIPE ] { -32 }
- Constant [ public integer EPROTO ] { -71 }
- Constant [ public integer EPROTONOSUPPORT ] { -93 }
- Constant [ public integer EPROTOTYPE ] { -91 }
- Constant [ public integer ERANGE ] { -34 }
- Constant [ public integer EROFS ] { -30 }
- Constant [ public integer ESHUTDOWN ] { -108 }
- Constant [ public integer ESPIPE ] { -29 }
- Constant [ public integer ESRCH ] { -3 }
- Constant [ public integer ETIMEDOUT ] { -110 }
- Constant [ public integer ETXTBSY ] { -26 }
- Constant [ public integer EXDEV ] { -18 }
- Constant [ public integer UNKNOWN ] { -4094 }
- Constant [ public integer EOF ] { -4095 }
- Constant [ public integer ENXIO ] { -6 }
- Constant [ public integer EMLINK ] { -31 }
- Constant [ public integer EHOSTDOWN ] { -112 }
- Constant [ public integer EREMOTEIO ] { -121 }
- Constant [ public integer ENOTTY ] { -25 }
- Constant [ public integer EFTYPE ] { -4028 }
+ Class [ <internal:uv> final class UVUdp extends UV ] {
+
+ - Constants [206] {
+ Constant [ public int RUN_DEFAULT ] { 0 }
+ Constant [ public int RUN_ONCE ] { 1 }
+ Constant [ public int RUN_NOWAIT ] { 2 }
+ Constant [ public int CHANGE ] { 2 }
+ Constant [ public int RENAME ] { 1 }
+ Constant [ public int READABLE ] { 1 }
+ Constant [ public int WRITABLE ] { 2 }
+ Constant [ public int O_RDONLY ] { 0 }
+ Constant [ public int O_WRONLY ] { 1 }
+ Constant [ public int O_RDWR ] { 2 }
+ Constant [ public int O_CREAT ] { 64 }
+ Constant [ public int O_EXCL ] { 128 }
+ Constant [ public int O_TRUNC ] { 512 }
+ Constant [ public int O_APPEND ] { 1024 }
+ Constant [ public int S_IFDIR ] { 16384 }
+ Constant [ public int S_IFREG ] { 32768 }
+ Constant [ public int O_NOCTTY ] { 256 }
+ Constant [ public int S_IRWXU ] { 448 }
+ Constant [ public int S_IRUSR ] { 256 }
+ Constant [ public int S_IWUSR ] { 128 }
+ Constant [ public int S_IXUSR ] { 64 }
+ Constant [ public int S_IRWXG ] { 56 }
+ Constant [ public int S_IRGRP ] { 32 }
+ Constant [ public int S_IWGRP ] { 16 }
+ Constant [ public int S_IXGRP ] { 8 }
+ Constant [ public int S_IRWXO ] { 7 }
+ Constant [ public int S_IROTH ] { 4 }
+ Constant [ public int S_IWOTH ] { 2 }
+ Constant [ public int S_IXOTH ] { 1 }
+ Constant [ public int SIG_IGN ] { 1 }
+ Constant [ public int SIG_DFL ] { 0 }
+ Constant [ public int SIG_ERR ] { -1 }
+ Constant [ public int SIGHUP ] { 1 }
+ Constant [ public int SIGINT ] { 2 }
+ Constant [ public int SIGQUIT ] { 3 }
+ Constant [ public int SIGILL ] { 4 }
+ Constant [ public int SIGTRAP ] { 5 }
+ Constant [ public int SIGABRT ] { 6 }
+ Constant [ public int SIGIOT ] { 6 }
+ Constant [ public int SIGBUS ] { 7 }
+ Constant [ public int SIGFPE ] { 8 }
+ Constant [ public int SIGKILL ] { 9 }
+ Constant [ public int SIGUSR1 ] { 10 }
+ Constant [ public int SIGSEGV ] { 11 }
+ Constant [ public int SIGUSR2 ] { 12 }
+ Constant [ public int SIGPIPE ] { 13 }
+ Constant [ public int SIGALRM ] { 14 }
+ Constant [ public int SIGTERM ] { 15 }
+ Constant [ public int SIGSTKFLT ] { 16 }
+ Constant [ public int SIGCLD ] { 17 }
+ Constant [ public int SIGCHLD ] { 17 }
+ Constant [ public int SIGCONT ] { 18 }
+ Constant [ public int SIGSTOP ] { 19 }
+ Constant [ public int SIGTSTP ] { 20 }
+ Constant [ public int SIGTTIN ] { 21 }
+ Constant [ public int SIGTTOU ] { 22 }
+ Constant [ public int SIGURG ] { 23 }
+ Constant [ public int SIGXCPU ] { 24 }
+ Constant [ public int SIGXFSZ ] { 25 }
+ Constant [ public int SIGVTALRM ] { 26 }
+ Constant [ public int SIGPROF ] { 27 }
+ Constant [ public int SIGWINCH ] { 28 }
+ Constant [ public int SIGPOLL ] { 29 }
+ Constant [ public int SIGIO ] { 29 }
+ Constant [ public int SIGPWR ] { 30 }
+ Constant [ public int SIGSYS ] { 31 }
+ Constant [ public int SIGBABY ] { 31 }
+ Constant [ public int AF_INET ] { 2 }
+ Constant [ public int AF_INET6 ] { 10 }
+ Constant [ public int AF_UNSPEC ] { 0 }
+ Constant [ public int LEAVE_GROUP ] { 0 }
+ Constant [ public int JOIN_GROUP ] { 1 }
+ Constant [ public int IS_UV_TCP ] { 0 }
+ Constant [ public int IS_UV_UDP ] { 1 }
+ Constant [ public int IS_UV_PIPE ] { 2 }
+ Constant [ public int IS_UV_IDLE ] { 3 }
+ Constant [ public int IS_UV_TIMER ] { 4 }
+ Constant [ public int IS_UV_ASYNC ] { 5 }
+ Constant [ public int IS_UV_LOOP ] { 6 }
+ Constant [ public int IS_UV_HANDLE ] { 7 }
+ Constant [ public int IS_UV_STREAM ] { 8 }
+ Constant [ public int IS_UV_ADDRINFO ] { 9 }
+ Constant [ public int IS_UV_PROCESS ] { 10 }
+ Constant [ public int IS_UV_PREPARE ] { 11 }
+ Constant [ public int IS_UV_CHECK ] { 12 }
+ Constant [ public int IS_UV_WORK ] { 13 }
+ Constant [ public int IS_UV_FS ] { 14 }
+ Constant [ public int IS_UV_FS_EVENT ] { 15 }
+ Constant [ public int IS_UV_TTY ] { 16 }
+ Constant [ public int IS_UV_FS_POLL ] { 17 }
+ Constant [ public int IS_UV_POLL ] { 18 }
+ Constant [ public int UNKNOWN_HANDLE ] { 0 }
+ Constant [ public int FILE ] { 17 }
+ Constant [ public int ASYNC ] { 1 }
+ Constant [ public int CHECK ] { 2 }
+ Constant [ public int FS_EVENT ] { 3 }
+ Constant [ public int FS_POLL ] { 4 }
+ Constant [ public int HANDLE ] { 5 }
+ Constant [ public int IDLE ] { 6 }
+ Constant [ public int NAMED_PIPE ] { 7 }
+ Constant [ public int POLL ] { 8 }
+ Constant [ public int PREPARE ] { 9 }
+ Constant [ public int PROCESS ] { 10 }
+ Constant [ public int STREAM ] { 11 }
+ Constant [ public int TCP ] { 12 }
+ Constant [ public int TIMER ] { 13 }
+ Constant [ public int TTY ] { 14 }
+ Constant [ public int UDP ] { 15 }
+ Constant [ public int SIGNAL ] { 16 }
+ Constant [ public int HANDLE_TYPE_MAX ] { 18 }
+ Constant [ public int IGNORE ] { 0 }
+ Constant [ public int CREATE_PIPE ] { 1 }
+ Constant [ public int INHERIT_FD ] { 2 }
+ Constant [ public int INHERIT_STREAM ] { 4 }
+ Constant [ public int READABLE_PIPE ] { 16 }
+ Constant [ public int WRITABLE_PIPE ] { 32 }
+ Constant [ public int OVERLAPPED_PIPE ] { 64 }
+ Constant [ public int PROCESS_SETUID ] { 1 }
+ Constant [ public int PROCESS_SETGID ] { 2 }
+ Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
+ Constant [ public int PROCESS_DETACHED ] { 8 }
+ Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 }
+ Constant [ public int E2BIG ] { -7 }
+ Constant [ public int EACCES ] { -13 }
+ Constant [ public int EADDRINUSE ] { -98 }
+ Constant [ public int EADDRNOTAVAIL ] { -99 }
+ Constant [ public int EAFNOSUPPORT ] { -97 }
+ Constant [ public int EAGAIN ] { -11 }
+ Constant [ public int EAI_ADDRFAMILY ] { -3000 }
+ Constant [ public int EAI_AGAIN ] { -3001 }
+ Constant [ public int EAI_BADFLAGS ] { -3002 }
+ Constant [ public int EAI_BADHINTS ] { -3013 }
+ Constant [ public int EAI_CANCELED ] { -3003 }
+ Constant [ public int EAI_FAIL ] { -3004 }
+ Constant [ public int EAI_FAMILY ] { -3005 }
+ Constant [ public int EAI_MEMORY ] { -3006 }
+ Constant [ public int EAI_NODATA ] { -3007 }
+ Constant [ public int EAI_NONAME ] { -3008 }
+ Constant [ public int EAI_OVERFLOW ] { -3009 }
+ Constant [ public int EAI_PROTOCOL ] { -3014 }
+ Constant [ public int EAI_SERVICE ] { -3010 }
+ Constant [ public int EAI_SOCKTYPE ] { -3011 }
+ Constant [ public int EALREADY ] { -114 }
+ Constant [ public int EBADF ] { -9 }
+ Constant [ public int EBUSY ] { -16 }
+ Constant [ public int ECANCELED ] { -125 }
+ Constant [ public int ECHARSET ] { -4080 }
+ Constant [ public int ECONNABORTED ] { -103 }
+ Constant [ public int ECONNREFUSED ] { -111 }
+ Constant [ public int ECONNRESET ] { -104 }
+ Constant [ public int EDESTADDRREQ ] { -89 }
+ Constant [ public int EEXIST ] { -17 }
+ Constant [ public int EFAULT ] { -14 }
+ Constant [ public int EFBIG ] { -27 }
+ Constant [ public int EHOSTUNREACH ] { -113 }
+ Constant [ public int EINTR ] { -4 }
+ Constant [ public int EINVAL ] { -22 }
+ Constant [ public int EIO ] { -5 }
+ Constant [ public int EISCONN ] { -106 }
+ Constant [ public int EISDIR ] { -21 }
+ Constant [ public int ELOOP ] { -40 }
+ Constant [ public int EMFILE ] { -24 }
+ Constant [ public int EMSGSIZE ] { -90 }
+ Constant [ public int ENAMETOOLONG ] { -36 }
+ Constant [ public int ENETDOWN ] { -100 }
+ Constant [ public int ENETUNREACH ] { -101 }
+ Constant [ public int ENFILE ] { -23 }
+ Constant [ public int ENOBUFS ] { -105 }
+ Constant [ public int ENODEV ] { -19 }
+ Constant [ public int ENOENT ] { -2 }
+ Constant [ public int ENOMEM ] { -12 }
+ Constant [ public int ENONET ] { -64 }
+ Constant [ public int ENOPROTOOPT ] { -92 }
+ Constant [ public int ENOSPC ] { -28 }
+ Constant [ public int ENOSYS ] { -38 }
+ Constant [ public int ENOTCONN ] { -107 }
+ Constant [ public int ENOTDIR ] { -20 }
+ Constant [ public int ENOTEMPTY ] { -39 }
+ Constant [ public int ENOTSOCK ] { -88 }
+ Constant [ public int ENOTSUP ] { -95 }
+ Constant [ public int EOVERFLOW ] { -75 }
+ Constant [ public int EPERM ] { -1 }
+ Constant [ public int EPIPE ] { -32 }
+ Constant [ public int EPROTO ] { -71 }
+ Constant [ public int EPROTONOSUPPORT ] { -93 }
+ Constant [ public int EPROTOTYPE ] { -91 }
+ Constant [ public int ERANGE ] { -34 }
+ Constant [ public int EROFS ] { -30 }
+ Constant [ public int ESHUTDOWN ] { -108 }
+ Constant [ public int ESPIPE ] { -29 }
+ Constant [ public int ESRCH ] { -3 }
+ Constant [ public int ETIMEDOUT ] { -110 }
+ Constant [ public int ETXTBSY ] { -26 }
+ Constant [ public int EXDEV ] { -18 }
+ Constant [ public int UNKNOWN ] { -4094 }
+ Constant [ public int EOF ] { -4095 }
+ Constant [ public int ENXIO ] { -6 }
+ Constant [ public int EMLINK ] { -31 }
+ Constant [ public int EHOSTDOWN ] { -112 }
+ Constant [ public int EREMOTEIO ] { -121 }
+ Constant [ public int ENOTTY ] { -25 }
+ Constant [ public int EFTYPE ] { -4028 }
+ Constant [ public int EILSEQ ] { -84 }
+ Constant [ public int ESOCKTNOSUPPORT ] { -94 }
}
- Static properties [0] {
@@ -1841,208 +1943,215 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
}
}
- Class [ <internal:uv> final class UVIdle extends UV ] {
-
- - Constants [199] {
- Constant [ public integer RUN_DEFAULT ] { 0 }
- Constant [ public integer RUN_ONCE ] { 1 }
- Constant [ public integer RUN_NOWAIT ] { 2 }
- Constant [ public integer CHANGE ] { 2 }
- Constant [ public integer RENAME ] { 1 }
- Constant [ public integer READABLE ] { 1 }
- Constant [ public integer WRITABLE ] { 2 }
- Constant [ public integer O_RDONLY ] { 0 }
- Constant [ public integer O_WRONLY ] { 1 }
- Constant [ public integer O_RDWR ] { 2 }
- Constant [ public integer O_CREAT ] { 64 }
- Constant [ public integer O_EXCL ] { 128 }
- Constant [ public integer O_TRUNC ] { 512 }
- Constant [ public integer O_APPEND ] { 1024 }
- Constant [ public integer S_IFDIR ] { 16384 }
- Constant [ public integer S_IFREG ] { 32768 }
- Constant [ public integer O_NOCTTY ] { 256 }
- Constant [ public integer S_IRWXU ] { 448 }
- Constant [ public integer S_IRUSR ] { 256 }
- Constant [ public integer S_IWUSR ] { 128 }
- Constant [ public integer S_IXUSR ] { 64 }
- Constant [ public integer S_IRWXG ] { 56 }
- Constant [ public integer S_IRGRP ] { 32 }
- Constant [ public integer S_IWGRP ] { 16 }
- Constant [ public integer S_IXGRP ] { 8 }
- Constant [ public integer S_IRWXO ] { 7 }
- Constant [ public integer S_IROTH ] { 4 }
- Constant [ public integer S_IWOTH ] { 2 }
- Constant [ public integer S_IXOTH ] { 1 }
- Constant [ public integer SIG_IGN ] { 1 }
- Constant [ public integer SIG_DFL ] { 0 }
- Constant [ public integer SIG_ERR ] { -1 }
- Constant [ public integer SIGHUP ] { 1 }
- Constant [ public integer SIGINT ] { 2 }
- Constant [ public integer SIGQUIT ] { 3 }
- Constant [ public integer SIGILL ] { 4 }
- Constant [ public integer SIGTRAP ] { 5 }
- Constant [ public integer SIGABRT ] { 6 }
- Constant [ public integer SIGIOT ] { 6 }
- Constant [ public integer SIGBUS ] { 7 }
- Constant [ public integer SIGFPE ] { 8 }
- Constant [ public integer SIGKILL ] { 9 }
- Constant [ public integer SIGUSR1 ] { 10 }
- Constant [ public integer SIGSEGV ] { 11 }
- Constant [ public integer SIGUSR2 ] { 12 }
- Constant [ public integer SIGPIPE ] { 13 }
- Constant [ public integer SIGALRM ] { 14 }
- Constant [ public integer SIGTERM ] { 15 }
- Constant [ public integer SIGSTKFLT ] { 16 }
- Constant [ public integer SIGCLD ] { 17 }
- Constant [ public integer SIGCHLD ] { 17 }
- Constant [ public integer SIGCONT ] { 18 }
- Constant [ public integer SIGSTOP ] { 19 }
- Constant [ public integer SIGTSTP ] { 20 }
- Constant [ public integer SIGTTIN ] { 21 }
- Constant [ public integer SIGTTOU ] { 22 }
- Constant [ public integer SIGURG ] { 23 }
- Constant [ public integer SIGXCPU ] { 24 }
- Constant [ public integer SIGXFSZ ] { 25 }
- Constant [ public integer SIGVTALRM ] { 26 }
- Constant [ public integer SIGPROF ] { 27 }
- Constant [ public integer SIGWINCH ] { 28 }
- Constant [ public integer SIGPOLL ] { 29 }
- Constant [ public integer SIGIO ] { 29 }
- Constant [ public integer SIGPWR ] { 30 }
- Constant [ public integer SIGSYS ] { 31 }
- Constant [ public integer SIGBABY ] { 31 }
- Constant [ public integer AF_INET ] { 2 }
- Constant [ public integer AF_INET6 ] { 10 }
- Constant [ public integer AF_UNSPEC ] { 0 }
- Constant [ public integer LEAVE_GROUP ] { 0 }
- Constant [ public integer JOIN_GROUP ] { 1 }
- Constant [ public integer IS_UV_TCP ] { 0 }
- Constant [ public integer IS_UV_UDP ] { 1 }
- Constant [ public integer IS_UV_PIPE ] { 2 }
- Constant [ public integer IS_UV_IDLE ] { 3 }
- Constant [ public integer IS_UV_TIMER ] { 4 }
- Constant [ public integer IS_UV_ASYNC ] { 5 }
- Constant [ public integer IS_UV_LOOP ] { 6 }
- Constant [ public integer IS_UV_HANDLE ] { 7 }
- Constant [ public integer IS_UV_STREAM ] { 8 }
- Constant [ public integer IS_UV_ADDRINFO ] { 9 }
- Constant [ public integer IS_UV_PROCESS ] { 10 }
- Constant [ public integer IS_UV_PREPARE ] { 11 }
- Constant [ public integer IS_UV_CHECK ] { 12 }
- Constant [ public integer IS_UV_WORK ] { 13 }
- Constant [ public integer IS_UV_FS ] { 14 }
- Constant [ public integer IS_UV_FS_EVENT ] { 15 }
- Constant [ public integer IS_UV_TTY ] { 16 }
- Constant [ public integer IS_UV_FS_POLL ] { 17 }
- Constant [ public integer IS_UV_POLL ] { 18 }
- Constant [ public integer UNKNOWN_HANDLE ] { 0 }
- Constant [ public integer FILE ] { 17 }
- Constant [ public integer ASYNC ] { 1 }
- Constant [ public integer CHECK ] { 2 }
- Constant [ public integer FS_EVENT ] { 3 }
- Constant [ public integer FS_POLL ] { 4 }
- Constant [ public integer HANDLE ] { 5 }
- Constant [ public integer IDLE ] { 6 }
- Constant [ public integer NAMED_PIPE ] { 7 }
- Constant [ public integer POLL ] { 8 }
- Constant [ public integer PREPARE ] { 9 }
- Constant [ public integer PROCESS ] { 10 }
- Constant [ public integer STREAM ] { 11 }
- Constant [ public integer TCP ] { 12 }
- Constant [ public integer TIMER ] { 13 }
- Constant [ public integer TTY ] { 14 }
- Constant [ public integer UDP ] { 15 }
- Constant [ public integer SIGNAL ] { 16 }
- Constant [ public integer HANDLE_TYPE_MAX ] { 18 }
- Constant [ public integer IGNORE ] { 0 }
- Constant [ public integer CREATE_PIPE ] { 1 }
- Constant [ public integer INHERIT_FD ] { 2 }
- Constant [ public integer INHERIT_STREAM ] { 4 }
- Constant [ public integer READABLE_PIPE ] { 16 }
- Constant [ public integer WRITABLE_PIPE ] { 32 }
- Constant [ public integer PROCESS_SETUID ] { 1 }
- Constant [ public integer PROCESS_SETGID ] { 2 }
- Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
- Constant [ public integer PROCESS_DETACHED ] { 8 }
- Constant [ public integer E2BIG ] { -7 }
- Constant [ public integer EACCES ] { -13 }
- Constant [ public integer EADDRINUSE ] { -98 }
- Constant [ public integer EADDRNOTAVAIL ] { -99 }
- Constant [ public integer EAFNOSUPPORT ] { -97 }
- Constant [ public integer EAGAIN ] { -11 }
- Constant [ public integer EAI_ADDRFAMILY ] { -3000 }
- Constant [ public integer EAI_AGAIN ] { -3001 }
- Constant [ public integer EAI_BADFLAGS ] { -3002 }
- Constant [ public integer EAI_BADHINTS ] { -3013 }
- Constant [ public integer EAI_CANCELED ] { -3003 }
- Constant [ public integer EAI_FAIL ] { -3004 }
- Constant [ public integer EAI_FAMILY ] { -3005 }
- Constant [ public integer EAI_MEMORY ] { -3006 }
- Constant [ public integer EAI_NODATA ] { -3007 }
- Constant [ public integer EAI_NONAME ] { -3008 }
- Constant [ public integer EAI_OVERFLOW ] { -3009 }
- Constant [ public integer EAI_PROTOCOL ] { -3014 }
- Constant [ public integer EAI_SERVICE ] { -3010 }
- Constant [ public integer EAI_SOCKTYPE ] { -3011 }
- Constant [ public integer EALREADY ] { -114 }
- Constant [ public integer EBADF ] { -9 }
- Constant [ public integer EBUSY ] { -16 }
- Constant [ public integer ECANCELED ] { -125 }
- Constant [ public integer ECHARSET ] { -4080 }
- Constant [ public integer ECONNABORTED ] { -103 }
- Constant [ public integer ECONNREFUSED ] { -111 }
- Constant [ public integer ECONNRESET ] { -104 }
- Constant [ public integer EDESTADDRREQ ] { -89 }
- Constant [ public integer EEXIST ] { -17 }
- Constant [ public integer EFAULT ] { -14 }
- Constant [ public integer EFBIG ] { -27 }
- Constant [ public integer EHOSTUNREACH ] { -113 }
- Constant [ public integer EINTR ] { -4 }
- Constant [ public integer EINVAL ] { -22 }
- Constant [ public integer EIO ] { -5 }
- Constant [ public integer EISCONN ] { -106 }
- Constant [ public integer EISDIR ] { -21 }
- Constant [ public integer ELOOP ] { -40 }
- Constant [ public integer EMFILE ] { -24 }
- Constant [ public integer EMSGSIZE ] { -90 }
- Constant [ public integer ENAMETOOLONG ] { -36 }
- Constant [ public integer ENETDOWN ] { -100 }
- Constant [ public integer ENETUNREACH ] { -101 }
- Constant [ public integer ENFILE ] { -23 }
- Constant [ public integer ENOBUFS ] { -105 }
- Constant [ public integer ENODEV ] { -19 }
- Constant [ public integer ENOENT ] { -2 }
- Constant [ public integer ENOMEM ] { -12 }
- Constant [ public integer ENONET ] { -64 }
- Constant [ public integer ENOPROTOOPT ] { -92 }
- Constant [ public integer ENOSPC ] { -28 }
- Constant [ public integer ENOSYS ] { -38 }
- Constant [ public integer ENOTCONN ] { -107 }
- Constant [ public integer ENOTDIR ] { -20 }
- Constant [ public integer ENOTEMPTY ] { -39 }
- Constant [ public integer ENOTSOCK ] { -88 }
- Constant [ public integer ENOTSUP ] { -95 }
- Constant [ public integer EPERM ] { -1 }
- Constant [ public integer EPIPE ] { -32 }
- Constant [ public integer EPROTO ] { -71 }
- Constant [ public integer EPROTONOSUPPORT ] { -93 }
- Constant [ public integer EPROTOTYPE ] { -91 }
- Constant [ public integer ERANGE ] { -34 }
- Constant [ public integer EROFS ] { -30 }
- Constant [ public integer ESHUTDOWN ] { -108 }
- Constant [ public integer ESPIPE ] { -29 }
- Constant [ public integer ESRCH ] { -3 }
- Constant [ public integer ETIMEDOUT ] { -110 }
- Constant [ public integer ETXTBSY ] { -26 }
- Constant [ public integer EXDEV ] { -18 }
- Constant [ public integer UNKNOWN ] { -4094 }
- Constant [ public integer EOF ] { -4095 }
- Constant [ public integer ENXIO ] { -6 }
- Constant [ public integer EMLINK ] { -31 }
- Constant [ public integer EHOSTDOWN ] { -112 }
- Constant [ public integer EREMOTEIO ] { -121 }
- Constant [ public integer ENOTTY ] { -25 }
- Constant [ public integer EFTYPE ] { -4028 }
+ Class [ <internal:uv> final class UVPipe extends UVStream ] {
+
+ - Constants [206] {
+ Constant [ public int RUN_DEFAULT ] { 0 }
+ Constant [ public int RUN_ONCE ] { 1 }
+ Constant [ public int RUN_NOWAIT ] { 2 }
+ Constant [ public int CHANGE ] { 2 }
+ Constant [ public int RENAME ] { 1 }
+ Constant [ public int READABLE ] { 1 }
+ Constant [ public int WRITABLE ] { 2 }
+ Constant [ public int O_RDONLY ] { 0 }
+ Constant [ public int O_WRONLY ] { 1 }
+ Constant [ public int O_RDWR ] { 2 }
+ Constant [ public int O_CREAT ] { 64 }
+ Constant [ public int O_EXCL ] { 128 }
+ Constant [ public int O_TRUNC ] { 512 }
+ Constant [ public int O_APPEND ] { 1024 }
+ Constant [ public int S_IFDIR ] { 16384 }
+ Constant [ public int S_IFREG ] { 32768 }
+ Constant [ public int O_NOCTTY ] { 256 }
+ Constant [ public int S_IRWXU ] { 448 }
+ Constant [ public int S_IRUSR ] { 256 }
+ Constant [ public int S_IWUSR ] { 128 }
+ Constant [ public int S_IXUSR ] { 64 }
+ Constant [ public int S_IRWXG ] { 56 }
+ Constant [ public int S_IRGRP ] { 32 }
+ Constant [ public int S_IWGRP ] { 16 }
+ Constant [ public int S_IXGRP ] { 8 }
+ Constant [ public int S_IRWXO ] { 7 }
+ Constant [ public int S_IROTH ] { 4 }
+ Constant [ public int S_IWOTH ] { 2 }
+ Constant [ public int S_IXOTH ] { 1 }
+ Constant [ public int SIG_IGN ] { 1 }
+ Constant [ public int SIG_DFL ] { 0 }
+ Constant [ public int SIG_ERR ] { -1 }
+ Constant [ public int SIGHUP ] { 1 }
+ Constant [ public int SIGINT ] { 2 }
+ Constant [ public int SIGQUIT ] { 3 }
+ Constant [ public int SIGILL ] { 4 }
+ Constant [ public int SIGTRAP ] { 5 }
+ Constant [ public int SIGABRT ] { 6 }
+ Constant [ public int SIGIOT ] { 6 }
+ Constant [ public int SIGBUS ] { 7 }
+ Constant [ public int SIGFPE ] { 8 }
+ Constant [ public int SIGKILL ] { 9 }
+ Constant [ public int SIGUSR1 ] { 10 }
+ Constant [ public int SIGSEGV ] { 11 }
+ Constant [ public int SIGUSR2 ] { 12 }
+ Constant [ public int SIGPIPE ] { 13 }
+ Constant [ public int SIGALRM ] { 14 }
+ Constant [ public int SIGTERM ] { 15 }
+ Constant [ public int SIGSTKFLT ] { 16 }
+ Constant [ public int SIGCLD ] { 17 }
+ Constant [ public int SIGCHLD ] { 17 }
+ Constant [ public int SIGCONT ] { 18 }
+ Constant [ public int SIGSTOP ] { 19 }
+ Constant [ public int SIGTSTP ] { 20 }
+ Constant [ public int SIGTTIN ] { 21 }
+ Constant [ public int SIGTTOU ] { 22 }
+ Constant [ public int SIGURG ] { 23 }
+ Constant [ public int SIGXCPU ] { 24 }
+ Constant [ public int SIGXFSZ ] { 25 }
+ Constant [ public int SIGVTALRM ] { 26 }
+ Constant [ public int SIGPROF ] { 27 }
+ Constant [ public int SIGWINCH ] { 28 }
+ Constant [ public int SIGPOLL ] { 29 }
+ Constant [ public int SIGIO ] { 29 }
+ Constant [ public int SIGPWR ] { 30 }
+ Constant [ public int SIGSYS ] { 31 }
+ Constant [ public int SIGBABY ] { 31 }
+ Constant [ public int AF_INET ] { 2 }
+ Constant [ public int AF_INET6 ] { 10 }
+ Constant [ public int AF_UNSPEC ] { 0 }
+ Constant [ public int LEAVE_GROUP ] { 0 }
+ Constant [ public int JOIN_GROUP ] { 1 }
+ Constant [ public int IS_UV_TCP ] { 0 }
+ Constant [ public int IS_UV_UDP ] { 1 }
+ Constant [ public int IS_UV_PIPE ] { 2 }
+ Constant [ public int IS_UV_IDLE ] { 3 }
+ Constant [ public int IS_UV_TIMER ] { 4 }
+ Constant [ public int IS_UV_ASYNC ] { 5 }
+ Constant [ public int IS_UV_LOOP ] { 6 }
+ Constant [ public int IS_UV_HANDLE ] { 7 }
+ Constant [ public int IS_UV_STREAM ] { 8 }
+ Constant [ public int IS_UV_ADDRINFO ] { 9 }
+ Constant [ public int IS_UV_PROCESS ] { 10 }
+ Constant [ public int IS_UV_PREPARE ] { 11 }
+ Constant [ public int IS_UV_CHECK ] { 12 }
+ Constant [ public int IS_UV_WORK ] { 13 }
+ Constant [ public int IS_UV_FS ] { 14 }
+ Constant [ public int IS_UV_FS_EVENT ] { 15 }
+ Constant [ public int IS_UV_TTY ] { 16 }
+ Constant [ public int IS_UV_FS_POLL ] { 17 }
+ Constant [ public int IS_UV_POLL ] { 18 }
+ Constant [ public int UNKNOWN_HANDLE ] { 0 }
+ Constant [ public int FILE ] { 17 }
+ Constant [ public int ASYNC ] { 1 }
+ Constant [ public int CHECK ] { 2 }
+ Constant [ public int FS_EVENT ] { 3 }
+ Constant [ public int FS_POLL ] { 4 }
+ Constant [ public int HANDLE ] { 5 }
+ Constant [ public int IDLE ] { 6 }
+ Constant [ public int NAMED_PIPE ] { 7 }
+ Constant [ public int POLL ] { 8 }
+ Constant [ public int PREPARE ] { 9 }
+ Constant [ public int PROCESS ] { 10 }
+ Constant [ public int STREAM ] { 11 }
+ Constant [ public int TCP ] { 12 }
+ Constant [ public int TIMER ] { 13 }
+ Constant [ public int TTY ] { 14 }
+ Constant [ public int UDP ] { 15 }
+ Constant [ public int SIGNAL ] { 16 }
+ Constant [ public int HANDLE_TYPE_MAX ] { 18 }
+ Constant [ public int IGNORE ] { 0 }
+ Constant [ public int CREATE_PIPE ] { 1 }
+ Constant [ public int INHERIT_FD ] { 2 }
+ Constant [ public int INHERIT_STREAM ] { 4 }
+ Constant [ public int READABLE_PIPE ] { 16 }
+ Constant [ public int WRITABLE_PIPE ] { 32 }
+ Constant [ public int OVERLAPPED_PIPE ] { 64 }
+ Constant [ public int PROCESS_SETUID ] { 1 }
+ Constant [ public int PROCESS_SETGID ] { 2 }
+ Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
+ Constant [ public int PROCESS_DETACHED ] { 8 }
+ Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 }
+ Constant [ public int E2BIG ] { -7 }
+ Constant [ public int EACCES ] { -13 }
+ Constant [ public int EADDRINUSE ] { -98 }
+ Constant [ public int EADDRNOTAVAIL ] { -99 }
+ Constant [ public int EAFNOSUPPORT ] { -97 }
+ Constant [ public int EAGAIN ] { -11 }
+ Constant [ public int EAI_ADDRFAMILY ] { -3000 }
+ Constant [ public int EAI_AGAIN ] { -3001 }
+ Constant [ public int EAI_BADFLAGS ] { -3002 }
+ Constant [ public int EAI_BADHINTS ] { -3013 }
+ Constant [ public int EAI_CANCELED ] { -3003 }
+ Constant [ public int EAI_FAIL ] { -3004 }
+ Constant [ public int EAI_FAMILY ] { -3005 }
+ Constant [ public int EAI_MEMORY ] { -3006 }
+ Constant [ public int EAI_NODATA ] { -3007 }
+ Constant [ public int EAI_NONAME ] { -3008 }
+ Constant [ public int EAI_OVERFLOW ] { -3009 }
+ Constant [ public int EAI_PROTOCOL ] { -3014 }
+ Constant [ public int EAI_SERVICE ] { -3010 }
+ Constant [ public int EAI_SOCKTYPE ] { -3011 }
+ Constant [ public int EALREADY ] { -114 }
+ Constant [ public int EBADF ] { -9 }
+ Constant [ public int EBUSY ] { -16 }
+ Constant [ public int ECANCELED ] { -125 }
+ Constant [ public int ECHARSET ] { -4080 }
+ Constant [ public int ECONNABORTED ] { -103 }
+ Constant [ public int ECONNREFUSED ] { -111 }
+ Constant [ public int ECONNRESET ] { -104 }
+ Constant [ public int EDESTADDRREQ ] { -89 }
+ Constant [ public int EEXIST ] { -17 }
+ Constant [ public int EFAULT ] { -14 }
+ Constant [ public int EFBIG ] { -27 }
+ Constant [ public int EHOSTUNREACH ] { -113 }
+ Constant [ public int EINTR ] { -4 }
+ Constant [ public int EINVAL ] { -22 }
+ Constant [ public int EIO ] { -5 }
+ Constant [ public int EISCONN ] { -106 }
+ Constant [ public int EISDIR ] { -21 }
+ Constant [ public int ELOOP ] { -40 }
+ Constant [ public int EMFILE ] { -24 }
+ Constant [ public int EMSGSIZE ] { -90 }
+ Constant [ public int ENAMETOOLONG ] { -36 }
+ Constant [ public int ENETDOWN ] { -100 }
+ Constant [ public int ENETUNREACH ] { -101 }
+ Constant [ public int ENFILE ] { -23 }
+ Constant [ public int ENOBUFS ] { -105 }
+ Constant [ public int ENODEV ] { -19 }
+ Constant [ public int ENOENT ] { -2 }
+ Constant [ public int ENOMEM ] { -12 }
+ Constant [ public int ENONET ] { -64 }
+ Constant [ public int ENOPROTOOPT ] { -92 }
+ Constant [ public int ENOSPC ] { -28 }
+ Constant [ public int ENOSYS ] { -38 }
+ Constant [ public int ENOTCONN ] { -107 }
+ Constant [ public int ENOTDIR ] { -20 }
+ Constant [ public int ENOTEMPTY ] { -39 }
+ Constant [ public int ENOTSOCK ] { -88 }
+ Constant [ public int ENOTSUP ] { -95 }
+ Constant [ public int EOVERFLOW ] { -75 }
+ Constant [ public int EPERM ] { -1 }
+ Constant [ public int EPIPE ] { -32 }
+ Constant [ public int EPROTO ] { -71 }
+ Constant [ public int EPROTONOSUPPORT ] { -93 }
+ Constant [ public int EPROTOTYPE ] { -91 }
+ Constant [ public int ERANGE ] { -34 }
+ Constant [ public int EROFS ] { -30 }
+ Constant [ public int ESHUTDOWN ] { -108 }
+ Constant [ public int ESPIPE ] { -29 }
+ Constant [ public int ESRCH ] { -3 }
+ Constant [ public int ETIMEDOUT ] { -110 }
+ Constant [ public int ETXTBSY ] { -26 }
+ Constant [ public int EXDEV ] { -18 }
+ Constant [ public int UNKNOWN ] { -4094 }
+ Constant [ public int EOF ] { -4095 }
+ Constant [ public int ENXIO ] { -6 }
+ Constant [ public int EMLINK ] { -31 }
+ Constant [ public int EHOSTDOWN ] { -112 }
+ Constant [ public int EREMOTEIO ] { -121 }
+ Constant [ public int ENOTTY ] { -25 }
+ Constant [ public int EFTYPE ] { -4028 }
+ Constant [ public int EILSEQ ] { -84 }
+ Constant [ public int ESOCKTNOSUPPORT ] { -94 }
}
- Static properties [0] {
@@ -2058,208 +2167,215 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
}
}
- Class [ <internal:uv> final class UVTimer extends UV ] {
+ Class [ <internal:uv> final class UVIdle extends UV ] {
- - Constants [199] {
- Constant [ public integer RUN_DEFAULT ] { 0 }
- Constant [ public integer RUN_ONCE ] { 1 }
- Constant [ public integer RUN_NOWAIT ] { 2 }
- Constant [ public integer CHANGE ] { 2 }
- Constant [ public integer RENAME ] { 1 }
- Constant [ public integer READABLE ] { 1 }
- Constant [ public integer WRITABLE ] { 2 }
- Constant [ public integer O_RDONLY ] { 0 }
- Constant [ public integer O_WRONLY ] { 1 }
- Constant [ public integer O_RDWR ] { 2 }
- Constant [ public integer O_CREAT ] { 64 }
- Constant [ public integer O_EXCL ] { 128 }
- Constant [ public integer O_TRUNC ] { 512 }
- Constant [ public integer O_APPEND ] { 1024 }
- Constant [ public integer S_IFDIR ] { 16384 }
- Constant [ public integer S_IFREG ] { 32768 }
- Constant [ public integer O_NOCTTY ] { 256 }
- Constant [ public integer S_IRWXU ] { 448 }
- Constant [ public integer S_IRUSR ] { 256 }
- Constant [ public integer S_IWUSR ] { 128 }
- Constant [ public integer S_IXUSR ] { 64 }
- Constant [ public integer S_IRWXG ] { 56 }
- Constant [ public integer S_IRGRP ] { 32 }
- Constant [ public integer S_IWGRP ] { 16 }
- Constant [ public integer S_IXGRP ] { 8 }
- Constant [ public integer S_IRWXO ] { 7 }
- Constant [ public integer S_IROTH ] { 4 }
- Constant [ public integer S_IWOTH ] { 2 }
- Constant [ public integer S_IXOTH ] { 1 }
- Constant [ public integer SIG_IGN ] { 1 }
- Constant [ public integer SIG_DFL ] { 0 }
- Constant [ public integer SIG_ERR ] { -1 }
- Constant [ public integer SIGHUP ] { 1 }
- Constant [ public integer SIGINT ] { 2 }
- Constant [ public integer SIGQUIT ] { 3 }
- Constant [ public integer SIGILL ] { 4 }
- Constant [ public integer SIGTRAP ] { 5 }
- Constant [ public integer SIGABRT ] { 6 }
- Constant [ public integer SIGIOT ] { 6 }
- Constant [ public integer SIGBUS ] { 7 }
- Constant [ public integer SIGFPE ] { 8 }
- Constant [ public integer SIGKILL ] { 9 }
- Constant [ public integer SIGUSR1 ] { 10 }
- Constant [ public integer SIGSEGV ] { 11 }
- Constant [ public integer SIGUSR2 ] { 12 }
- Constant [ public integer SIGPIPE ] { 13 }
- Constant [ public integer SIGALRM ] { 14 }
- Constant [ public integer SIGTERM ] { 15 }
- Constant [ public integer SIGSTKFLT ] { 16 }
- Constant [ public integer SIGCLD ] { 17 }
- Constant [ public integer SIGCHLD ] { 17 }
- Constant [ public integer SIGCONT ] { 18 }
- Constant [ public integer SIGSTOP ] { 19 }
- Constant [ public integer SIGTSTP ] { 20 }
- Constant [ public integer SIGTTIN ] { 21 }
- Constant [ public integer SIGTTOU ] { 22 }
- Constant [ public integer SIGURG ] { 23 }
- Constant [ public integer SIGXCPU ] { 24 }
- Constant [ public integer SIGXFSZ ] { 25 }
- Constant [ public integer SIGVTALRM ] { 26 }
- Constant [ public integer SIGPROF ] { 27 }
- Constant [ public integer SIGWINCH ] { 28 }
- Constant [ public integer SIGPOLL ] { 29 }
- Constant [ public integer SIGIO ] { 29 }
- Constant [ public integer SIGPWR ] { 30 }
- Constant [ public integer SIGSYS ] { 31 }
- Constant [ public integer SIGBABY ] { 31 }
- Constant [ public integer AF_INET ] { 2 }
- Constant [ public integer AF_INET6 ] { 10 }
- Constant [ public integer AF_UNSPEC ] { 0 }
- Constant [ public integer LEAVE_GROUP ] { 0 }
- Constant [ public integer JOIN_GROUP ] { 1 }
- Constant [ public integer IS_UV_TCP ] { 0 }
- Constant [ public integer IS_UV_UDP ] { 1 }
- Constant [ public integer IS_UV_PIPE ] { 2 }
- Constant [ public integer IS_UV_IDLE ] { 3 }
- Constant [ public integer IS_UV_TIMER ] { 4 }
- Constant [ public integer IS_UV_ASYNC ] { 5 }
- Constant [ public integer IS_UV_LOOP ] { 6 }
- Constant [ public integer IS_UV_HANDLE ] { 7 }
- Constant [ public integer IS_UV_STREAM ] { 8 }
- Constant [ public integer IS_UV_ADDRINFO ] { 9 }
- Constant [ public integer IS_UV_PROCESS ] { 10 }
- Constant [ public integer IS_UV_PREPARE ] { 11 }
- Constant [ public integer IS_UV_CHECK ] { 12 }
- Constant [ public integer IS_UV_WORK ] { 13 }
- Constant [ public integer IS_UV_FS ] { 14 }
- Constant [ public integer IS_UV_FS_EVENT ] { 15 }
- Constant [ public integer IS_UV_TTY ] { 16 }
- Constant [ public integer IS_UV_FS_POLL ] { 17 }
- Constant [ public integer IS_UV_POLL ] { 18 }
- Constant [ public integer UNKNOWN_HANDLE ] { 0 }
- Constant [ public integer FILE ] { 17 }
- Constant [ public integer ASYNC ] { 1 }
- Constant [ public integer CHECK ] { 2 }
- Constant [ public integer FS_EVENT ] { 3 }
- Constant [ public integer FS_POLL ] { 4 }
- Constant [ public integer HANDLE ] { 5 }
- Constant [ public integer IDLE ] { 6 }
- Constant [ public integer NAMED_PIPE ] { 7 }
- Constant [ public integer POLL ] { 8 }
- Constant [ public integer PREPARE ] { 9 }
- Constant [ public integer PROCESS ] { 10 }
- Constant [ public integer STREAM ] { 11 }
- Constant [ public integer TCP ] { 12 }
- Constant [ public integer TIMER ] { 13 }
- Constant [ public integer TTY ] { 14 }
- Constant [ public integer UDP ] { 15 }
- Constant [ public integer SIGNAL ] { 16 }
- Constant [ public integer HANDLE_TYPE_MAX ] { 18 }
- Constant [ public integer IGNORE ] { 0 }
- Constant [ public integer CREATE_PIPE ] { 1 }
- Constant [ public integer INHERIT_FD ] { 2 }
- Constant [ public integer INHERIT_STREAM ] { 4 }
- Constant [ public integer READABLE_PIPE ] { 16 }
- Constant [ public integer WRITABLE_PIPE ] { 32 }
- Constant [ public integer PROCESS_SETUID ] { 1 }
- Constant [ public integer PROCESS_SETGID ] { 2 }
- Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
- Constant [ public integer PROCESS_DETACHED ] { 8 }
- Constant [ public integer E2BIG ] { -7 }
- Constant [ public integer EACCES ] { -13 }
- Constant [ public integer EADDRINUSE ] { -98 }
- Constant [ public integer EADDRNOTAVAIL ] { -99 }
- Constant [ public integer EAFNOSUPPORT ] { -97 }
- Constant [ public integer EAGAIN ] { -11 }
- Constant [ public integer EAI_ADDRFAMILY ] { -3000 }
- Constant [ public integer EAI_AGAIN ] { -3001 }
- Constant [ public integer EAI_BADFLAGS ] { -3002 }
- Constant [ public integer EAI_BADHINTS ] { -3013 }
- Constant [ public integer EAI_CANCELED ] { -3003 }
- Constant [ public integer EAI_FAIL ] { -3004 }
- Constant [ public integer EAI_FAMILY ] { -3005 }
- Constant [ public integer EAI_MEMORY ] { -3006 }
- Constant [ public integer EAI_NODATA ] { -3007 }
- Constant [ public integer EAI_NONAME ] { -3008 }
- Constant [ public integer EAI_OVERFLOW ] { -3009 }
- Constant [ public integer EAI_PROTOCOL ] { -3014 }
- Constant [ public integer EAI_SERVICE ] { -3010 }
- Constant [ public integer EAI_SOCKTYPE ] { -3011 }
- Constant [ public integer EALREADY ] { -114 }
- Constant [ public integer EBADF ] { -9 }
- Constant [ public integer EBUSY ] { -16 }
- Constant [ public integer ECANCELED ] { -125 }
- Constant [ public integer ECHARSET ] { -4080 }
- Constant [ public integer ECONNABORTED ] { -103 }
- Constant [ public integer ECONNREFUSED ] { -111 }
- Constant [ public integer ECONNRESET ] { -104 }
- Constant [ public integer EDESTADDRREQ ] { -89 }
- Constant [ public integer EEXIST ] { -17 }
- Constant [ public integer EFAULT ] { -14 }
- Constant [ public integer EFBIG ] { -27 }
- Constant [ public integer EHOSTUNREACH ] { -113 }
- Constant [ public integer EINTR ] { -4 }
- Constant [ public integer EINVAL ] { -22 }
- Constant [ public integer EIO ] { -5 }
- Constant [ public integer EISCONN ] { -106 }
- Constant [ public integer EISDIR ] { -21 }
- Constant [ public integer ELOOP ] { -40 }
- Constant [ public integer EMFILE ] { -24 }
- Constant [ public integer EMSGSIZE ] { -90 }
- Constant [ public integer ENAMETOOLONG ] { -36 }
- Constant [ public integer ENETDOWN ] { -100 }
- Constant [ public integer ENETUNREACH ] { -101 }
- Constant [ public integer ENFILE ] { -23 }
- Constant [ public integer ENOBUFS ] { -105 }
- Constant [ public integer ENODEV ] { -19 }
- Constant [ public integer ENOENT ] { -2 }
- Constant [ public integer ENOMEM ] { -12 }
- Constant [ public integer ENONET ] { -64 }
- Constant [ public integer ENOPROTOOPT ] { -92 }
- Constant [ public integer ENOSPC ] { -28 }
- Constant [ public integer ENOSYS ] { -38 }
- Constant [ public integer ENOTCONN ] { -107 }
- Constant [ public integer ENOTDIR ] { -20 }
- Constant [ public integer ENOTEMPTY ] { -39 }
- Constant [ public integer ENOTSOCK ] { -88 }
- Constant [ public integer ENOTSUP ] { -95 }
- Constant [ public integer EPERM ] { -1 }
- Constant [ public integer EPIPE ] { -32 }
- Constant [ public integer EPROTO ] { -71 }
- Constant [ public integer EPROTONOSUPPORT ] { -93 }
- Constant [ public integer EPROTOTYPE ] { -91 }
- Constant [ public integer ERANGE ] { -34 }
- Constant [ public integer EROFS ] { -30 }
- Constant [ public integer ESHUTDOWN ] { -108 }
- Constant [ public integer ESPIPE ] { -29 }
- Constant [ public integer ESRCH ] { -3 }
- Constant [ public integer ETIMEDOUT ] { -110 }
- Constant [ public integer ETXTBSY ] { -26 }
- Constant [ public integer EXDEV ] { -18 }
- Constant [ public integer UNKNOWN ] { -4094 }
- Constant [ public integer EOF ] { -4095 }
- Constant [ public integer ENXIO ] { -6 }
- Constant [ public integer EMLINK ] { -31 }
- Constant [ public integer EHOSTDOWN ] { -112 }
- Constant [ public integer EREMOTEIO ] { -121 }
- Constant [ public integer ENOTTY ] { -25 }
- Constant [ public integer EFTYPE ] { -4028 }
+ - Constants [206] {
+ Constant [ public int RUN_DEFAULT ] { 0 }
+ Constant [ public int RUN_ONCE ] { 1 }
+ Constant [ public int RUN_NOWAIT ] { 2 }
+ Constant [ public int CHANGE ] { 2 }
+ Constant [ public int RENAME ] { 1 }
+ Constant [ public int READABLE ] { 1 }
+ Constant [ public int WRITABLE ] { 2 }
+ Constant [ public int O_RDONLY ] { 0 }
+ Constant [ public int O_WRONLY ] { 1 }
+ Constant [ public int O_RDWR ] { 2 }
+ Constant [ public int O_CREAT ] { 64 }
+ Constant [ public int O_EXCL ] { 128 }
+ Constant [ public int O_TRUNC ] { 512 }
+ Constant [ public int O_APPEND ] { 1024 }
+ Constant [ public int S_IFDIR ] { 16384 }
+ Constant [ public int S_IFREG ] { 32768 }
+ Constant [ public int O_NOCTTY ] { 256 }
+ Constant [ public int S_IRWXU ] { 448 }
+ Constant [ public int S_IRUSR ] { 256 }
+ Constant [ public int S_IWUSR ] { 128 }
+ Constant [ public int S_IXUSR ] { 64 }
+ Constant [ public int S_IRWXG ] { 56 }
+ Constant [ public int S_IRGRP ] { 32 }
+ Constant [ public int S_IWGRP ] { 16 }
+ Constant [ public int S_IXGRP ] { 8 }
+ Constant [ public int S_IRWXO ] { 7 }
+ Constant [ public int S_IROTH ] { 4 }
+ Constant [ public int S_IWOTH ] { 2 }
+ Constant [ public int S_IXOTH ] { 1 }
+ Constant [ public int SIG_IGN ] { 1 }
+ Constant [ public int SIG_DFL ] { 0 }
+ Constant [ public int SIG_ERR ] { -1 }
+ Constant [ public int SIGHUP ] { 1 }
+ Constant [ public int SIGINT ] { 2 }
+ Constant [ public int SIGQUIT ] { 3 }
+ Constant [ public int SIGILL ] { 4 }
+ Constant [ public int SIGTRAP ] { 5 }
+ Constant [ public int SIGABRT ] { 6 }
+ Constant [ public int SIGIOT ] { 6 }
+ Constant [ public int SIGBUS ] { 7 }
+ Constant [ public int SIGFPE ] { 8 }
+ Constant [ public int SIGKILL ] { 9 }
+ Constant [ public int SIGUSR1 ] { 10 }
+ Constant [ public int SIGSEGV ] { 11 }
+ Constant [ public int SIGUSR2 ] { 12 }
+ Constant [ public int SIGPIPE ] { 13 }
+ Constant [ public int SIGALRM ] { 14 }
+ Constant [ public int SIGTERM ] { 15 }
+ Constant [ public int SIGSTKFLT ] { 16 }
+ Constant [ public int SIGCLD ] { 17 }
+ Constant [ public int SIGCHLD ] { 17 }
+ Constant [ public int SIGCONT ] { 18 }
+ Constant [ public int SIGSTOP ] { 19 }
+ Constant [ public int SIGTSTP ] { 20 }
+ Constant [ public int SIGTTIN ] { 21 }
+ Constant [ public int SIGTTOU ] { 22 }
+ Constant [ public int SIGURG ] { 23 }
+ Constant [ public int SIGXCPU ] { 24 }
+ Constant [ public int SIGXFSZ ] { 25 }
+ Constant [ public int SIGVTALRM ] { 26 }
+ Constant [ public int SIGPROF ] { 27 }
+ Constant [ public int SIGWINCH ] { 28 }
+ Constant [ public int SIGPOLL ] { 29 }
+ Constant [ public int SIGIO ] { 29 }
+ Constant [ public int SIGPWR ] { 30 }
+ Constant [ public int SIGSYS ] { 31 }
+ Constant [ public int SIGBABY ] { 31 }
+ Constant [ public int AF_INET ] { 2 }
+ Constant [ public int AF_INET6 ] { 10 }
+ Constant [ public int AF_UNSPEC ] { 0 }
+ Constant [ public int LEAVE_GROUP ] { 0 }
+ Constant [ public int JOIN_GROUP ] { 1 }
+ Constant [ public int IS_UV_TCP ] { 0 }
+ Constant [ public int IS_UV_UDP ] { 1 }
+ Constant [ public int IS_UV_PIPE ] { 2 }
+ Constant [ public int IS_UV_IDLE ] { 3 }
+ Constant [ public int IS_UV_TIMER ] { 4 }
+ Constant [ public int IS_UV_ASYNC ] { 5 }
+ Constant [ public int IS_UV_LOOP ] { 6 }
+ Constant [ public int IS_UV_HANDLE ] { 7 }
+ Constant [ public int IS_UV_STREAM ] { 8 }
+ Constant [ public int IS_UV_ADDRINFO ] { 9 }
+ Constant [ public int IS_UV_PROCESS ] { 10 }
+ Constant [ public int IS_UV_PREPARE ] { 11 }
+ Constant [ public int IS_UV_CHECK ] { 12 }
+ Constant [ public int IS_UV_WORK ] { 13 }
+ Constant [ public int IS_UV_FS ] { 14 }
+ Constant [ public int IS_UV_FS_EVENT ] { 15 }
+ Constant [ public int IS_UV_TTY ] { 16 }
+ Constant [ public int IS_UV_FS_POLL ] { 17 }
+ Constant [ public int IS_UV_POLL ] { 18 }
+ Constant [ public int UNKNOWN_HANDLE ] { 0 }
+ Constant [ public int FILE ] { 17 }
+ Constant [ public int ASYNC ] { 1 }
+ Constant [ public int CHECK ] { 2 }
+ Constant [ public int FS_EVENT ] { 3 }
+ Constant [ public int FS_POLL ] { 4 }
+ Constant [ public int HANDLE ] { 5 }
+ Constant [ public int IDLE ] { 6 }
+ Constant [ public int NAMED_PIPE ] { 7 }
+ Constant [ public int POLL ] { 8 }
+ Constant [ public int PREPARE ] { 9 }
+ Constant [ public int PROCESS ] { 10 }
+ Constant [ public int STREAM ] { 11 }
+ Constant [ public int TCP ] { 12 }
+ Constant [ public int TIMER ] { 13 }
+ Constant [ public int TTY ] { 14 }
+ Constant [ public int UDP ] { 15 }
+ Constant [ public int SIGNAL ] { 16 }
+ Constant [ public int HANDLE_TYPE_MAX ] { 18 }
+ Constant [ public int IGNORE ] { 0 }
+ Constant [ public int CREATE_PIPE ] { 1 }
+ Constant [ public int INHERIT_FD ] { 2 }
+ Constant [ public int INHERIT_STREAM ] { 4 }
+ Constant [ public int READABLE_PIPE ] { 16 }
+ Constant [ public int WRITABLE_PIPE ] { 32 }
+ Constant [ public int OVERLAPPED_PIPE ] { 64 }
+ Constant [ public int PROCESS_SETUID ] { 1 }
+ Constant [ public int PROCESS_SETGID ] { 2 }
+ Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
+ Constant [ public int PROCESS_DETACHED ] { 8 }
+ Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 }
+ Constant [ public int E2BIG ] { -7 }
+ Constant [ public int EACCES ] { -13 }
+ Constant [ public int EADDRINUSE ] { -98 }
+ Constant [ public int EADDRNOTAVAIL ] { -99 }
+ Constant [ public int EAFNOSUPPORT ] { -97 }
+ Constant [ public int EAGAIN ] { -11 }
+ Constant [ public int EAI_ADDRFAMILY ] { -3000 }
+ Constant [ public int EAI_AGAIN ] { -3001 }
+ Constant [ public int EAI_BADFLAGS ] { -3002 }
+ Constant [ public int EAI_BADHINTS ] { -3013 }
+ Constant [ public int EAI_CANCELED ] { -3003 }
+ Constant [ public int EAI_FAIL ] { -3004 }
+ Constant [ public int EAI_FAMILY ] { -3005 }
+ Constant [ public int EAI_MEMORY ] { -3006 }
+ Constant [ public int EAI_NODATA ] { -3007 }
+ Constant [ public int EAI_NONAME ] { -3008 }
+ Constant [ public int EAI_OVERFLOW ] { -3009 }
+ Constant [ public int EAI_PROTOCOL ] { -3014 }
+ Constant [ public int EAI_SERVICE ] { -3010 }
+ Constant [ public int EAI_SOCKTYPE ] { -3011 }
+ Constant [ public int EALREADY ] { -114 }
+ Constant [ public int EBADF ] { -9 }
+ Constant [ public int EBUSY ] { -16 }
+ Constant [ public int ECANCELED ] { -125 }
+ Constant [ public int ECHARSET ] { -4080 }
+ Constant [ public int ECONNABORTED ] { -103 }
+ Constant [ public int ECONNREFUSED ] { -111 }
+ Constant [ public int ECONNRESET ] { -104 }
+ Constant [ public int EDESTADDRREQ ] { -89 }
+ Constant [ public int EEXIST ] { -17 }
+ Constant [ public int EFAULT ] { -14 }
+ Constant [ public int EFBIG ] { -27 }
+ Constant [ public int EHOSTUNREACH ] { -113 }
+ Constant [ public int EINTR ] { -4 }
+ Constant [ public int EINVAL ] { -22 }
+ Constant [ public int EIO ] { -5 }
+ Constant [ public int EISCONN ] { -106 }
+ Constant [ public int EISDIR ] { -21 }
+ Constant [ public int ELOOP ] { -40 }
+ Constant [ public int EMFILE ] { -24 }
+ Constant [ public int EMSGSIZE ] { -90 }
+ Constant [ public int ENAMETOOLONG ] { -36 }
+ Constant [ public int ENETDOWN ] { -100 }
+ Constant [ public int ENETUNREACH ] { -101 }
+ Constant [ public int ENFILE ] { -23 }
+ Constant [ public int ENOBUFS ] { -105 }
+ Constant [ public int ENODEV ] { -19 }
+ Constant [ public int ENOENT ] { -2 }
+ Constant [ public int ENOMEM ] { -12 }
+ Constant [ public int ENONET ] { -64 }
+ Constant [ public int ENOPROTOOPT ] { -92 }
+ Constant [ public int ENOSPC ] { -28 }
+ Constant [ public int ENOSYS ] { -38 }
+ Constant [ public int ENOTCONN ] { -107 }
+ Constant [ public int ENOTDIR ] { -20 }
+ Constant [ public int ENOTEMPTY ] { -39 }
+ Constant [ public int ENOTSOCK ] { -88 }
+ Constant [ public int ENOTSUP ] { -95 }
+ Constant [ public int EOVERFLOW ] { -75 }
+ Constant [ public int EPERM ] { -1 }
+ Constant [ public int EPIPE ] { -32 }
+ Constant [ public int EPROTO ] { -71 }
+ Constant [ public int EPROTONOSUPPORT ] { -93 }
+ Constant [ public int EPROTOTYPE ] { -91 }
+ Constant [ public int ERANGE ] { -34 }
+ Constant [ public int EROFS ] { -30 }
+ Constant [ public int ESHUTDOWN ] { -108 }
+ Constant [ public int ESPIPE ] { -29 }
+ Constant [ public int ESRCH ] { -3 }
+ Constant [ public int ETIMEDOUT ] { -110 }
+ Constant [ public int ETXTBSY ] { -26 }
+ Constant [ public int EXDEV ] { -18 }
+ Constant [ public int UNKNOWN ] { -4094 }
+ Constant [ public int EOF ] { -4095 }
+ Constant [ public int ENXIO ] { -6 }
+ Constant [ public int EMLINK ] { -31 }
+ Constant [ public int EHOSTDOWN ] { -112 }
+ Constant [ public int EREMOTEIO ] { -121 }
+ Constant [ public int ENOTTY ] { -25 }
+ Constant [ public int EFTYPE ] { -4028 }
+ Constant [ public int EILSEQ ] { -84 }
+ Constant [ public int ESOCKTNOSUPPORT ] { -94 }
}
- Static properties [0] {
@@ -2275,208 +2391,215 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
}
}
- Class [ <internal:uv> final class UVAsync extends UV ] {
+ Class [ <internal:uv> final class UVTimer extends UV ] {
- - Constants [199] {
- Constant [ public integer RUN_DEFAULT ] { 0 }
- Constant [ public integer RUN_ONCE ] { 1 }
- Constant [ public integer RUN_NOWAIT ] { 2 }
- Constant [ public integer CHANGE ] { 2 }
- Constant [ public integer RENAME ] { 1 }
- Constant [ public integer READABLE ] { 1 }
- Constant [ public integer WRITABLE ] { 2 }
- Constant [ public integer O_RDONLY ] { 0 }
- Constant [ public integer O_WRONLY ] { 1 }
- Constant [ public integer O_RDWR ] { 2 }
- Constant [ public integer O_CREAT ] { 64 }
- Constant [ public integer O_EXCL ] { 128 }
- Constant [ public integer O_TRUNC ] { 512 }
- Constant [ public integer O_APPEND ] { 1024 }
- Constant [ public integer S_IFDIR ] { 16384 }
- Constant [ public integer S_IFREG ] { 32768 }
- Constant [ public integer O_NOCTTY ] { 256 }
- Constant [ public integer S_IRWXU ] { 448 }
- Constant [ public integer S_IRUSR ] { 256 }
- Constant [ public integer S_IWUSR ] { 128 }
- Constant [ public integer S_IXUSR ] { 64 }
- Constant [ public integer S_IRWXG ] { 56 }
- Constant [ public integer S_IRGRP ] { 32 }
- Constant [ public integer S_IWGRP ] { 16 }
- Constant [ public integer S_IXGRP ] { 8 }
- Constant [ public integer S_IRWXO ] { 7 }
- Constant [ public integer S_IROTH ] { 4 }
- Constant [ public integer S_IWOTH ] { 2 }
- Constant [ public integer S_IXOTH ] { 1 }
- Constant [ public integer SIG_IGN ] { 1 }
- Constant [ public integer SIG_DFL ] { 0 }
- Constant [ public integer SIG_ERR ] { -1 }
- Constant [ public integer SIGHUP ] { 1 }
- Constant [ public integer SIGINT ] { 2 }
- Constant [ public integer SIGQUIT ] { 3 }
- Constant [ public integer SIGILL ] { 4 }
- Constant [ public integer SIGTRAP ] { 5 }
- Constant [ public integer SIGABRT ] { 6 }
- Constant [ public integer SIGIOT ] { 6 }
- Constant [ public integer SIGBUS ] { 7 }
- Constant [ public integer SIGFPE ] { 8 }
- Constant [ public integer SIGKILL ] { 9 }
- Constant [ public integer SIGUSR1 ] { 10 }
- Constant [ public integer SIGSEGV ] { 11 }
- Constant [ public integer SIGUSR2 ] { 12 }
- Constant [ public integer SIGPIPE ] { 13 }
- Constant [ public integer SIGALRM ] { 14 }
- Constant [ public integer SIGTERM ] { 15 }
- Constant [ public integer SIGSTKFLT ] { 16 }
- Constant [ public integer SIGCLD ] { 17 }
- Constant [ public integer SIGCHLD ] { 17 }
- Constant [ public integer SIGCONT ] { 18 }
- Constant [ public integer SIGSTOP ] { 19 }
- Constant [ public integer SIGTSTP ] { 20 }
- Constant [ public integer SIGTTIN ] { 21 }
- Constant [ public integer SIGTTOU ] { 22 }
- Constant [ public integer SIGURG ] { 23 }
- Constant [ public integer SIGXCPU ] { 24 }
- Constant [ public integer SIGXFSZ ] { 25 }
- Constant [ public integer SIGVTALRM ] { 26 }
- Constant [ public integer SIGPROF ] { 27 }
- Constant [ public integer SIGWINCH ] { 28 }
- Constant [ public integer SIGPOLL ] { 29 }
- Constant [ public integer SIGIO ] { 29 }
- Constant [ public integer SIGPWR ] { 30 }
- Constant [ public integer SIGSYS ] { 31 }
- Constant [ public integer SIGBABY ] { 31 }
- Constant [ public integer AF_INET ] { 2 }
- Constant [ public integer AF_INET6 ] { 10 }
- Constant [ public integer AF_UNSPEC ] { 0 }
- Constant [ public integer LEAVE_GROUP ] { 0 }
- Constant [ public integer JOIN_GROUP ] { 1 }
- Constant [ public integer IS_UV_TCP ] { 0 }
- Constant [ public integer IS_UV_UDP ] { 1 }
- Constant [ public integer IS_UV_PIPE ] { 2 }
- Constant [ public integer IS_UV_IDLE ] { 3 }
- Constant [ public integer IS_UV_TIMER ] { 4 }
- Constant [ public integer IS_UV_ASYNC ] { 5 }
- Constant [ public integer IS_UV_LOOP ] { 6 }
- Constant [ public integer IS_UV_HANDLE ] { 7 }
- Constant [ public integer IS_UV_STREAM ] { 8 }
- Constant [ public integer IS_UV_ADDRINFO ] { 9 }
- Constant [ public integer IS_UV_PROCESS ] { 10 }
- Constant [ public integer IS_UV_PREPARE ] { 11 }
- Constant [ public integer IS_UV_CHECK ] { 12 }
- Constant [ public integer IS_UV_WORK ] { 13 }
- Constant [ public integer IS_UV_FS ] { 14 }
- Constant [ public integer IS_UV_FS_EVENT ] { 15 }
- Constant [ public integer IS_UV_TTY ] { 16 }
- Constant [ public integer IS_UV_FS_POLL ] { 17 }
- Constant [ public integer IS_UV_POLL ] { 18 }
- Constant [ public integer UNKNOWN_HANDLE ] { 0 }
- Constant [ public integer FILE ] { 17 }
- Constant [ public integer ASYNC ] { 1 }
- Constant [ public integer CHECK ] { 2 }
- Constant [ public integer FS_EVENT ] { 3 }
- Constant [ public integer FS_POLL ] { 4 }
- Constant [ public integer HANDLE ] { 5 }
- Constant [ public integer IDLE ] { 6 }
- Constant [ public integer NAMED_PIPE ] { 7 }
- Constant [ public integer POLL ] { 8 }
- Constant [ public integer PREPARE ] { 9 }
- Constant [ public integer PROCESS ] { 10 }
- Constant [ public integer STREAM ] { 11 }
- Constant [ public integer TCP ] { 12 }
- Constant [ public integer TIMER ] { 13 }
- Constant [ public integer TTY ] { 14 }
- Constant [ public integer UDP ] { 15 }
- Constant [ public integer SIGNAL ] { 16 }
- Constant [ public integer HANDLE_TYPE_MAX ] { 18 }
- Constant [ public integer IGNORE ] { 0 }
- Constant [ public integer CREATE_PIPE ] { 1 }
- Constant [ public integer INHERIT_FD ] { 2 }
- Constant [ public integer INHERIT_STREAM ] { 4 }
- Constant [ public integer READABLE_PIPE ] { 16 }
- Constant [ public integer WRITABLE_PIPE ] { 32 }
- Constant [ public integer PROCESS_SETUID ] { 1 }
- Constant [ public integer PROCESS_SETGID ] { 2 }
- Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
- Constant [ public integer PROCESS_DETACHED ] { 8 }
- Constant [ public integer E2BIG ] { -7 }
- Constant [ public integer EACCES ] { -13 }
- Constant [ public integer EADDRINUSE ] { -98 }
- Constant [ public integer EADDRNOTAVAIL ] { -99 }
- Constant [ public integer EAFNOSUPPORT ] { -97 }
- Constant [ public integer EAGAIN ] { -11 }
- Constant [ public integer EAI_ADDRFAMILY ] { -3000 }
- Constant [ public integer EAI_AGAIN ] { -3001 }
- Constant [ public integer EAI_BADFLAGS ] { -3002 }
- Constant [ public integer EAI_BADHINTS ] { -3013 }
- Constant [ public integer EAI_CANCELED ] { -3003 }
- Constant [ public integer EAI_FAIL ] { -3004 }
- Constant [ public integer EAI_FAMILY ] { -3005 }
- Constant [ public integer EAI_MEMORY ] { -3006 }
- Constant [ public integer EAI_NODATA ] { -3007 }
- Constant [ public integer EAI_NONAME ] { -3008 }
- Constant [ public integer EAI_OVERFLOW ] { -3009 }
- Constant [ public integer EAI_PROTOCOL ] { -3014 }
- Constant [ public integer EAI_SERVICE ] { -3010 }
- Constant [ public integer EAI_SOCKTYPE ] { -3011 }
- Constant [ public integer EALREADY ] { -114 }
- Constant [ public integer EBADF ] { -9 }
- Constant [ public integer EBUSY ] { -16 }
- Constant [ public integer ECANCELED ] { -125 }
- Constant [ public integer ECHARSET ] { -4080 }
- Constant [ public integer ECONNABORTED ] { -103 }
- Constant [ public integer ECONNREFUSED ] { -111 }
- Constant [ public integer ECONNRESET ] { -104 }
- Constant [ public integer EDESTADDRREQ ] { -89 }
- Constant [ public integer EEXIST ] { -17 }
- Constant [ public integer EFAULT ] { -14 }
- Constant [ public integer EFBIG ] { -27 }
- Constant [ public integer EHOSTUNREACH ] { -113 }
- Constant [ public integer EINTR ] { -4 }
- Constant [ public integer EINVAL ] { -22 }
- Constant [ public integer EIO ] { -5 }
- Constant [ public integer EISCONN ] { -106 }
- Constant [ public integer EISDIR ] { -21 }
- Constant [ public integer ELOOP ] { -40 }
- Constant [ public integer EMFILE ] { -24 }
- Constant [ public integer EMSGSIZE ] { -90 }
- Constant [ public integer ENAMETOOLONG ] { -36 }
- Constant [ public integer ENETDOWN ] { -100 }
- Constant [ public integer ENETUNREACH ] { -101 }
- Constant [ public integer ENFILE ] { -23 }
- Constant [ public integer ENOBUFS ] { -105 }
- Constant [ public integer ENODEV ] { -19 }
- Constant [ public integer ENOENT ] { -2 }
- Constant [ public integer ENOMEM ] { -12 }
- Constant [ public integer ENONET ] { -64 }
- Constant [ public integer ENOPROTOOPT ] { -92 }
- Constant [ public integer ENOSPC ] { -28 }
- Constant [ public integer ENOSYS ] { -38 }
- Constant [ public integer ENOTCONN ] { -107 }
- Constant [ public integer ENOTDIR ] { -20 }
- Constant [ public integer ENOTEMPTY ] { -39 }
- Constant [ public integer ENOTSOCK ] { -88 }
- Constant [ public integer ENOTSUP ] { -95 }
- Constant [ public integer EPERM ] { -1 }
- Constant [ public integer EPIPE ] { -32 }
- Constant [ public integer EPROTO ] { -71 }
- Constant [ public integer EPROTONOSUPPORT ] { -93 }
- Constant [ public integer EPROTOTYPE ] { -91 }
- Constant [ public integer ERANGE ] { -34 }
- Constant [ public integer EROFS ] { -30 }
- Constant [ public integer ESHUTDOWN ] { -108 }
- Constant [ public integer ESPIPE ] { -29 }
- Constant [ public integer ESRCH ] { -3 }
- Constant [ public integer ETIMEDOUT ] { -110 }
- Constant [ public integer ETXTBSY ] { -26 }
- Constant [ public integer EXDEV ] { -18 }
- Constant [ public integer UNKNOWN ] { -4094 }
- Constant [ public integer EOF ] { -4095 }
- Constant [ public integer ENXIO ] { -6 }
- Constant [ public integer EMLINK ] { -31 }
- Constant [ public integer EHOSTDOWN ] { -112 }
- Constant [ public integer EREMOTEIO ] { -121 }
- Constant [ public integer ENOTTY ] { -25 }
- Constant [ public integer EFTYPE ] { -4028 }
+ - Constants [206] {
+ Constant [ public int RUN_DEFAULT ] { 0 }
+ Constant [ public int RUN_ONCE ] { 1 }
+ Constant [ public int RUN_NOWAIT ] { 2 }
+ Constant [ public int CHANGE ] { 2 }
+ Constant [ public int RENAME ] { 1 }
+ Constant [ public int READABLE ] { 1 }
+ Constant [ public int WRITABLE ] { 2 }
+ Constant [ public int O_RDONLY ] { 0 }
+ Constant [ public int O_WRONLY ] { 1 }
+ Constant [ public int O_RDWR ] { 2 }
+ Constant [ public int O_CREAT ] { 64 }
+ Constant [ public int O_EXCL ] { 128 }
+ Constant [ public int O_TRUNC ] { 512 }
+ Constant [ public int O_APPEND ] { 1024 }
+ Constant [ public int S_IFDIR ] { 16384 }
+ Constant [ public int S_IFREG ] { 32768 }
+ Constant [ public int O_NOCTTY ] { 256 }
+ Constant [ public int S_IRWXU ] { 448 }
+ Constant [ public int S_IRUSR ] { 256 }
+ Constant [ public int S_IWUSR ] { 128 }
+ Constant [ public int S_IXUSR ] { 64 }
+ Constant [ public int S_IRWXG ] { 56 }
+ Constant [ public int S_IRGRP ] { 32 }
+ Constant [ public int S_IWGRP ] { 16 }
+ Constant [ public int S_IXGRP ] { 8 }
+ Constant [ public int S_IRWXO ] { 7 }
+ Constant [ public int S_IROTH ] { 4 }
+ Constant [ public int S_IWOTH ] { 2 }
+ Constant [ public int S_IXOTH ] { 1 }
+ Constant [ public int SIG_IGN ] { 1 }
+ Constant [ public int SIG_DFL ] { 0 }
+ Constant [ public int SIG_ERR ] { -1 }
+ Constant [ public int SIGHUP ] { 1 }
+ Constant [ public int SIGINT ] { 2 }
+ Constant [ public int SIGQUIT ] { 3 }
+ Constant [ public int SIGILL ] { 4 }
+ Constant [ public int SIGTRAP ] { 5 }
+ Constant [ public int SIGABRT ] { 6 }
+ Constant [ public int SIGIOT ] { 6 }
+ Constant [ public int SIGBUS ] { 7 }
+ Constant [ public int SIGFPE ] { 8 }
+ Constant [ public int SIGKILL ] { 9 }
+ Constant [ public int SIGUSR1 ] { 10 }
+ Constant [ public int SIGSEGV ] { 11 }
+ Constant [ public int SIGUSR2 ] { 12 }
+ Constant [ public int SIGPIPE ] { 13 }
+ Constant [ public int SIGALRM ] { 14 }
+ Constant [ public int SIGTERM ] { 15 }
+ Constant [ public int SIGSTKFLT ] { 16 }
+ Constant [ public int SIGCLD ] { 17 }
+ Constant [ public int SIGCHLD ] { 17 }
+ Constant [ public int SIGCONT ] { 18 }
+ Constant [ public int SIGSTOP ] { 19 }
+ Constant [ public int SIGTSTP ] { 20 }
+ Constant [ public int SIGTTIN ] { 21 }
+ Constant [ public int SIGTTOU ] { 22 }
+ Constant [ public int SIGURG ] { 23 }
+ Constant [ public int SIGXCPU ] { 24 }
+ Constant [ public int SIGXFSZ ] { 25 }
+ Constant [ public int SIGVTALRM ] { 26 }
+ Constant [ public int SIGPROF ] { 27 }
+ Constant [ public int SIGWINCH ] { 28 }
+ Constant [ public int SIGPOLL ] { 29 }
+ Constant [ public int SIGIO ] { 29 }
+ Constant [ public int SIGPWR ] { 30 }
+ Constant [ public int SIGSYS ] { 31 }
+ Constant [ public int SIGBABY ] { 31 }
+ Constant [ public int AF_INET ] { 2 }
+ Constant [ public int AF_INET6 ] { 10 }
+ Constant [ public int AF_UNSPEC ] { 0 }
+ Constant [ public int LEAVE_GROUP ] { 0 }
+ Constant [ public int JOIN_GROUP ] { 1 }
+ Constant [ public int IS_UV_TCP ] { 0 }
+ Constant [ public int IS_UV_UDP ] { 1 }
+ Constant [ public int IS_UV_PIPE ] { 2 }
+ Constant [ public int IS_UV_IDLE ] { 3 }
+ Constant [ public int IS_UV_TIMER ] { 4 }
+ Constant [ public int IS_UV_ASYNC ] { 5 }
+ Constant [ public int IS_UV_LOOP ] { 6 }
+ Constant [ public int IS_UV_HANDLE ] { 7 }
+ Constant [ public int IS_UV_STREAM ] { 8 }
+ Constant [ public int IS_UV_ADDRINFO ] { 9 }
+ Constant [ public int IS_UV_PROCESS ] { 10 }
+ Constant [ public int IS_UV_PREPARE ] { 11 }
+ Constant [ public int IS_UV_CHECK ] { 12 }
+ Constant [ public int IS_UV_WORK ] { 13 }
+ Constant [ public int IS_UV_FS ] { 14 }
+ Constant [ public int IS_UV_FS_EVENT ] { 15 }
+ Constant [ public int IS_UV_TTY ] { 16 }
+ Constant [ public int IS_UV_FS_POLL ] { 17 }
+ Constant [ public int IS_UV_POLL ] { 18 }
+ Constant [ public int UNKNOWN_HANDLE ] { 0 }
+ Constant [ public int FILE ] { 17 }
+ Constant [ public int ASYNC ] { 1 }
+ Constant [ public int CHECK ] { 2 }
+ Constant [ public int FS_EVENT ] { 3 }
+ Constant [ public int FS_POLL ] { 4 }
+ Constant [ public int HANDLE ] { 5 }
+ Constant [ public int IDLE ] { 6 }
+ Constant [ public int NAMED_PIPE ] { 7 }
+ Constant [ public int POLL ] { 8 }
+ Constant [ public int PREPARE ] { 9 }
+ Constant [ public int PROCESS ] { 10 }
+ Constant [ public int STREAM ] { 11 }
+ Constant [ public int TCP ] { 12 }
+ Constant [ public int TIMER ] { 13 }
+ Constant [ public int TTY ] { 14 }
+ Constant [ public int UDP ] { 15 }
+ Constant [ public int SIGNAL ] { 16 }
+ Constant [ public int HANDLE_TYPE_MAX ] { 18 }
+ Constant [ public int IGNORE ] { 0 }
+ Constant [ public int CREATE_PIPE ] { 1 }
+ Constant [ public int INHERIT_FD ] { 2 }
+ Constant [ public int INHERIT_STREAM ] { 4 }
+ Constant [ public int READABLE_PIPE ] { 16 }
+ Constant [ public int WRITABLE_PIPE ] { 32 }
+ Constant [ public int OVERLAPPED_PIPE ] { 64 }
+ Constant [ public int PROCESS_SETUID ] { 1 }
+ Constant [ public int PROCESS_SETGID ] { 2 }
+ Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
+ Constant [ public int PROCESS_DETACHED ] { 8 }
+ Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 }
+ Constant [ public int E2BIG ] { -7 }
+ Constant [ public int EACCES ] { -13 }
+ Constant [ public int EADDRINUSE ] { -98 }
+ Constant [ public int EADDRNOTAVAIL ] { -99 }
+ Constant [ public int EAFNOSUPPORT ] { -97 }
+ Constant [ public int EAGAIN ] { -11 }
+ Constant [ public int EAI_ADDRFAMILY ] { -3000 }
+ Constant [ public int EAI_AGAIN ] { -3001 }
+ Constant [ public int EAI_BADFLAGS ] { -3002 }
+ Constant [ public int EAI_BADHINTS ] { -3013 }
+ Constant [ public int EAI_CANCELED ] { -3003 }
+ Constant [ public int EAI_FAIL ] { -3004 }
+ Constant [ public int EAI_FAMILY ] { -3005 }
+ Constant [ public int EAI_MEMORY ] { -3006 }
+ Constant [ public int EAI_NODATA ] { -3007 }
+ Constant [ public int EAI_NONAME ] { -3008 }
+ Constant [ public int EAI_OVERFLOW ] { -3009 }
+ Constant [ public int EAI_PROTOCOL ] { -3014 }
+ Constant [ public int EAI_SERVICE ] { -3010 }
+ Constant [ public int EAI_SOCKTYPE ] { -3011 }
+ Constant [ public int EALREADY ] { -114 }
+ Constant [ public int EBADF ] { -9 }
+ Constant [ public int EBUSY ] { -16 }
+ Constant [ public int ECANCELED ] { -125 }
+ Constant [ public int ECHARSET ] { -4080 }
+ Constant [ public int ECONNABORTED ] { -103 }
+ Constant [ public int ECONNREFUSED ] { -111 }
+ Constant [ public int ECONNRESET ] { -104 }
+ Constant [ public int EDESTADDRREQ ] { -89 }
+ Constant [ public int EEXIST ] { -17 }
+ Constant [ public int EFAULT ] { -14 }
+ Constant [ public int EFBIG ] { -27 }
+ Constant [ public int EHOSTUNREACH ] { -113 }
+ Constant [ public int EINTR ] { -4 }
+ Constant [ public int EINVAL ] { -22 }
+ Constant [ public int EIO ] { -5 }
+ Constant [ public int EISCONN ] { -106 }
+ Constant [ public int EISDIR ] { -21 }
+ Constant [ public int ELOOP ] { -40 }
+ Constant [ public int EMFILE ] { -24 }
+ Constant [ public int EMSGSIZE ] { -90 }
+ Constant [ public int ENAMETOOLONG ] { -36 }
+ Constant [ public int ENETDOWN ] { -100 }
+ Constant [ public int ENETUNREACH ] { -101 }
+ Constant [ public int ENFILE ] { -23 }
+ Constant [ public int ENOBUFS ] { -105 }
+ Constant [ public int ENODEV ] { -19 }
+ Constant [ public int ENOENT ] { -2 }
+ Constant [ public int ENOMEM ] { -12 }
+ Constant [ public int ENONET ] { -64 }
+ Constant [ public int ENOPROTOOPT ] { -92 }
+ Constant [ public int ENOSPC ] { -28 }
+ Constant [ public int ENOSYS ] { -38 }
+ Constant [ public int ENOTCONN ] { -107 }
+ Constant [ public int ENOTDIR ] { -20 }
+ Constant [ public int ENOTEMPTY ] { -39 }
+ Constant [ public int ENOTSOCK ] { -88 }
+ Constant [ public int ENOTSUP ] { -95 }
+ Constant [ public int EOVERFLOW ] { -75 }
+ Constant [ public int EPERM ] { -1 }
+ Constant [ public int EPIPE ] { -32 }
+ Constant [ public int EPROTO ] { -71 }
+ Constant [ public int EPROTONOSUPPORT ] { -93 }
+ Constant [ public int EPROTOTYPE ] { -91 }
+ Constant [ public int ERANGE ] { -34 }
+ Constant [ public int EROFS ] { -30 }
+ Constant [ public int ESHUTDOWN ] { -108 }
+ Constant [ public int ESPIPE ] { -29 }
+ Constant [ public int ESRCH ] { -3 }
+ Constant [ public int ETIMEDOUT ] { -110 }
+ Constant [ public int ETXTBSY ] { -26 }
+ Constant [ public int EXDEV ] { -18 }
+ Constant [ public int UNKNOWN ] { -4094 }
+ Constant [ public int EOF ] { -4095 }
+ Constant [ public int ENXIO ] { -6 }
+ Constant [ public int EMLINK ] { -31 }
+ Constant [ public int EHOSTDOWN ] { -112 }
+ Constant [ public int EREMOTEIO ] { -121 }
+ Constant [ public int ENOTTY ] { -25 }
+ Constant [ public int EFTYPE ] { -4028 }
+ Constant [ public int EILSEQ ] { -84 }
+ Constant [ public int ESOCKTNOSUPPORT ] { -94 }
}
- Static properties [0] {
@@ -2492,208 +2615,215 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
}
}
- Class [ <internal:uv> final class UVStream extends UV ] {
-
- - Constants [199] {
- Constant [ public integer RUN_DEFAULT ] { 0 }
- Constant [ public integer RUN_ONCE ] { 1 }
- Constant [ public integer RUN_NOWAIT ] { 2 }
- Constant [ public integer CHANGE ] { 2 }
- Constant [ public integer RENAME ] { 1 }
- Constant [ public integer READABLE ] { 1 }
- Constant [ public integer WRITABLE ] { 2 }
- Constant [ public integer O_RDONLY ] { 0 }
- Constant [ public integer O_WRONLY ] { 1 }
- Constant [ public integer O_RDWR ] { 2 }
- Constant [ public integer O_CREAT ] { 64 }
- Constant [ public integer O_EXCL ] { 128 }
- Constant [ public integer O_TRUNC ] { 512 }
- Constant [ public integer O_APPEND ] { 1024 }
- Constant [ public integer S_IFDIR ] { 16384 }
- Constant [ public integer S_IFREG ] { 32768 }
- Constant [ public integer O_NOCTTY ] { 256 }
- Constant [ public integer S_IRWXU ] { 448 }
- Constant [ public integer S_IRUSR ] { 256 }
- Constant [ public integer S_IWUSR ] { 128 }
- Constant [ public integer S_IXUSR ] { 64 }
- Constant [ public integer S_IRWXG ] { 56 }
- Constant [ public integer S_IRGRP ] { 32 }
- Constant [ public integer S_IWGRP ] { 16 }
- Constant [ public integer S_IXGRP ] { 8 }
- Constant [ public integer S_IRWXO ] { 7 }
- Constant [ public integer S_IROTH ] { 4 }
- Constant [ public integer S_IWOTH ] { 2 }
- Constant [ public integer S_IXOTH ] { 1 }
- Constant [ public integer SIG_IGN ] { 1 }
- Constant [ public integer SIG_DFL ] { 0 }
- Constant [ public integer SIG_ERR ] { -1 }
- Constant [ public integer SIGHUP ] { 1 }
- Constant [ public integer SIGINT ] { 2 }
- Constant [ public integer SIGQUIT ] { 3 }
- Constant [ public integer SIGILL ] { 4 }
- Constant [ public integer SIGTRAP ] { 5 }
- Constant [ public integer SIGABRT ] { 6 }
- Constant [ public integer SIGIOT ] { 6 }
- Constant [ public integer SIGBUS ] { 7 }
- Constant [ public integer SIGFPE ] { 8 }
- Constant [ public integer SIGKILL ] { 9 }
- Constant [ public integer SIGUSR1 ] { 10 }
- Constant [ public integer SIGSEGV ] { 11 }
- Constant [ public integer SIGUSR2 ] { 12 }
- Constant [ public integer SIGPIPE ] { 13 }
- Constant [ public integer SIGALRM ] { 14 }
- Constant [ public integer SIGTERM ] { 15 }
- Constant [ public integer SIGSTKFLT ] { 16 }
- Constant [ public integer SIGCLD ] { 17 }
- Constant [ public integer SIGCHLD ] { 17 }
- Constant [ public integer SIGCONT ] { 18 }
- Constant [ public integer SIGSTOP ] { 19 }
- Constant [ public integer SIGTSTP ] { 20 }
- Constant [ public integer SIGTTIN ] { 21 }
- Constant [ public integer SIGTTOU ] { 22 }
- Constant [ public integer SIGURG ] { 23 }
- Constant [ public integer SIGXCPU ] { 24 }
- Constant [ public integer SIGXFSZ ] { 25 }
- Constant [ public integer SIGVTALRM ] { 26 }
- Constant [ public integer SIGPROF ] { 27 }
- Constant [ public integer SIGWINCH ] { 28 }
- Constant [ public integer SIGPOLL ] { 29 }
- Constant [ public integer SIGIO ] { 29 }
- Constant [ public integer SIGPWR ] { 30 }
- Constant [ public integer SIGSYS ] { 31 }
- Constant [ public integer SIGBABY ] { 31 }
- Constant [ public integer AF_INET ] { 2 }
- Constant [ public integer AF_INET6 ] { 10 }
- Constant [ public integer AF_UNSPEC ] { 0 }
- Constant [ public integer LEAVE_GROUP ] { 0 }
- Constant [ public integer JOIN_GROUP ] { 1 }
- Constant [ public integer IS_UV_TCP ] { 0 }
- Constant [ public integer IS_UV_UDP ] { 1 }
- Constant [ public integer IS_UV_PIPE ] { 2 }
- Constant [ public integer IS_UV_IDLE ] { 3 }
- Constant [ public integer IS_UV_TIMER ] { 4 }
- Constant [ public integer IS_UV_ASYNC ] { 5 }
- Constant [ public integer IS_UV_LOOP ] { 6 }
- Constant [ public integer IS_UV_HANDLE ] { 7 }
- Constant [ public integer IS_UV_STREAM ] { 8 }
- Constant [ public integer IS_UV_ADDRINFO ] { 9 }
- Constant [ public integer IS_UV_PROCESS ] { 10 }
- Constant [ public integer IS_UV_PREPARE ] { 11 }
- Constant [ public integer IS_UV_CHECK ] { 12 }
- Constant [ public integer IS_UV_WORK ] { 13 }
- Constant [ public integer IS_UV_FS ] { 14 }
- Constant [ public integer IS_UV_FS_EVENT ] { 15 }
- Constant [ public integer IS_UV_TTY ] { 16 }
- Constant [ public integer IS_UV_FS_POLL ] { 17 }
- Constant [ public integer IS_UV_POLL ] { 18 }
- Constant [ public integer UNKNOWN_HANDLE ] { 0 }
- Constant [ public integer FILE ] { 17 }
- Constant [ public integer ASYNC ] { 1 }
- Constant [ public integer CHECK ] { 2 }
- Constant [ public integer FS_EVENT ] { 3 }
- Constant [ public integer FS_POLL ] { 4 }
- Constant [ public integer HANDLE ] { 5 }
- Constant [ public integer IDLE ] { 6 }
- Constant [ public integer NAMED_PIPE ] { 7 }
- Constant [ public integer POLL ] { 8 }
- Constant [ public integer PREPARE ] { 9 }
- Constant [ public integer PROCESS ] { 10 }
- Constant [ public integer STREAM ] { 11 }
- Constant [ public integer TCP ] { 12 }
- Constant [ public integer TIMER ] { 13 }
- Constant [ public integer TTY ] { 14 }
- Constant [ public integer UDP ] { 15 }
- Constant [ public integer SIGNAL ] { 16 }
- Constant [ public integer HANDLE_TYPE_MAX ] { 18 }
- Constant [ public integer IGNORE ] { 0 }
- Constant [ public integer CREATE_PIPE ] { 1 }
- Constant [ public integer INHERIT_FD ] { 2 }
- Constant [ public integer INHERIT_STREAM ] { 4 }
- Constant [ public integer READABLE_PIPE ] { 16 }
- Constant [ public integer WRITABLE_PIPE ] { 32 }
- Constant [ public integer PROCESS_SETUID ] { 1 }
- Constant [ public integer PROCESS_SETGID ] { 2 }
- Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
- Constant [ public integer PROCESS_DETACHED ] { 8 }
- Constant [ public integer E2BIG ] { -7 }
- Constant [ public integer EACCES ] { -13 }
- Constant [ public integer EADDRINUSE ] { -98 }
- Constant [ public integer EADDRNOTAVAIL ] { -99 }
- Constant [ public integer EAFNOSUPPORT ] { -97 }
- Constant [ public integer EAGAIN ] { -11 }
- Constant [ public integer EAI_ADDRFAMILY ] { -3000 }
- Constant [ public integer EAI_AGAIN ] { -3001 }
- Constant [ public integer EAI_BADFLAGS ] { -3002 }
- Constant [ public integer EAI_BADHINTS ] { -3013 }
- Constant [ public integer EAI_CANCELED ] { -3003 }
- Constant [ public integer EAI_FAIL ] { -3004 }
- Constant [ public integer EAI_FAMILY ] { -3005 }
- Constant [ public integer EAI_MEMORY ] { -3006 }
- Constant [ public integer EAI_NODATA ] { -3007 }
- Constant [ public integer EAI_NONAME ] { -3008 }
- Constant [ public integer EAI_OVERFLOW ] { -3009 }
- Constant [ public integer EAI_PROTOCOL ] { -3014 }
- Constant [ public integer EAI_SERVICE ] { -3010 }
- Constant [ public integer EAI_SOCKTYPE ] { -3011 }
- Constant [ public integer EALREADY ] { -114 }
- Constant [ public integer EBADF ] { -9 }
- Constant [ public integer EBUSY ] { -16 }
- Constant [ public integer ECANCELED ] { -125 }
- Constant [ public integer ECHARSET ] { -4080 }
- Constant [ public integer ECONNABORTED ] { -103 }
- Constant [ public integer ECONNREFUSED ] { -111 }
- Constant [ public integer ECONNRESET ] { -104 }
- Constant [ public integer EDESTADDRREQ ] { -89 }
- Constant [ public integer EEXIST ] { -17 }
- Constant [ public integer EFAULT ] { -14 }
- Constant [ public integer EFBIG ] { -27 }
- Constant [ public integer EHOSTUNREACH ] { -113 }
- Constant [ public integer EINTR ] { -4 }
- Constant [ public integer EINVAL ] { -22 }
- Constant [ public integer EIO ] { -5 }
- Constant [ public integer EISCONN ] { -106 }
- Constant [ public integer EISDIR ] { -21 }
- Constant [ public integer ELOOP ] { -40 }
- Constant [ public integer EMFILE ] { -24 }
- Constant [ public integer EMSGSIZE ] { -90 }
- Constant [ public integer ENAMETOOLONG ] { -36 }
- Constant [ public integer ENETDOWN ] { -100 }
- Constant [ public integer ENETUNREACH ] { -101 }
- Constant [ public integer ENFILE ] { -23 }
- Constant [ public integer ENOBUFS ] { -105 }
- Constant [ public integer ENODEV ] { -19 }
- Constant [ public integer ENOENT ] { -2 }
- Constant [ public integer ENOMEM ] { -12 }
- Constant [ public integer ENONET ] { -64 }
- Constant [ public integer ENOPROTOOPT ] { -92 }
- Constant [ public integer ENOSPC ] { -28 }
- Constant [ public integer ENOSYS ] { -38 }
- Constant [ public integer ENOTCONN ] { -107 }
- Constant [ public integer ENOTDIR ] { -20 }
- Constant [ public integer ENOTEMPTY ] { -39 }
- Constant [ public integer ENOTSOCK ] { -88 }
- Constant [ public integer ENOTSUP ] { -95 }
- Constant [ public integer EPERM ] { -1 }
- Constant [ public integer EPIPE ] { -32 }
- Constant [ public integer EPROTO ] { -71 }
- Constant [ public integer EPROTONOSUPPORT ] { -93 }
- Constant [ public integer EPROTOTYPE ] { -91 }
- Constant [ public integer ERANGE ] { -34 }
- Constant [ public integer EROFS ] { -30 }
- Constant [ public integer ESHUTDOWN ] { -108 }
- Constant [ public integer ESPIPE ] { -29 }
- Constant [ public integer ESRCH ] { -3 }
- Constant [ public integer ETIMEDOUT ] { -110 }
- Constant [ public integer ETXTBSY ] { -26 }
- Constant [ public integer EXDEV ] { -18 }
- Constant [ public integer UNKNOWN ] { -4094 }
- Constant [ public integer EOF ] { -4095 }
- Constant [ public integer ENXIO ] { -6 }
- Constant [ public integer EMLINK ] { -31 }
- Constant [ public integer EHOSTDOWN ] { -112 }
- Constant [ public integer EREMOTEIO ] { -121 }
- Constant [ public integer ENOTTY ] { -25 }
- Constant [ public integer EFTYPE ] { -4028 }
+ Class [ <internal:uv> final class UVAsync extends UV ] {
+
+ - Constants [206] {
+ Constant [ public int RUN_DEFAULT ] { 0 }
+ Constant [ public int RUN_ONCE ] { 1 }
+ Constant [ public int RUN_NOWAIT ] { 2 }
+ Constant [ public int CHANGE ] { 2 }
+ Constant [ public int RENAME ] { 1 }
+ Constant [ public int READABLE ] { 1 }
+ Constant [ public int WRITABLE ] { 2 }
+ Constant [ public int O_RDONLY ] { 0 }
+ Constant [ public int O_WRONLY ] { 1 }
+ Constant [ public int O_RDWR ] { 2 }
+ Constant [ public int O_CREAT ] { 64 }
+ Constant [ public int O_EXCL ] { 128 }
+ Constant [ public int O_TRUNC ] { 512 }
+ Constant [ public int O_APPEND ] { 1024 }
+ Constant [ public int S_IFDIR ] { 16384 }
+ Constant [ public int S_IFREG ] { 32768 }
+ Constant [ public int O_NOCTTY ] { 256 }
+ Constant [ public int S_IRWXU ] { 448 }
+ Constant [ public int S_IRUSR ] { 256 }
+ Constant [ public int S_IWUSR ] { 128 }
+ Constant [ public int S_IXUSR ] { 64 }
+ Constant [ public int S_IRWXG ] { 56 }
+ Constant [ public int S_IRGRP ] { 32 }
+ Constant [ public int S_IWGRP ] { 16 }
+ Constant [ public int S_IXGRP ] { 8 }
+ Constant [ public int S_IRWXO ] { 7 }
+ Constant [ public int S_IROTH ] { 4 }
+ Constant [ public int S_IWOTH ] { 2 }
+ Constant [ public int S_IXOTH ] { 1 }
+ Constant [ public int SIG_IGN ] { 1 }
+ Constant [ public int SIG_DFL ] { 0 }
+ Constant [ public int SIG_ERR ] { -1 }
+ Constant [ public int SIGHUP ] { 1 }
+ Constant [ public int SIGINT ] { 2 }
+ Constant [ public int SIGQUIT ] { 3 }
+ Constant [ public int SIGILL ] { 4 }
+ Constant [ public int SIGTRAP ] { 5 }
+ Constant [ public int SIGABRT ] { 6 }
+ Constant [ public int SIGIOT ] { 6 }
+ Constant [ public int SIGBUS ] { 7 }
+ Constant [ public int SIGFPE ] { 8 }
+ Constant [ public int SIGKILL ] { 9 }
+ Constant [ public int SIGUSR1 ] { 10 }
+ Constant [ public int SIGSEGV ] { 11 }
+ Constant [ public int SIGUSR2 ] { 12 }
+ Constant [ public int SIGPIPE ] { 13 }
+ Constant [ public int SIGALRM ] { 14 }
+ Constant [ public int SIGTERM ] { 15 }
+ Constant [ public int SIGSTKFLT ] { 16 }
+ Constant [ public int SIGCLD ] { 17 }
+ Constant [ public int SIGCHLD ] { 17 }
+ Constant [ public int SIGCONT ] { 18 }
+ Constant [ public int SIGSTOP ] { 19 }
+ Constant [ public int SIGTSTP ] { 20 }
+ Constant [ public int SIGTTIN ] { 21 }
+ Constant [ public int SIGTTOU ] { 22 }
+ Constant [ public int SIGURG ] { 23 }
+ Constant [ public int SIGXCPU ] { 24 }
+ Constant [ public int SIGXFSZ ] { 25 }
+ Constant [ public int SIGVTALRM ] { 26 }
+ Constant [ public int SIGPROF ] { 27 }
+ Constant [ public int SIGWINCH ] { 28 }
+ Constant [ public int SIGPOLL ] { 29 }
+ Constant [ public int SIGIO ] { 29 }
+ Constant [ public int SIGPWR ] { 30 }
+ Constant [ public int SIGSYS ] { 31 }
+ Constant [ public int SIGBABY ] { 31 }
+ Constant [ public int AF_INET ] { 2 }
+ Constant [ public int AF_INET6 ] { 10 }
+ Constant [ public int AF_UNSPEC ] { 0 }
+ Constant [ public int LEAVE_GROUP ] { 0 }
+ Constant [ public int JOIN_GROUP ] { 1 }
+ Constant [ public int IS_UV_TCP ] { 0 }
+ Constant [ public int IS_UV_UDP ] { 1 }
+ Constant [ public int IS_UV_PIPE ] { 2 }
+ Constant [ public int IS_UV_IDLE ] { 3 }
+ Constant [ public int IS_UV_TIMER ] { 4 }
+ Constant [ public int IS_UV_ASYNC ] { 5 }
+ Constant [ public int IS_UV_LOOP ] { 6 }
+ Constant [ public int IS_UV_HANDLE ] { 7 }
+ Constant [ public int IS_UV_STREAM ] { 8 }
+ Constant [ public int IS_UV_ADDRINFO ] { 9 }
+ Constant [ public int IS_UV_PROCESS ] { 10 }
+ Constant [ public int IS_UV_PREPARE ] { 11 }
+ Constant [ public int IS_UV_CHECK ] { 12 }
+ Constant [ public int IS_UV_WORK ] { 13 }
+ Constant [ public int IS_UV_FS ] { 14 }
+ Constant [ public int IS_UV_FS_EVENT ] { 15 }
+ Constant [ public int IS_UV_TTY ] { 16 }
+ Constant [ public int IS_UV_FS_POLL ] { 17 }
+ Constant [ public int IS_UV_POLL ] { 18 }
+ Constant [ public int UNKNOWN_HANDLE ] { 0 }
+ Constant [ public int FILE ] { 17 }
+ Constant [ public int ASYNC ] { 1 }
+ Constant [ public int CHECK ] { 2 }
+ Constant [ public int FS_EVENT ] { 3 }
+ Constant [ public int FS_POLL ] { 4 }
+ Constant [ public int HANDLE ] { 5 }
+ Constant [ public int IDLE ] { 6 }
+ Constant [ public int NAMED_PIPE ] { 7 }
+ Constant [ public int POLL ] { 8 }
+ Constant [ public int PREPARE ] { 9 }
+ Constant [ public int PROCESS ] { 10 }
+ Constant [ public int STREAM ] { 11 }
+ Constant [ public int TCP ] { 12 }
+ Constant [ public int TIMER ] { 13 }
+ Constant [ public int TTY ] { 14 }
+ Constant [ public int UDP ] { 15 }
+ Constant [ public int SIGNAL ] { 16 }
+ Constant [ public int HANDLE_TYPE_MAX ] { 18 }
+ Constant [ public int IGNORE ] { 0 }
+ Constant [ public int CREATE_PIPE ] { 1 }
+ Constant [ public int INHERIT_FD ] { 2 }
+ Constant [ public int INHERIT_STREAM ] { 4 }
+ Constant [ public int READABLE_PIPE ] { 16 }
+ Constant [ public int WRITABLE_PIPE ] { 32 }
+ Constant [ public int OVERLAPPED_PIPE ] { 64 }
+ Constant [ public int PROCESS_SETUID ] { 1 }
+ Constant [ public int PROCESS_SETGID ] { 2 }
+ Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
+ Constant [ public int PROCESS_DETACHED ] { 8 }
+ Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 }
+ Constant [ public int E2BIG ] { -7 }
+ Constant [ public int EACCES ] { -13 }
+ Constant [ public int EADDRINUSE ] { -98 }
+ Constant [ public int EADDRNOTAVAIL ] { -99 }
+ Constant [ public int EAFNOSUPPORT ] { -97 }
+ Constant [ public int EAGAIN ] { -11 }
+ Constant [ public int EAI_ADDRFAMILY ] { -3000 }
+ Constant [ public int EAI_AGAIN ] { -3001 }
+ Constant [ public int EAI_BADFLAGS ] { -3002 }
+ Constant [ public int EAI_BADHINTS ] { -3013 }
+ Constant [ public int EAI_CANCELED ] { -3003 }
+ Constant [ public int EAI_FAIL ] { -3004 }
+ Constant [ public int EAI_FAMILY ] { -3005 }
+ Constant [ public int EAI_MEMORY ] { -3006 }
+ Constant [ public int EAI_NODATA ] { -3007 }
+ Constant [ public int EAI_NONAME ] { -3008 }
+ Constant [ public int EAI_OVERFLOW ] { -3009 }
+ Constant [ public int EAI_PROTOCOL ] { -3014 }
+ Constant [ public int EAI_SERVICE ] { -3010 }
+ Constant [ public int EAI_SOCKTYPE ] { -3011 }
+ Constant [ public int EALREADY ] { -114 }
+ Constant [ public int EBADF ] { -9 }
+ Constant [ public int EBUSY ] { -16 }
+ Constant [ public int ECANCELED ] { -125 }
+ Constant [ public int ECHARSET ] { -4080 }
+ Constant [ public int ECONNABORTED ] { -103 }
+ Constant [ public int ECONNREFUSED ] { -111 }
+ Constant [ public int ECONNRESET ] { -104 }
+ Constant [ public int EDESTADDRREQ ] { -89 }
+ Constant [ public int EEXIST ] { -17 }
+ Constant [ public int EFAULT ] { -14 }
+ Constant [ public int EFBIG ] { -27 }
+ Constant [ public int EHOSTUNREACH ] { -113 }
+ Constant [ public int EINTR ] { -4 }
+ Constant [ public int EINVAL ] { -22 }
+ Constant [ public int EIO ] { -5 }
+ Constant [ public int EISCONN ] { -106 }
+ Constant [ public int EISDIR ] { -21 }
+ Constant [ public int ELOOP ] { -40 }
+ Constant [ public int EMFILE ] { -24 }
+ Constant [ public int EMSGSIZE ] { -90 }
+ Constant [ public int ENAMETOOLONG ] { -36 }
+ Constant [ public int ENETDOWN ] { -100 }
+ Constant [ public int ENETUNREACH ] { -101 }
+ Constant [ public int ENFILE ] { -23 }
+ Constant [ public int ENOBUFS ] { -105 }
+ Constant [ public int ENODEV ] { -19 }
+ Constant [ public int ENOENT ] { -2 }
+ Constant [ public int ENOMEM ] { -12 }
+ Constant [ public int ENONET ] { -64 }
+ Constant [ public int ENOPROTOOPT ] { -92 }
+ Constant [ public int ENOSPC ] { -28 }
+ Constant [ public int ENOSYS ] { -38 }
+ Constant [ public int ENOTCONN ] { -107 }
+ Constant [ public int ENOTDIR ] { -20 }
+ Constant [ public int ENOTEMPTY ] { -39 }
+ Constant [ public int ENOTSOCK ] { -88 }
+ Constant [ public int ENOTSUP ] { -95 }
+ Constant [ public int EOVERFLOW ] { -75 }
+ Constant [ public int EPERM ] { -1 }
+ Constant [ public int EPIPE ] { -32 }
+ Constant [ public int EPROTO ] { -71 }
+ Constant [ public int EPROTONOSUPPORT ] { -93 }
+ Constant [ public int EPROTOTYPE ] { -91 }
+ Constant [ public int ERANGE ] { -34 }
+ Constant [ public int EROFS ] { -30 }
+ Constant [ public int ESHUTDOWN ] { -108 }
+ Constant [ public int ESPIPE ] { -29 }
+ Constant [ public int ESRCH ] { -3 }
+ Constant [ public int ETIMEDOUT ] { -110 }
+ Constant [ public int ETXTBSY ] { -26 }
+ Constant [ public int EXDEV ] { -18 }
+ Constant [ public int UNKNOWN ] { -4094 }
+ Constant [ public int EOF ] { -4095 }
+ Constant [ public int ENXIO ] { -6 }
+ Constant [ public int EMLINK ] { -31 }
+ Constant [ public int EHOSTDOWN ] { -112 }
+ Constant [ public int EREMOTEIO ] { -121 }
+ Constant [ public int ENOTTY ] { -25 }
+ Constant [ public int EFTYPE ] { -4028 }
+ Constant [ public int EILSEQ ] { -84 }
+ Constant [ public int ESOCKTNOSUPPORT ] { -94 }
}
- Static properties [0] {
@@ -2711,206 +2841,213 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Class [ <internal:uv> final class UVAddrinfo extends UV ] {
- - Constants [199] {
- Constant [ public integer RUN_DEFAULT ] { 0 }
- Constant [ public integer RUN_ONCE ] { 1 }
- Constant [ public integer RUN_NOWAIT ] { 2 }
- Constant [ public integer CHANGE ] { 2 }
- Constant [ public integer RENAME ] { 1 }
- Constant [ public integer READABLE ] { 1 }
- Constant [ public integer WRITABLE ] { 2 }
- Constant [ public integer O_RDONLY ] { 0 }
- Constant [ public integer O_WRONLY ] { 1 }
- Constant [ public integer O_RDWR ] { 2 }
- Constant [ public integer O_CREAT ] { 64 }
- Constant [ public integer O_EXCL ] { 128 }
- Constant [ public integer O_TRUNC ] { 512 }
- Constant [ public integer O_APPEND ] { 1024 }
- Constant [ public integer S_IFDIR ] { 16384 }
- Constant [ public integer S_IFREG ] { 32768 }
- Constant [ public integer O_NOCTTY ] { 256 }
- Constant [ public integer S_IRWXU ] { 448 }
- Constant [ public integer S_IRUSR ] { 256 }
- Constant [ public integer S_IWUSR ] { 128 }
- Constant [ public integer S_IXUSR ] { 64 }
- Constant [ public integer S_IRWXG ] { 56 }
- Constant [ public integer S_IRGRP ] { 32 }
- Constant [ public integer S_IWGRP ] { 16 }
- Constant [ public integer S_IXGRP ] { 8 }
- Constant [ public integer S_IRWXO ] { 7 }
- Constant [ public integer S_IROTH ] { 4 }
- Constant [ public integer S_IWOTH ] { 2 }
- Constant [ public integer S_IXOTH ] { 1 }
- Constant [ public integer SIG_IGN ] { 1 }
- Constant [ public integer SIG_DFL ] { 0 }
- Constant [ public integer SIG_ERR ] { -1 }
- Constant [ public integer SIGHUP ] { 1 }
- Constant [ public integer SIGINT ] { 2 }
- Constant [ public integer SIGQUIT ] { 3 }
- Constant [ public integer SIGILL ] { 4 }
- Constant [ public integer SIGTRAP ] { 5 }
- Constant [ public integer SIGABRT ] { 6 }
- Constant [ public integer SIGIOT ] { 6 }
- Constant [ public integer SIGBUS ] { 7 }
- Constant [ public integer SIGFPE ] { 8 }
- Constant [ public integer SIGKILL ] { 9 }
- Constant [ public integer SIGUSR1 ] { 10 }
- Constant [ public integer SIGSEGV ] { 11 }
- Constant [ public integer SIGUSR2 ] { 12 }
- Constant [ public integer SIGPIPE ] { 13 }
- Constant [ public integer SIGALRM ] { 14 }
- Constant [ public integer SIGTERM ] { 15 }
- Constant [ public integer SIGSTKFLT ] { 16 }
- Constant [ public integer SIGCLD ] { 17 }
- Constant [ public integer SIGCHLD ] { 17 }
- Constant [ public integer SIGCONT ] { 18 }
- Constant [ public integer SIGSTOP ] { 19 }
- Constant [ public integer SIGTSTP ] { 20 }
- Constant [ public integer SIGTTIN ] { 21 }
- Constant [ public integer SIGTTOU ] { 22 }
- Constant [ public integer SIGURG ] { 23 }
- Constant [ public integer SIGXCPU ] { 24 }
- Constant [ public integer SIGXFSZ ] { 25 }
- Constant [ public integer SIGVTALRM ] { 26 }
- Constant [ public integer SIGPROF ] { 27 }
- Constant [ public integer SIGWINCH ] { 28 }
- Constant [ public integer SIGPOLL ] { 29 }
- Constant [ public integer SIGIO ] { 29 }
- Constant [ public integer SIGPWR ] { 30 }
- Constant [ public integer SIGSYS ] { 31 }
- Constant [ public integer SIGBABY ] { 31 }
- Constant [ public integer AF_INET ] { 2 }
- Constant [ public integer AF_INET6 ] { 10 }
- Constant [ public integer AF_UNSPEC ] { 0 }
- Constant [ public integer LEAVE_GROUP ] { 0 }
- Constant [ public integer JOIN_GROUP ] { 1 }
- Constant [ public integer IS_UV_TCP ] { 0 }
- Constant [ public integer IS_UV_UDP ] { 1 }
- Constant [ public integer IS_UV_PIPE ] { 2 }
- Constant [ public integer IS_UV_IDLE ] { 3 }
- Constant [ public integer IS_UV_TIMER ] { 4 }
- Constant [ public integer IS_UV_ASYNC ] { 5 }
- Constant [ public integer IS_UV_LOOP ] { 6 }
- Constant [ public integer IS_UV_HANDLE ] { 7 }
- Constant [ public integer IS_UV_STREAM ] { 8 }
- Constant [ public integer IS_UV_ADDRINFO ] { 9 }
- Constant [ public integer IS_UV_PROCESS ] { 10 }
- Constant [ public integer IS_UV_PREPARE ] { 11 }
- Constant [ public integer IS_UV_CHECK ] { 12 }
- Constant [ public integer IS_UV_WORK ] { 13 }
- Constant [ public integer IS_UV_FS ] { 14 }
- Constant [ public integer IS_UV_FS_EVENT ] { 15 }
- Constant [ public integer IS_UV_TTY ] { 16 }
- Constant [ public integer IS_UV_FS_POLL ] { 17 }
- Constant [ public integer IS_UV_POLL ] { 18 }
- Constant [ public integer UNKNOWN_HANDLE ] { 0 }
- Constant [ public integer FILE ] { 17 }
- Constant [ public integer ASYNC ] { 1 }
- Constant [ public integer CHECK ] { 2 }
- Constant [ public integer FS_EVENT ] { 3 }
- Constant [ public integer FS_POLL ] { 4 }
- Constant [ public integer HANDLE ] { 5 }
- Constant [ public integer IDLE ] { 6 }
- Constant [ public integer NAMED_PIPE ] { 7 }
- Constant [ public integer POLL ] { 8 }
- Constant [ public integer PREPARE ] { 9 }
- Constant [ public integer PROCESS ] { 10 }
- Constant [ public integer STREAM ] { 11 }
- Constant [ public integer TCP ] { 12 }
- Constant [ public integer TIMER ] { 13 }
- Constant [ public integer TTY ] { 14 }
- Constant [ public integer UDP ] { 15 }
- Constant [ public integer SIGNAL ] { 16 }
- Constant [ public integer HANDLE_TYPE_MAX ] { 18 }
- Constant [ public integer IGNORE ] { 0 }
- Constant [ public integer CREATE_PIPE ] { 1 }
- Constant [ public integer INHERIT_FD ] { 2 }
- Constant [ public integer INHERIT_STREAM ] { 4 }
- Constant [ public integer READABLE_PIPE ] { 16 }
- Constant [ public integer WRITABLE_PIPE ] { 32 }
- Constant [ public integer PROCESS_SETUID ] { 1 }
- Constant [ public integer PROCESS_SETGID ] { 2 }
- Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
- Constant [ public integer PROCESS_DETACHED ] { 8 }
- Constant [ public integer E2BIG ] { -7 }
- Constant [ public integer EACCES ] { -13 }
- Constant [ public integer EADDRINUSE ] { -98 }
- Constant [ public integer EADDRNOTAVAIL ] { -99 }
- Constant [ public integer EAFNOSUPPORT ] { -97 }
- Constant [ public integer EAGAIN ] { -11 }
- Constant [ public integer EAI_ADDRFAMILY ] { -3000 }
- Constant [ public integer EAI_AGAIN ] { -3001 }
- Constant [ public integer EAI_BADFLAGS ] { -3002 }
- Constant [ public integer EAI_BADHINTS ] { -3013 }
- Constant [ public integer EAI_CANCELED ] { -3003 }
- Constant [ public integer EAI_FAIL ] { -3004 }
- Constant [ public integer EAI_FAMILY ] { -3005 }
- Constant [ public integer EAI_MEMORY ] { -3006 }
- Constant [ public integer EAI_NODATA ] { -3007 }
- Constant [ public integer EAI_NONAME ] { -3008 }
- Constant [ public integer EAI_OVERFLOW ] { -3009 }
- Constant [ public integer EAI_PROTOCOL ] { -3014 }
- Constant [ public integer EAI_SERVICE ] { -3010 }
- Constant [ public integer EAI_SOCKTYPE ] { -3011 }
- Constant [ public integer EALREADY ] { -114 }
- Constant [ public integer EBADF ] { -9 }
- Constant [ public integer EBUSY ] { -16 }
- Constant [ public integer ECANCELED ] { -125 }
- Constant [ public integer ECHARSET ] { -4080 }
- Constant [ public integer ECONNABORTED ] { -103 }
- Constant [ public integer ECONNREFUSED ] { -111 }
- Constant [ public integer ECONNRESET ] { -104 }
- Constant [ public integer EDESTADDRREQ ] { -89 }
- Constant [ public integer EEXIST ] { -17 }
- Constant [ public integer EFAULT ] { -14 }
- Constant [ public integer EFBIG ] { -27 }
- Constant [ public integer EHOSTUNREACH ] { -113 }
- Constant [ public integer EINTR ] { -4 }
- Constant [ public integer EINVAL ] { -22 }
- Constant [ public integer EIO ] { -5 }
- Constant [ public integer EISCONN ] { -106 }
- Constant [ public integer EISDIR ] { -21 }
- Constant [ public integer ELOOP ] { -40 }
- Constant [ public integer EMFILE ] { -24 }
- Constant [ public integer EMSGSIZE ] { -90 }
- Constant [ public integer ENAMETOOLONG ] { -36 }
- Constant [ public integer ENETDOWN ] { -100 }
- Constant [ public integer ENETUNREACH ] { -101 }
- Constant [ public integer ENFILE ] { -23 }
- Constant [ public integer ENOBUFS ] { -105 }
- Constant [ public integer ENODEV ] { -19 }
- Constant [ public integer ENOENT ] { -2 }
- Constant [ public integer ENOMEM ] { -12 }
- Constant [ public integer ENONET ] { -64 }
- Constant [ public integer ENOPROTOOPT ] { -92 }
- Constant [ public integer ENOSPC ] { -28 }
- Constant [ public integer ENOSYS ] { -38 }
- Constant [ public integer ENOTCONN ] { -107 }
- Constant [ public integer ENOTDIR ] { -20 }
- Constant [ public integer ENOTEMPTY ] { -39 }
- Constant [ public integer ENOTSOCK ] { -88 }
- Constant [ public integer ENOTSUP ] { -95 }
- Constant [ public integer EPERM ] { -1 }
- Constant [ public integer EPIPE ] { -32 }
- Constant [ public integer EPROTO ] { -71 }
- Constant [ public integer EPROTONOSUPPORT ] { -93 }
- Constant [ public integer EPROTOTYPE ] { -91 }
- Constant [ public integer ERANGE ] { -34 }
- Constant [ public integer EROFS ] { -30 }
- Constant [ public integer ESHUTDOWN ] { -108 }
- Constant [ public integer ESPIPE ] { -29 }
- Constant [ public integer ESRCH ] { -3 }
- Constant [ public integer ETIMEDOUT ] { -110 }
- Constant [ public integer ETXTBSY ] { -26 }
- Constant [ public integer EXDEV ] { -18 }
- Constant [ public integer UNKNOWN ] { -4094 }
- Constant [ public integer EOF ] { -4095 }
- Constant [ public integer ENXIO ] { -6 }
- Constant [ public integer EMLINK ] { -31 }
- Constant [ public integer EHOSTDOWN ] { -112 }
- Constant [ public integer EREMOTEIO ] { -121 }
- Constant [ public integer ENOTTY ] { -25 }
- Constant [ public integer EFTYPE ] { -4028 }
+ - Constants [206] {
+ Constant [ public int RUN_DEFAULT ] { 0 }
+ Constant [ public int RUN_ONCE ] { 1 }
+ Constant [ public int RUN_NOWAIT ] { 2 }
+ Constant [ public int CHANGE ] { 2 }
+ Constant [ public int RENAME ] { 1 }
+ Constant [ public int READABLE ] { 1 }
+ Constant [ public int WRITABLE ] { 2 }
+ Constant [ public int O_RDONLY ] { 0 }
+ Constant [ public int O_WRONLY ] { 1 }
+ Constant [ public int O_RDWR ] { 2 }
+ Constant [ public int O_CREAT ] { 64 }
+ Constant [ public int O_EXCL ] { 128 }
+ Constant [ public int O_TRUNC ] { 512 }
+ Constant [ public int O_APPEND ] { 1024 }
+ Constant [ public int S_IFDIR ] { 16384 }
+ Constant [ public int S_IFREG ] { 32768 }
+ Constant [ public int O_NOCTTY ] { 256 }
+ Constant [ public int S_IRWXU ] { 448 }
+ Constant [ public int S_IRUSR ] { 256 }
+ Constant [ public int S_IWUSR ] { 128 }
+ Constant [ public int S_IXUSR ] { 64 }
+ Constant [ public int S_IRWXG ] { 56 }
+ Constant [ public int S_IRGRP ] { 32 }
+ Constant [ public int S_IWGRP ] { 16 }
+ Constant [ public int S_IXGRP ] { 8 }
+ Constant [ public int S_IRWXO ] { 7 }
+ Constant [ public int S_IROTH ] { 4 }
+ Constant [ public int S_IWOTH ] { 2 }
+ Constant [ public int S_IXOTH ] { 1 }
+ Constant [ public int SIG_IGN ] { 1 }
+ Constant [ public int SIG_DFL ] { 0 }
+ Constant [ public int SIG_ERR ] { -1 }
+ Constant [ public int SIGHUP ] { 1 }
+ Constant [ public int SIGINT ] { 2 }
+ Constant [ public int SIGQUIT ] { 3 }
+ Constant [ public int SIGILL ] { 4 }
+ Constant [ public int SIGTRAP ] { 5 }
+ Constant [ public int SIGABRT ] { 6 }
+ Constant [ public int SIGIOT ] { 6 }
+ Constant [ public int SIGBUS ] { 7 }
+ Constant [ public int SIGFPE ] { 8 }
+ Constant [ public int SIGKILL ] { 9 }
+ Constant [ public int SIGUSR1 ] { 10 }
+ Constant [ public int SIGSEGV ] { 11 }
+ Constant [ public int SIGUSR2 ] { 12 }
+ Constant [ public int SIGPIPE ] { 13 }
+ Constant [ public int SIGALRM ] { 14 }
+ Constant [ public int SIGTERM ] { 15 }
+ Constant [ public int SIGSTKFLT ] { 16 }
+ Constant [ public int SIGCLD ] { 17 }
+ Constant [ public int SIGCHLD ] { 17 }
+ Constant [ public int SIGCONT ] { 18 }
+ Constant [ public int SIGSTOP ] { 19 }
+ Constant [ public int SIGTSTP ] { 20 }
+ Constant [ public int SIGTTIN ] { 21 }
+ Constant [ public int SIGTTOU ] { 22 }
+ Constant [ public int SIGURG ] { 23 }
+ Constant [ public int SIGXCPU ] { 24 }
+ Constant [ public int SIGXFSZ ] { 25 }
+ Constant [ public int SIGVTALRM ] { 26 }
+ Constant [ public int SIGPROF ] { 27 }
+ Constant [ public int SIGWINCH ] { 28 }
+ Constant [ public int SIGPOLL ] { 29 }
+ Constant [ public int SIGIO ] { 29 }
+ Constant [ public int SIGPWR ] { 30 }
+ Constant [ public int SIGSYS ] { 31 }
+ Constant [ public int SIGBABY ] { 31 }
+ Constant [ public int AF_INET ] { 2 }
+ Constant [ public int AF_INET6 ] { 10 }
+ Constant [ public int AF_UNSPEC ] { 0 }
+ Constant [ public int LEAVE_GROUP ] { 0 }
+ Constant [ public int JOIN_GROUP ] { 1 }
+ Constant [ public int IS_UV_TCP ] { 0 }
+ Constant [ public int IS_UV_UDP ] { 1 }
+ Constant [ public int IS_UV_PIPE ] { 2 }
+ Constant [ public int IS_UV_IDLE ] { 3 }
+ Constant [ public int IS_UV_TIMER ] { 4 }
+ Constant [ public int IS_UV_ASYNC ] { 5 }
+ Constant [ public int IS_UV_LOOP ] { 6 }
+ Constant [ public int IS_UV_HANDLE ] { 7 }
+ Constant [ public int IS_UV_STREAM ] { 8 }
+ Constant [ public int IS_UV_ADDRINFO ] { 9 }
+ Constant [ public int IS_UV_PROCESS ] { 10 }
+ Constant [ public int IS_UV_PREPARE ] { 11 }
+ Constant [ public int IS_UV_CHECK ] { 12 }
+ Constant [ public int IS_UV_WORK ] { 13 }
+ Constant [ public int IS_UV_FS ] { 14 }
+ Constant [ public int IS_UV_FS_EVENT ] { 15 }
+ Constant [ public int IS_UV_TTY ] { 16 }
+ Constant [ public int IS_UV_FS_POLL ] { 17 }
+ Constant [ public int IS_UV_POLL ] { 18 }
+ Constant [ public int UNKNOWN_HANDLE ] { 0 }
+ Constant [ public int FILE ] { 17 }
+ Constant [ public int ASYNC ] { 1 }
+ Constant [ public int CHECK ] { 2 }
+ Constant [ public int FS_EVENT ] { 3 }
+ Constant [ public int FS_POLL ] { 4 }
+ Constant [ public int HANDLE ] { 5 }
+ Constant [ public int IDLE ] { 6 }
+ Constant [ public int NAMED_PIPE ] { 7 }
+ Constant [ public int POLL ] { 8 }
+ Constant [ public int PREPARE ] { 9 }
+ Constant [ public int PROCESS ] { 10 }
+ Constant [ public int STREAM ] { 11 }
+ Constant [ public int TCP ] { 12 }
+ Constant [ public int TIMER ] { 13 }
+ Constant [ public int TTY ] { 14 }
+ Constant [ public int UDP ] { 15 }
+ Constant [ public int SIGNAL ] { 16 }
+ Constant [ public int HANDLE_TYPE_MAX ] { 18 }
+ Constant [ public int IGNORE ] { 0 }
+ Constant [ public int CREATE_PIPE ] { 1 }
+ Constant [ public int INHERIT_FD ] { 2 }
+ Constant [ public int INHERIT_STREAM ] { 4 }
+ Constant [ public int READABLE_PIPE ] { 16 }
+ Constant [ public int WRITABLE_PIPE ] { 32 }
+ Constant [ public int OVERLAPPED_PIPE ] { 64 }
+ Constant [ public int PROCESS_SETUID ] { 1 }
+ Constant [ public int PROCESS_SETGID ] { 2 }
+ Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
+ Constant [ public int PROCESS_DETACHED ] { 8 }
+ Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 }
+ Constant [ public int E2BIG ] { -7 }
+ Constant [ public int EACCES ] { -13 }
+ Constant [ public int EADDRINUSE ] { -98 }
+ Constant [ public int EADDRNOTAVAIL ] { -99 }
+ Constant [ public int EAFNOSUPPORT ] { -97 }
+ Constant [ public int EAGAIN ] { -11 }
+ Constant [ public int EAI_ADDRFAMILY ] { -3000 }
+ Constant [ public int EAI_AGAIN ] { -3001 }
+ Constant [ public int EAI_BADFLAGS ] { -3002 }
+ Constant [ public int EAI_BADHINTS ] { -3013 }
+ Constant [ public int EAI_CANCELED ] { -3003 }
+ Constant [ public int EAI_FAIL ] { -3004 }
+ Constant [ public int EAI_FAMILY ] { -3005 }
+ Constant [ public int EAI_MEMORY ] { -3006 }
+ Constant [ public int EAI_NODATA ] { -3007 }
+ Constant [ public int EAI_NONAME ] { -3008 }
+ Constant [ public int EAI_OVERFLOW ] { -3009 }
+ Constant [ public int EAI_PROTOCOL ] { -3014 }
+ Constant [ public int EAI_SERVICE ] { -3010 }
+ Constant [ public int EAI_SOCKTYPE ] { -3011 }
+ Constant [ public int EALREADY ] { -114 }
+ Constant [ public int EBADF ] { -9 }
+ Constant [ public int EBUSY ] { -16 }
+ Constant [ public int ECANCELED ] { -125 }
+ Constant [ public int ECHARSET ] { -4080 }
+ Constant [ public int ECONNABORTED ] { -103 }
+ Constant [ public int ECONNREFUSED ] { -111 }
+ Constant [ public int ECONNRESET ] { -104 }
+ Constant [ public int EDESTADDRREQ ] { -89 }
+ Constant [ public int EEXIST ] { -17 }
+ Constant [ public int EFAULT ] { -14 }
+ Constant [ public int EFBIG ] { -27 }
+ Constant [ public int EHOSTUNREACH ] { -113 }
+ Constant [ public int EINTR ] { -4 }
+ Constant [ public int EINVAL ] { -22 }
+ Constant [ public int EIO ] { -5 }
+ Constant [ public int EISCONN ] { -106 }
+ Constant [ public int EISDIR ] { -21 }
+ Constant [ public int ELOOP ] { -40 }
+ Constant [ public int EMFILE ] { -24 }
+ Constant [ public int EMSGSIZE ] { -90 }
+ Constant [ public int ENAMETOOLONG ] { -36 }
+ Constant [ public int ENETDOWN ] { -100 }
+ Constant [ public int ENETUNREACH ] { -101 }
+ Constant [ public int ENFILE ] { -23 }
+ Constant [ public int ENOBUFS ] { -105 }
+ Constant [ public int ENODEV ] { -19 }
+ Constant [ public int ENOENT ] { -2 }
+ Constant [ public int ENOMEM ] { -12 }
+ Constant [ public int ENONET ] { -64 }
+ Constant [ public int ENOPROTOOPT ] { -92 }
+ Constant [ public int ENOSPC ] { -28 }
+ Constant [ public int ENOSYS ] { -38 }
+ Constant [ public int ENOTCONN ] { -107 }
+ Constant [ public int ENOTDIR ] { -20 }
+ Constant [ public int ENOTEMPTY ] { -39 }
+ Constant [ public int ENOTSOCK ] { -88 }
+ Constant [ public int ENOTSUP ] { -95 }
+ Constant [ public int EOVERFLOW ] { -75 }
+ Constant [ public int EPERM ] { -1 }
+ Constant [ public int EPIPE ] { -32 }
+ Constant [ public int EPROTO ] { -71 }
+ Constant [ public int EPROTONOSUPPORT ] { -93 }
+ Constant [ public int EPROTOTYPE ] { -91 }
+ Constant [ public int ERANGE ] { -34 }
+ Constant [ public int EROFS ] { -30 }
+ Constant [ public int ESHUTDOWN ] { -108 }
+ Constant [ public int ESPIPE ] { -29 }
+ Constant [ public int ESRCH ] { -3 }
+ Constant [ public int ETIMEDOUT ] { -110 }
+ Constant [ public int ETXTBSY ] { -26 }
+ Constant [ public int EXDEV ] { -18 }
+ Constant [ public int UNKNOWN ] { -4094 }
+ Constant [ public int EOF ] { -4095 }
+ Constant [ public int ENXIO ] { -6 }
+ Constant [ public int EMLINK ] { -31 }
+ Constant [ public int EHOSTDOWN ] { -112 }
+ Constant [ public int EREMOTEIO ] { -121 }
+ Constant [ public int ENOTTY ] { -25 }
+ Constant [ public int EFTYPE ] { -4028 }
+ Constant [ public int EILSEQ ] { -84 }
+ Constant [ public int ESOCKTNOSUPPORT ] { -94 }
}
- Static properties [0] {
@@ -2928,206 +3065,213 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Class [ <internal:uv> final class UVProcess extends UV ] {
- - Constants [199] {
- Constant [ public integer RUN_DEFAULT ] { 0 }
- Constant [ public integer RUN_ONCE ] { 1 }
- Constant [ public integer RUN_NOWAIT ] { 2 }
- Constant [ public integer CHANGE ] { 2 }
- Constant [ public integer RENAME ] { 1 }
- Constant [ public integer READABLE ] { 1 }
- Constant [ public integer WRITABLE ] { 2 }
- Constant [ public integer O_RDONLY ] { 0 }
- Constant [ public integer O_WRONLY ] { 1 }
- Constant [ public integer O_RDWR ] { 2 }
- Constant [ public integer O_CREAT ] { 64 }
- Constant [ public integer O_EXCL ] { 128 }
- Constant [ public integer O_TRUNC ] { 512 }
- Constant [ public integer O_APPEND ] { 1024 }
- Constant [ public integer S_IFDIR ] { 16384 }
- Constant [ public integer S_IFREG ] { 32768 }
- Constant [ public integer O_NOCTTY ] { 256 }
- Constant [ public integer S_IRWXU ] { 448 }
- Constant [ public integer S_IRUSR ] { 256 }
- Constant [ public integer S_IWUSR ] { 128 }
- Constant [ public integer S_IXUSR ] { 64 }
- Constant [ public integer S_IRWXG ] { 56 }
- Constant [ public integer S_IRGRP ] { 32 }
- Constant [ public integer S_IWGRP ] { 16 }
- Constant [ public integer S_IXGRP ] { 8 }
- Constant [ public integer S_IRWXO ] { 7 }
- Constant [ public integer S_IROTH ] { 4 }
- Constant [ public integer S_IWOTH ] { 2 }
- Constant [ public integer S_IXOTH ] { 1 }
- Constant [ public integer SIG_IGN ] { 1 }
- Constant [ public integer SIG_DFL ] { 0 }
- Constant [ public integer SIG_ERR ] { -1 }
- Constant [ public integer SIGHUP ] { 1 }
- Constant [ public integer SIGINT ] { 2 }
- Constant [ public integer SIGQUIT ] { 3 }
- Constant [ public integer SIGILL ] { 4 }
- Constant [ public integer SIGTRAP ] { 5 }
- Constant [ public integer SIGABRT ] { 6 }
- Constant [ public integer SIGIOT ] { 6 }
- Constant [ public integer SIGBUS ] { 7 }
- Constant [ public integer SIGFPE ] { 8 }
- Constant [ public integer SIGKILL ] { 9 }
- Constant [ public integer SIGUSR1 ] { 10 }
- Constant [ public integer SIGSEGV ] { 11 }
- Constant [ public integer SIGUSR2 ] { 12 }
- Constant [ public integer SIGPIPE ] { 13 }
- Constant [ public integer SIGALRM ] { 14 }
- Constant [ public integer SIGTERM ] { 15 }
- Constant [ public integer SIGSTKFLT ] { 16 }
- Constant [ public integer SIGCLD ] { 17 }
- Constant [ public integer SIGCHLD ] { 17 }
- Constant [ public integer SIGCONT ] { 18 }
- Constant [ public integer SIGSTOP ] { 19 }
- Constant [ public integer SIGTSTP ] { 20 }
- Constant [ public integer SIGTTIN ] { 21 }
- Constant [ public integer SIGTTOU ] { 22 }
- Constant [ public integer SIGURG ] { 23 }
- Constant [ public integer SIGXCPU ] { 24 }
- Constant [ public integer SIGXFSZ ] { 25 }
- Constant [ public integer SIGVTALRM ] { 26 }
- Constant [ public integer SIGPROF ] { 27 }
- Constant [ public integer SIGWINCH ] { 28 }
- Constant [ public integer SIGPOLL ] { 29 }
- Constant [ public integer SIGIO ] { 29 }
- Constant [ public integer SIGPWR ] { 30 }
- Constant [ public integer SIGSYS ] { 31 }
- Constant [ public integer SIGBABY ] { 31 }
- Constant [ public integer AF_INET ] { 2 }
- Constant [ public integer AF_INET6 ] { 10 }
- Constant [ public integer AF_UNSPEC ] { 0 }
- Constant [ public integer LEAVE_GROUP ] { 0 }
- Constant [ public integer JOIN_GROUP ] { 1 }
- Constant [ public integer IS_UV_TCP ] { 0 }
- Constant [ public integer IS_UV_UDP ] { 1 }
- Constant [ public integer IS_UV_PIPE ] { 2 }
- Constant [ public integer IS_UV_IDLE ] { 3 }
- Constant [ public integer IS_UV_TIMER ] { 4 }
- Constant [ public integer IS_UV_ASYNC ] { 5 }
- Constant [ public integer IS_UV_LOOP ] { 6 }
- Constant [ public integer IS_UV_HANDLE ] { 7 }
- Constant [ public integer IS_UV_STREAM ] { 8 }
- Constant [ public integer IS_UV_ADDRINFO ] { 9 }
- Constant [ public integer IS_UV_PROCESS ] { 10 }
- Constant [ public integer IS_UV_PREPARE ] { 11 }
- Constant [ public integer IS_UV_CHECK ] { 12 }
- Constant [ public integer IS_UV_WORK ] { 13 }
- Constant [ public integer IS_UV_FS ] { 14 }
- Constant [ public integer IS_UV_FS_EVENT ] { 15 }
- Constant [ public integer IS_UV_TTY ] { 16 }
- Constant [ public integer IS_UV_FS_POLL ] { 17 }
- Constant [ public integer IS_UV_POLL ] { 18 }
- Constant [ public integer UNKNOWN_HANDLE ] { 0 }
- Constant [ public integer FILE ] { 17 }
- Constant [ public integer ASYNC ] { 1 }
- Constant [ public integer CHECK ] { 2 }
- Constant [ public integer FS_EVENT ] { 3 }
- Constant [ public integer FS_POLL ] { 4 }
- Constant [ public integer HANDLE ] { 5 }
- Constant [ public integer IDLE ] { 6 }
- Constant [ public integer NAMED_PIPE ] { 7 }
- Constant [ public integer POLL ] { 8 }
- Constant [ public integer PREPARE ] { 9 }
- Constant [ public integer PROCESS ] { 10 }
- Constant [ public integer STREAM ] { 11 }
- Constant [ public integer TCP ] { 12 }
- Constant [ public integer TIMER ] { 13 }
- Constant [ public integer TTY ] { 14 }
- Constant [ public integer UDP ] { 15 }
- Constant [ public integer SIGNAL ] { 16 }
- Constant [ public integer HANDLE_TYPE_MAX ] { 18 }
- Constant [ public integer IGNORE ] { 0 }
- Constant [ public integer CREATE_PIPE ] { 1 }
- Constant [ public integer INHERIT_FD ] { 2 }
- Constant [ public integer INHERIT_STREAM ] { 4 }
- Constant [ public integer READABLE_PIPE ] { 16 }
- Constant [ public integer WRITABLE_PIPE ] { 32 }
- Constant [ public integer PROCESS_SETUID ] { 1 }
- Constant [ public integer PROCESS_SETGID ] { 2 }
- Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
- Constant [ public integer PROCESS_DETACHED ] { 8 }
- Constant [ public integer E2BIG ] { -7 }
- Constant [ public integer EACCES ] { -13 }
- Constant [ public integer EADDRINUSE ] { -98 }
- Constant [ public integer EADDRNOTAVAIL ] { -99 }
- Constant [ public integer EAFNOSUPPORT ] { -97 }
- Constant [ public integer EAGAIN ] { -11 }
- Constant [ public integer EAI_ADDRFAMILY ] { -3000 }
- Constant [ public integer EAI_AGAIN ] { -3001 }
- Constant [ public integer EAI_BADFLAGS ] { -3002 }
- Constant [ public integer EAI_BADHINTS ] { -3013 }
- Constant [ public integer EAI_CANCELED ] { -3003 }
- Constant [ public integer EAI_FAIL ] { -3004 }
- Constant [ public integer EAI_FAMILY ] { -3005 }
- Constant [ public integer EAI_MEMORY ] { -3006 }
- Constant [ public integer EAI_NODATA ] { -3007 }
- Constant [ public integer EAI_NONAME ] { -3008 }
- Constant [ public integer EAI_OVERFLOW ] { -3009 }
- Constant [ public integer EAI_PROTOCOL ] { -3014 }
- Constant [ public integer EAI_SERVICE ] { -3010 }
- Constant [ public integer EAI_SOCKTYPE ] { -3011 }
- Constant [ public integer EALREADY ] { -114 }
- Constant [ public integer EBADF ] { -9 }
- Constant [ public integer EBUSY ] { -16 }
- Constant [ public integer ECANCELED ] { -125 }
- Constant [ public integer ECHARSET ] { -4080 }
- Constant [ public integer ECONNABORTED ] { -103 }
- Constant [ public integer ECONNREFUSED ] { -111 }
- Constant [ public integer ECONNRESET ] { -104 }
- Constant [ public integer EDESTADDRREQ ] { -89 }
- Constant [ public integer EEXIST ] { -17 }
- Constant [ public integer EFAULT ] { -14 }
- Constant [ public integer EFBIG ] { -27 }
- Constant [ public integer EHOSTUNREACH ] { -113 }
- Constant [ public integer EINTR ] { -4 }
- Constant [ public integer EINVAL ] { -22 }
- Constant [ public integer EIO ] { -5 }
- Constant [ public integer EISCONN ] { -106 }
- Constant [ public integer EISDIR ] { -21 }
- Constant [ public integer ELOOP ] { -40 }
- Constant [ public integer EMFILE ] { -24 }
- Constant [ public integer EMSGSIZE ] { -90 }
- Constant [ public integer ENAMETOOLONG ] { -36 }
- Constant [ public integer ENETDOWN ] { -100 }
- Constant [ public integer ENETUNREACH ] { -101 }
- Constant [ public integer ENFILE ] { -23 }
- Constant [ public integer ENOBUFS ] { -105 }
- Constant [ public integer ENODEV ] { -19 }
- Constant [ public integer ENOENT ] { -2 }
- Constant [ public integer ENOMEM ] { -12 }
- Constant [ public integer ENONET ] { -64 }
- Constant [ public integer ENOPROTOOPT ] { -92 }
- Constant [ public integer ENOSPC ] { -28 }
- Constant [ public integer ENOSYS ] { -38 }
- Constant [ public integer ENOTCONN ] { -107 }
- Constant [ public integer ENOTDIR ] { -20 }
- Constant [ public integer ENOTEMPTY ] { -39 }
- Constant [ public integer ENOTSOCK ] { -88 }
- Constant [ public integer ENOTSUP ] { -95 }
- Constant [ public integer EPERM ] { -1 }
- Constant [ public integer EPIPE ] { -32 }
- Constant [ public integer EPROTO ] { -71 }
- Constant [ public integer EPROTONOSUPPORT ] { -93 }
- Constant [ public integer EPROTOTYPE ] { -91 }
- Constant [ public integer ERANGE ] { -34 }
- Constant [ public integer EROFS ] { -30 }
- Constant [ public integer ESHUTDOWN ] { -108 }
- Constant [ public integer ESPIPE ] { -29 }
- Constant [ public integer ESRCH ] { -3 }
- Constant [ public integer ETIMEDOUT ] { -110 }
- Constant [ public integer ETXTBSY ] { -26 }
- Constant [ public integer EXDEV ] { -18 }
- Constant [ public integer UNKNOWN ] { -4094 }
- Constant [ public integer EOF ] { -4095 }
- Constant [ public integer ENXIO ] { -6 }
- Constant [ public integer EMLINK ] { -31 }
- Constant [ public integer EHOSTDOWN ] { -112 }
- Constant [ public integer EREMOTEIO ] { -121 }
- Constant [ public integer ENOTTY ] { -25 }
- Constant [ public integer EFTYPE ] { -4028 }
+ - Constants [206] {
+ Constant [ public int RUN_DEFAULT ] { 0 }
+ Constant [ public int RUN_ONCE ] { 1 }
+ Constant [ public int RUN_NOWAIT ] { 2 }
+ Constant [ public int CHANGE ] { 2 }
+ Constant [ public int RENAME ] { 1 }
+ Constant [ public int READABLE ] { 1 }
+ Constant [ public int WRITABLE ] { 2 }
+ Constant [ public int O_RDONLY ] { 0 }
+ Constant [ public int O_WRONLY ] { 1 }
+ Constant [ public int O_RDWR ] { 2 }
+ Constant [ public int O_CREAT ] { 64 }
+ Constant [ public int O_EXCL ] { 128 }
+ Constant [ public int O_TRUNC ] { 512 }
+ Constant [ public int O_APPEND ] { 1024 }
+ Constant [ public int S_IFDIR ] { 16384 }
+ Constant [ public int S_IFREG ] { 32768 }
+ Constant [ public int O_NOCTTY ] { 256 }
+ Constant [ public int S_IRWXU ] { 448 }
+ Constant [ public int S_IRUSR ] { 256 }
+ Constant [ public int S_IWUSR ] { 128 }
+ Constant [ public int S_IXUSR ] { 64 }
+ Constant [ public int S_IRWXG ] { 56 }
+ Constant [ public int S_IRGRP ] { 32 }
+ Constant [ public int S_IWGRP ] { 16 }
+ Constant [ public int S_IXGRP ] { 8 }
+ Constant [ public int S_IRWXO ] { 7 }
+ Constant [ public int S_IROTH ] { 4 }
+ Constant [ public int S_IWOTH ] { 2 }
+ Constant [ public int S_IXOTH ] { 1 }
+ Constant [ public int SIG_IGN ] { 1 }
+ Constant [ public int SIG_DFL ] { 0 }
+ Constant [ public int SIG_ERR ] { -1 }
+ Constant [ public int SIGHUP ] { 1 }
+ Constant [ public int SIGINT ] { 2 }
+ Constant [ public int SIGQUIT ] { 3 }
+ Constant [ public int SIGILL ] { 4 }
+ Constant [ public int SIGTRAP ] { 5 }
+ Constant [ public int SIGABRT ] { 6 }
+ Constant [ public int SIGIOT ] { 6 }
+ Constant [ public int SIGBUS ] { 7 }
+ Constant [ public int SIGFPE ] { 8 }
+ Constant [ public int SIGKILL ] { 9 }
+ Constant [ public int SIGUSR1 ] { 10 }
+ Constant [ public int SIGSEGV ] { 11 }
+ Constant [ public int SIGUSR2 ] { 12 }
+ Constant [ public int SIGPIPE ] { 13 }
+ Constant [ public int SIGALRM ] { 14 }
+ Constant [ public int SIGTERM ] { 15 }
+ Constant [ public int SIGSTKFLT ] { 16 }
+ Constant [ public int SIGCLD ] { 17 }
+ Constant [ public int SIGCHLD ] { 17 }
+ Constant [ public int SIGCONT ] { 18 }
+ Constant [ public int SIGSTOP ] { 19 }
+ Constant [ public int SIGTSTP ] { 20 }
+ Constant [ public int SIGTTIN ] { 21 }
+ Constant [ public int SIGTTOU ] { 22 }
+ Constant [ public int SIGURG ] { 23 }
+ Constant [ public int SIGXCPU ] { 24 }
+ Constant [ public int SIGXFSZ ] { 25 }
+ Constant [ public int SIGVTALRM ] { 26 }
+ Constant [ public int SIGPROF ] { 27 }
+ Constant [ public int SIGWINCH ] { 28 }
+ Constant [ public int SIGPOLL ] { 29 }
+ Constant [ public int SIGIO ] { 29 }
+ Constant [ public int SIGPWR ] { 30 }
+ Constant [ public int SIGSYS ] { 31 }
+ Constant [ public int SIGBABY ] { 31 }
+ Constant [ public int AF_INET ] { 2 }
+ Constant [ public int AF_INET6 ] { 10 }
+ Constant [ public int AF_UNSPEC ] { 0 }
+ Constant [ public int LEAVE_GROUP ] { 0 }
+ Constant [ public int JOIN_GROUP ] { 1 }
+ Constant [ public int IS_UV_TCP ] { 0 }
+ Constant [ public int IS_UV_UDP ] { 1 }
+ Constant [ public int IS_UV_PIPE ] { 2 }
+ Constant [ public int IS_UV_IDLE ] { 3 }
+ Constant [ public int IS_UV_TIMER ] { 4 }
+ Constant [ public int IS_UV_ASYNC ] { 5 }
+ Constant [ public int IS_UV_LOOP ] { 6 }
+ Constant [ public int IS_UV_HANDLE ] { 7 }
+ Constant [ public int IS_UV_STREAM ] { 8 }
+ Constant [ public int IS_UV_ADDRINFO ] { 9 }
+ Constant [ public int IS_UV_PROCESS ] { 10 }
+ Constant [ public int IS_UV_PREPARE ] { 11 }
+ Constant [ public int IS_UV_CHECK ] { 12 }
+ Constant [ public int IS_UV_WORK ] { 13 }
+ Constant [ public int IS_UV_FS ] { 14 }
+ Constant [ public int IS_UV_FS_EVENT ] { 15 }
+ Constant [ public int IS_UV_TTY ] { 16 }
+ Constant [ public int IS_UV_FS_POLL ] { 17 }
+ Constant [ public int IS_UV_POLL ] { 18 }
+ Constant [ public int UNKNOWN_HANDLE ] { 0 }
+ Constant [ public int FILE ] { 17 }
+ Constant [ public int ASYNC ] { 1 }
+ Constant [ public int CHECK ] { 2 }
+ Constant [ public int FS_EVENT ] { 3 }
+ Constant [ public int FS_POLL ] { 4 }
+ Constant [ public int HANDLE ] { 5 }
+ Constant [ public int IDLE ] { 6 }
+ Constant [ public int NAMED_PIPE ] { 7 }
+ Constant [ public int POLL ] { 8 }
+ Constant [ public int PREPARE ] { 9 }
+ Constant [ public int PROCESS ] { 10 }
+ Constant [ public int STREAM ] { 11 }
+ Constant [ public int TCP ] { 12 }
+ Constant [ public int TIMER ] { 13 }
+ Constant [ public int TTY ] { 14 }
+ Constant [ public int UDP ] { 15 }
+ Constant [ public int SIGNAL ] { 16 }
+ Constant [ public int HANDLE_TYPE_MAX ] { 18 }
+ Constant [ public int IGNORE ] { 0 }
+ Constant [ public int CREATE_PIPE ] { 1 }
+ Constant [ public int INHERIT_FD ] { 2 }
+ Constant [ public int INHERIT_STREAM ] { 4 }
+ Constant [ public int READABLE_PIPE ] { 16 }
+ Constant [ public int WRITABLE_PIPE ] { 32 }
+ Constant [ public int OVERLAPPED_PIPE ] { 64 }
+ Constant [ public int PROCESS_SETUID ] { 1 }
+ Constant [ public int PROCESS_SETGID ] { 2 }
+ Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
+ Constant [ public int PROCESS_DETACHED ] { 8 }
+ Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 }
+ Constant [ public int E2BIG ] { -7 }
+ Constant [ public int EACCES ] { -13 }
+ Constant [ public int EADDRINUSE ] { -98 }
+ Constant [ public int EADDRNOTAVAIL ] { -99 }
+ Constant [ public int EAFNOSUPPORT ] { -97 }
+ Constant [ public int EAGAIN ] { -11 }
+ Constant [ public int EAI_ADDRFAMILY ] { -3000 }
+ Constant [ public int EAI_AGAIN ] { -3001 }
+ Constant [ public int EAI_BADFLAGS ] { -3002 }
+ Constant [ public int EAI_BADHINTS ] { -3013 }
+ Constant [ public int EAI_CANCELED ] { -3003 }
+ Constant [ public int EAI_FAIL ] { -3004 }
+ Constant [ public int EAI_FAMILY ] { -3005 }
+ Constant [ public int EAI_MEMORY ] { -3006 }
+ Constant [ public int EAI_NODATA ] { -3007 }
+ Constant [ public int EAI_NONAME ] { -3008 }
+ Constant [ public int EAI_OVERFLOW ] { -3009 }
+ Constant [ public int EAI_PROTOCOL ] { -3014 }
+ Constant [ public int EAI_SERVICE ] { -3010 }
+ Constant [ public int EAI_SOCKTYPE ] { -3011 }
+ Constant [ public int EALREADY ] { -114 }
+ Constant [ public int EBADF ] { -9 }
+ Constant [ public int EBUSY ] { -16 }
+ Constant [ public int ECANCELED ] { -125 }
+ Constant [ public int ECHARSET ] { -4080 }
+ Constant [ public int ECONNABORTED ] { -103 }
+ Constant [ public int ECONNREFUSED ] { -111 }
+ Constant [ public int ECONNRESET ] { -104 }
+ Constant [ public int EDESTADDRREQ ] { -89 }
+ Constant [ public int EEXIST ] { -17 }
+ Constant [ public int EFAULT ] { -14 }
+ Constant [ public int EFBIG ] { -27 }
+ Constant [ public int EHOSTUNREACH ] { -113 }
+ Constant [ public int EINTR ] { -4 }
+ Constant [ public int EINVAL ] { -22 }
+ Constant [ public int EIO ] { -5 }
+ Constant [ public int EISCONN ] { -106 }
+ Constant [ public int EISDIR ] { -21 }
+ Constant [ public int ELOOP ] { -40 }
+ Constant [ public int EMFILE ] { -24 }
+ Constant [ public int EMSGSIZE ] { -90 }
+ Constant [ public int ENAMETOOLONG ] { -36 }
+ Constant [ public int ENETDOWN ] { -100 }
+ Constant [ public int ENETUNREACH ] { -101 }
+ Constant [ public int ENFILE ] { -23 }
+ Constant [ public int ENOBUFS ] { -105 }
+ Constant [ public int ENODEV ] { -19 }
+ Constant [ public int ENOENT ] { -2 }
+ Constant [ public int ENOMEM ] { -12 }
+ Constant [ public int ENONET ] { -64 }
+ Constant [ public int ENOPROTOOPT ] { -92 }
+ Constant [ public int ENOSPC ] { -28 }
+ Constant [ public int ENOSYS ] { -38 }
+ Constant [ public int ENOTCONN ] { -107 }
+ Constant [ public int ENOTDIR ] { -20 }
+ Constant [ public int ENOTEMPTY ] { -39 }
+ Constant [ public int ENOTSOCK ] { -88 }
+ Constant [ public int ENOTSUP ] { -95 }
+ Constant [ public int EOVERFLOW ] { -75 }
+ Constant [ public int EPERM ] { -1 }
+ Constant [ public int EPIPE ] { -32 }
+ Constant [ public int EPROTO ] { -71 }
+ Constant [ public int EPROTONOSUPPORT ] { -93 }
+ Constant [ public int EPROTOTYPE ] { -91 }
+ Constant [ public int ERANGE ] { -34 }
+ Constant [ public int EROFS ] { -30 }
+ Constant [ public int ESHUTDOWN ] { -108 }
+ Constant [ public int ESPIPE ] { -29 }
+ Constant [ public int ESRCH ] { -3 }
+ Constant [ public int ETIMEDOUT ] { -110 }
+ Constant [ public int ETXTBSY ] { -26 }
+ Constant [ public int EXDEV ] { -18 }
+ Constant [ public int UNKNOWN ] { -4094 }
+ Constant [ public int EOF ] { -4095 }
+ Constant [ public int ENXIO ] { -6 }
+ Constant [ public int EMLINK ] { -31 }
+ Constant [ public int EHOSTDOWN ] { -112 }
+ Constant [ public int EREMOTEIO ] { -121 }
+ Constant [ public int ENOTTY ] { -25 }
+ Constant [ public int EFTYPE ] { -4028 }
+ Constant [ public int EILSEQ ] { -84 }
+ Constant [ public int ESOCKTNOSUPPORT ] { -94 }
}
- Static properties [0] {
@@ -3145,206 +3289,213 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Class [ <internal:uv> final class UVPrepare extends UV ] {
- - Constants [199] {
- Constant [ public integer RUN_DEFAULT ] { 0 }
- Constant [ public integer RUN_ONCE ] { 1 }
- Constant [ public integer RUN_NOWAIT ] { 2 }
- Constant [ public integer CHANGE ] { 2 }
- Constant [ public integer RENAME ] { 1 }
- Constant [ public integer READABLE ] { 1 }
- Constant [ public integer WRITABLE ] { 2 }
- Constant [ public integer O_RDONLY ] { 0 }
- Constant [ public integer O_WRONLY ] { 1 }
- Constant [ public integer O_RDWR ] { 2 }
- Constant [ public integer O_CREAT ] { 64 }
- Constant [ public integer O_EXCL ] { 128 }
- Constant [ public integer O_TRUNC ] { 512 }
- Constant [ public integer O_APPEND ] { 1024 }
- Constant [ public integer S_IFDIR ] { 16384 }
- Constant [ public integer S_IFREG ] { 32768 }
- Constant [ public integer O_NOCTTY ] { 256 }
- Constant [ public integer S_IRWXU ] { 448 }
- Constant [ public integer S_IRUSR ] { 256 }
- Constant [ public integer S_IWUSR ] { 128 }
- Constant [ public integer S_IXUSR ] { 64 }
- Constant [ public integer S_IRWXG ] { 56 }
- Constant [ public integer S_IRGRP ] { 32 }
- Constant [ public integer S_IWGRP ] { 16 }
- Constant [ public integer S_IXGRP ] { 8 }
- Constant [ public integer S_IRWXO ] { 7 }
- Constant [ public integer S_IROTH ] { 4 }
- Constant [ public integer S_IWOTH ] { 2 }
- Constant [ public integer S_IXOTH ] { 1 }
- Constant [ public integer SIG_IGN ] { 1 }
- Constant [ public integer SIG_DFL ] { 0 }
- Constant [ public integer SIG_ERR ] { -1 }
- Constant [ public integer SIGHUP ] { 1 }
- Constant [ public integer SIGINT ] { 2 }
- Constant [ public integer SIGQUIT ] { 3 }
- Constant [ public integer SIGILL ] { 4 }
- Constant [ public integer SIGTRAP ] { 5 }
- Constant [ public integer SIGABRT ] { 6 }
- Constant [ public integer SIGIOT ] { 6 }
- Constant [ public integer SIGBUS ] { 7 }
- Constant [ public integer SIGFPE ] { 8 }
- Constant [ public integer SIGKILL ] { 9 }
- Constant [ public integer SIGUSR1 ] { 10 }
- Constant [ public integer SIGSEGV ] { 11 }
- Constant [ public integer SIGUSR2 ] { 12 }
- Constant [ public integer SIGPIPE ] { 13 }
- Constant [ public integer SIGALRM ] { 14 }
- Constant [ public integer SIGTERM ] { 15 }
- Constant [ public integer SIGSTKFLT ] { 16 }
- Constant [ public integer SIGCLD ] { 17 }
- Constant [ public integer SIGCHLD ] { 17 }
- Constant [ public integer SIGCONT ] { 18 }
- Constant [ public integer SIGSTOP ] { 19 }
- Constant [ public integer SIGTSTP ] { 20 }
- Constant [ public integer SIGTTIN ] { 21 }
- Constant [ public integer SIGTTOU ] { 22 }
- Constant [ public integer SIGURG ] { 23 }
- Constant [ public integer SIGXCPU ] { 24 }
- Constant [ public integer SIGXFSZ ] { 25 }
- Constant [ public integer SIGVTALRM ] { 26 }
- Constant [ public integer SIGPROF ] { 27 }
- Constant [ public integer SIGWINCH ] { 28 }
- Constant [ public integer SIGPOLL ] { 29 }
- Constant [ public integer SIGIO ] { 29 }
- Constant [ public integer SIGPWR ] { 30 }
- Constant [ public integer SIGSYS ] { 31 }
- Constant [ public integer SIGBABY ] { 31 }
- Constant [ public integer AF_INET ] { 2 }
- Constant [ public integer AF_INET6 ] { 10 }
- Constant [ public integer AF_UNSPEC ] { 0 }
- Constant [ public integer LEAVE_GROUP ] { 0 }
- Constant [ public integer JOIN_GROUP ] { 1 }
- Constant [ public integer IS_UV_TCP ] { 0 }
- Constant [ public integer IS_UV_UDP ] { 1 }
- Constant [ public integer IS_UV_PIPE ] { 2 }
- Constant [ public integer IS_UV_IDLE ] { 3 }
- Constant [ public integer IS_UV_TIMER ] { 4 }
- Constant [ public integer IS_UV_ASYNC ] { 5 }
- Constant [ public integer IS_UV_LOOP ] { 6 }
- Constant [ public integer IS_UV_HANDLE ] { 7 }
- Constant [ public integer IS_UV_STREAM ] { 8 }
- Constant [ public integer IS_UV_ADDRINFO ] { 9 }
- Constant [ public integer IS_UV_PROCESS ] { 10 }
- Constant [ public integer IS_UV_PREPARE ] { 11 }
- Constant [ public integer IS_UV_CHECK ] { 12 }
- Constant [ public integer IS_UV_WORK ] { 13 }
- Constant [ public integer IS_UV_FS ] { 14 }
- Constant [ public integer IS_UV_FS_EVENT ] { 15 }
- Constant [ public integer IS_UV_TTY ] { 16 }
- Constant [ public integer IS_UV_FS_POLL ] { 17 }
- Constant [ public integer IS_UV_POLL ] { 18 }
- Constant [ public integer UNKNOWN_HANDLE ] { 0 }
- Constant [ public integer FILE ] { 17 }
- Constant [ public integer ASYNC ] { 1 }
- Constant [ public integer CHECK ] { 2 }
- Constant [ public integer FS_EVENT ] { 3 }
- Constant [ public integer FS_POLL ] { 4 }
- Constant [ public integer HANDLE ] { 5 }
- Constant [ public integer IDLE ] { 6 }
- Constant [ public integer NAMED_PIPE ] { 7 }
- Constant [ public integer POLL ] { 8 }
- Constant [ public integer PREPARE ] { 9 }
- Constant [ public integer PROCESS ] { 10 }
- Constant [ public integer STREAM ] { 11 }
- Constant [ public integer TCP ] { 12 }
- Constant [ public integer TIMER ] { 13 }
- Constant [ public integer TTY ] { 14 }
- Constant [ public integer UDP ] { 15 }
- Constant [ public integer SIGNAL ] { 16 }
- Constant [ public integer HANDLE_TYPE_MAX ] { 18 }
- Constant [ public integer IGNORE ] { 0 }
- Constant [ public integer CREATE_PIPE ] { 1 }
- Constant [ public integer INHERIT_FD ] { 2 }
- Constant [ public integer INHERIT_STREAM ] { 4 }
- Constant [ public integer READABLE_PIPE ] { 16 }
- Constant [ public integer WRITABLE_PIPE ] { 32 }
- Constant [ public integer PROCESS_SETUID ] { 1 }
- Constant [ public integer PROCESS_SETGID ] { 2 }
- Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
- Constant [ public integer PROCESS_DETACHED ] { 8 }
- Constant [ public integer E2BIG ] { -7 }
- Constant [ public integer EACCES ] { -13 }
- Constant [ public integer EADDRINUSE ] { -98 }
- Constant [ public integer EADDRNOTAVAIL ] { -99 }
- Constant [ public integer EAFNOSUPPORT ] { -97 }
- Constant [ public integer EAGAIN ] { -11 }
- Constant [ public integer EAI_ADDRFAMILY ] { -3000 }
- Constant [ public integer EAI_AGAIN ] { -3001 }
- Constant [ public integer EAI_BADFLAGS ] { -3002 }
- Constant [ public integer EAI_BADHINTS ] { -3013 }
- Constant [ public integer EAI_CANCELED ] { -3003 }
- Constant [ public integer EAI_FAIL ] { -3004 }
- Constant [ public integer EAI_FAMILY ] { -3005 }
- Constant [ public integer EAI_MEMORY ] { -3006 }
- Constant [ public integer EAI_NODATA ] { -3007 }
- Constant [ public integer EAI_NONAME ] { -3008 }
- Constant [ public integer EAI_OVERFLOW ] { -3009 }
- Constant [ public integer EAI_PROTOCOL ] { -3014 }
- Constant [ public integer EAI_SERVICE ] { -3010 }
- Constant [ public integer EAI_SOCKTYPE ] { -3011 }
- Constant [ public integer EALREADY ] { -114 }
- Constant [ public integer EBADF ] { -9 }
- Constant [ public integer EBUSY ] { -16 }
- Constant [ public integer ECANCELED ] { -125 }
- Constant [ public integer ECHARSET ] { -4080 }
- Constant [ public integer ECONNABORTED ] { -103 }
- Constant [ public integer ECONNREFUSED ] { -111 }
- Constant [ public integer ECONNRESET ] { -104 }
- Constant [ public integer EDESTADDRREQ ] { -89 }
- Constant [ public integer EEXIST ] { -17 }
- Constant [ public integer EFAULT ] { -14 }
- Constant [ public integer EFBIG ] { -27 }
- Constant [ public integer EHOSTUNREACH ] { -113 }
- Constant [ public integer EINTR ] { -4 }
- Constant [ public integer EINVAL ] { -22 }
- Constant [ public integer EIO ] { -5 }
- Constant [ public integer EISCONN ] { -106 }
- Constant [ public integer EISDIR ] { -21 }
- Constant [ public integer ELOOP ] { -40 }
- Constant [ public integer EMFILE ] { -24 }
- Constant [ public integer EMSGSIZE ] { -90 }
- Constant [ public integer ENAMETOOLONG ] { -36 }
- Constant [ public integer ENETDOWN ] { -100 }
- Constant [ public integer ENETUNREACH ] { -101 }
- Constant [ public integer ENFILE ] { -23 }
- Constant [ public integer ENOBUFS ] { -105 }
- Constant [ public integer ENODEV ] { -19 }
- Constant [ public integer ENOENT ] { -2 }
- Constant [ public integer ENOMEM ] { -12 }
- Constant [ public integer ENONET ] { -64 }
- Constant [ public integer ENOPROTOOPT ] { -92 }
- Constant [ public integer ENOSPC ] { -28 }
- Constant [ public integer ENOSYS ] { -38 }
- Constant [ public integer ENOTCONN ] { -107 }
- Constant [ public integer ENOTDIR ] { -20 }
- Constant [ public integer ENOTEMPTY ] { -39 }
- Constant [ public integer ENOTSOCK ] { -88 }
- Constant [ public integer ENOTSUP ] { -95 }
- Constant [ public integer EPERM ] { -1 }
- Constant [ public integer EPIPE ] { -32 }
- Constant [ public integer EPROTO ] { -71 }
- Constant [ public integer EPROTONOSUPPORT ] { -93 }
- Constant [ public integer EPROTOTYPE ] { -91 }
- Constant [ public integer ERANGE ] { -34 }
- Constant [ public integer EROFS ] { -30 }
- Constant [ public integer ESHUTDOWN ] { -108 }
- Constant [ public integer ESPIPE ] { -29 }
- Constant [ public integer ESRCH ] { -3 }
- Constant [ public integer ETIMEDOUT ] { -110 }
- Constant [ public integer ETXTBSY ] { -26 }
- Constant [ public integer EXDEV ] { -18 }
- Constant [ public integer UNKNOWN ] { -4094 }
- Constant [ public integer EOF ] { -4095 }
- Constant [ public integer ENXIO ] { -6 }
- Constant [ public integer EMLINK ] { -31 }
- Constant [ public integer EHOSTDOWN ] { -112 }
- Constant [ public integer EREMOTEIO ] { -121 }
- Constant [ public integer ENOTTY ] { -25 }
- Constant [ public integer EFTYPE ] { -4028 }
+ - Constants [206] {
+ Constant [ public int RUN_DEFAULT ] { 0 }
+ Constant [ public int RUN_ONCE ] { 1 }
+ Constant [ public int RUN_NOWAIT ] { 2 }
+ Constant [ public int CHANGE ] { 2 }
+ Constant [ public int RENAME ] { 1 }
+ Constant [ public int READABLE ] { 1 }
+ Constant [ public int WRITABLE ] { 2 }
+ Constant [ public int O_RDONLY ] { 0 }
+ Constant [ public int O_WRONLY ] { 1 }
+ Constant [ public int O_RDWR ] { 2 }
+ Constant [ public int O_CREAT ] { 64 }
+ Constant [ public int O_EXCL ] { 128 }
+ Constant [ public int O_TRUNC ] { 512 }
+ Constant [ public int O_APPEND ] { 1024 }
+ Constant [ public int S_IFDIR ] { 16384 }
+ Constant [ public int S_IFREG ] { 32768 }
+ Constant [ public int O_NOCTTY ] { 256 }
+ Constant [ public int S_IRWXU ] { 448 }
+ Constant [ public int S_IRUSR ] { 256 }
+ Constant [ public int S_IWUSR ] { 128 }
+ Constant [ public int S_IXUSR ] { 64 }
+ Constant [ public int S_IRWXG ] { 56 }
+ Constant [ public int S_IRGRP ] { 32 }
+ Constant [ public int S_IWGRP ] { 16 }
+ Constant [ public int S_IXGRP ] { 8 }
+ Constant [ public int S_IRWXO ] { 7 }
+ Constant [ public int S_IROTH ] { 4 }
+ Constant [ public int S_IWOTH ] { 2 }
+ Constant [ public int S_IXOTH ] { 1 }
+ Constant [ public int SIG_IGN ] { 1 }
+ Constant [ public int SIG_DFL ] { 0 }
+ Constant [ public int SIG_ERR ] { -1 }
+ Constant [ public int SIGHUP ] { 1 }
+ Constant [ public int SIGINT ] { 2 }
+ Constant [ public int SIGQUIT ] { 3 }
+ Constant [ public int SIGILL ] { 4 }
+ Constant [ public int SIGTRAP ] { 5 }
+ Constant [ public int SIGABRT ] { 6 }
+ Constant [ public int SIGIOT ] { 6 }
+ Constant [ public int SIGBUS ] { 7 }
+ Constant [ public int SIGFPE ] { 8 }
+ Constant [ public int SIGKILL ] { 9 }
+ Constant [ public int SIGUSR1 ] { 10 }
+ Constant [ public int SIGSEGV ] { 11 }
+ Constant [ public int SIGUSR2 ] { 12 }
+ Constant [ public int SIGPIPE ] { 13 }
+ Constant [ public int SIGALRM ] { 14 }
+ Constant [ public int SIGTERM ] { 15 }
+ Constant [ public int SIGSTKFLT ] { 16 }
+ Constant [ public int SIGCLD ] { 17 }
+ Constant [ public int SIGCHLD ] { 17 }
+ Constant [ public int SIGCONT ] { 18 }
+ Constant [ public int SIGSTOP ] { 19 }
+ Constant [ public int SIGTSTP ] { 20 }
+ Constant [ public int SIGTTIN ] { 21 }
+ Constant [ public int SIGTTOU ] { 22 }
+ Constant [ public int SIGURG ] { 23 }
+ Constant [ public int SIGXCPU ] { 24 }
+ Constant [ public int SIGXFSZ ] { 25 }
+ Constant [ public int SIGVTALRM ] { 26 }
+ Constant [ public int SIGPROF ] { 27 }
+ Constant [ public int SIGWINCH ] { 28 }
+ Constant [ public int SIGPOLL ] { 29 }
+ Constant [ public int SIGIO ] { 29 }
+ Constant [ public int SIGPWR ] { 30 }
+ Constant [ public int SIGSYS ] { 31 }
+ Constant [ public int SIGBABY ] { 31 }
+ Constant [ public int AF_INET ] { 2 }
+ Constant [ public int AF_INET6 ] { 10 }
+ Constant [ public int AF_UNSPEC ] { 0 }
+ Constant [ public int LEAVE_GROUP ] { 0 }
+ Constant [ public int JOIN_GROUP ] { 1 }
+ Constant [ public int IS_UV_TCP ] { 0 }
+ Constant [ public int IS_UV_UDP ] { 1 }
+ Constant [ public int IS_UV_PIPE ] { 2 }
+ Constant [ public int IS_UV_IDLE ] { 3 }
+ Constant [ public int IS_UV_TIMER ] { 4 }
+ Constant [ public int IS_UV_ASYNC ] { 5 }
+ Constant [ public int IS_UV_LOOP ] { 6 }
+ Constant [ public int IS_UV_HANDLE ] { 7 }
+ Constant [ public int IS_UV_STREAM ] { 8 }
+ Constant [ public int IS_UV_ADDRINFO ] { 9 }
+ Constant [ public int IS_UV_PROCESS ] { 10 }
+ Constant [ public int IS_UV_PREPARE ] { 11 }
+ Constant [ public int IS_UV_CHECK ] { 12 }
+ Constant [ public int IS_UV_WORK ] { 13 }
+ Constant [ public int IS_UV_FS ] { 14 }
+ Constant [ public int IS_UV_FS_EVENT ] { 15 }
+ Constant [ public int IS_UV_TTY ] { 16 }
+ Constant [ public int IS_UV_FS_POLL ] { 17 }
+ Constant [ public int IS_UV_POLL ] { 18 }
+ Constant [ public int UNKNOWN_HANDLE ] { 0 }
+ Constant [ public int FILE ] { 17 }
+ Constant [ public int ASYNC ] { 1 }
+ Constant [ public int CHECK ] { 2 }
+ Constant [ public int FS_EVENT ] { 3 }
+ Constant [ public int FS_POLL ] { 4 }
+ Constant [ public int HANDLE ] { 5 }
+ Constant [ public int IDLE ] { 6 }
+ Constant [ public int NAMED_PIPE ] { 7 }
+ Constant [ public int POLL ] { 8 }
+ Constant [ public int PREPARE ] { 9 }
+ Constant [ public int PROCESS ] { 10 }
+ Constant [ public int STREAM ] { 11 }
+ Constant [ public int TCP ] { 12 }
+ Constant [ public int TIMER ] { 13 }
+ Constant [ public int TTY ] { 14 }
+ Constant [ public int UDP ] { 15 }
+ Constant [ public int SIGNAL ] { 16 }
+ Constant [ public int HANDLE_TYPE_MAX ] { 18 }
+ Constant [ public int IGNORE ] { 0 }
+ Constant [ public int CREATE_PIPE ] { 1 }
+ Constant [ public int INHERIT_FD ] { 2 }
+ Constant [ public int INHERIT_STREAM ] { 4 }
+ Constant [ public int READABLE_PIPE ] { 16 }
+ Constant [ public int WRITABLE_PIPE ] { 32 }
+ Constant [ public int OVERLAPPED_PIPE ] { 64 }
+ Constant [ public int PROCESS_SETUID ] { 1 }
+ Constant [ public int PROCESS_SETGID ] { 2 }
+ Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
+ Constant [ public int PROCESS_DETACHED ] { 8 }
+ Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 }
+ Constant [ public int E2BIG ] { -7 }
+ Constant [ public int EACCES ] { -13 }
+ Constant [ public int EADDRINUSE ] { -98 }
+ Constant [ public int EADDRNOTAVAIL ] { -99 }
+ Constant [ public int EAFNOSUPPORT ] { -97 }
+ Constant [ public int EAGAIN ] { -11 }
+ Constant [ public int EAI_ADDRFAMILY ] { -3000 }
+ Constant [ public int EAI_AGAIN ] { -3001 }
+ Constant [ public int EAI_BADFLAGS ] { -3002 }
+ Constant [ public int EAI_BADHINTS ] { -3013 }
+ Constant [ public int EAI_CANCELED ] { -3003 }
+ Constant [ public int EAI_FAIL ] { -3004 }
+ Constant [ public int EAI_FAMILY ] { -3005 }
+ Constant [ public int EAI_MEMORY ] { -3006 }
+ Constant [ public int EAI_NODATA ] { -3007 }
+ Constant [ public int EAI_NONAME ] { -3008 }
+ Constant [ public int EAI_OVERFLOW ] { -3009 }
+ Constant [ public int EAI_PROTOCOL ] { -3014 }
+ Constant [ public int EAI_SERVICE ] { -3010 }
+ Constant [ public int EAI_SOCKTYPE ] { -3011 }
+ Constant [ public int EALREADY ] { -114 }
+ Constant [ public int EBADF ] { -9 }
+ Constant [ public int EBUSY ] { -16 }
+ Constant [ public int ECANCELED ] { -125 }
+ Constant [ public int ECHARSET ] { -4080 }
+ Constant [ public int ECONNABORTED ] { -103 }
+ Constant [ public int ECONNREFUSED ] { -111 }
+ Constant [ public int ECONNRESET ] { -104 }
+ Constant [ public int EDESTADDRREQ ] { -89 }
+ Constant [ public int EEXIST ] { -17 }
+ Constant [ public int EFAULT ] { -14 }
+ Constant [ public int EFBIG ] { -27 }
+ Constant [ public int EHOSTUNREACH ] { -113 }
+ Constant [ public int EINTR ] { -4 }
+ Constant [ public int EINVAL ] { -22 }
+ Constant [ public int EIO ] { -5 }
+ Constant [ public int EISCONN ] { -106 }
+ Constant [ public int EISDIR ] { -21 }
+ Constant [ public int ELOOP ] { -40 }
+ Constant [ public int EMFILE ] { -24 }
+ Constant [ public int EMSGSIZE ] { -90 }
+ Constant [ public int ENAMETOOLONG ] { -36 }
+ Constant [ public int ENETDOWN ] { -100 }
+ Constant [ public int ENETUNREACH ] { -101 }
+ Constant [ public int ENFILE ] { -23 }
+ Constant [ public int ENOBUFS ] { -105 }
+ Constant [ public int ENODEV ] { -19 }
+ Constant [ public int ENOENT ] { -2 }
+ Constant [ public int ENOMEM ] { -12 }
+ Constant [ public int ENONET ] { -64 }
+ Constant [ public int ENOPROTOOPT ] { -92 }
+ Constant [ public int ENOSPC ] { -28 }
+ Constant [ public int ENOSYS ] { -38 }
+ Constant [ public int ENOTCONN ] { -107 }
+ Constant [ public int ENOTDIR ] { -20 }
+ Constant [ public int ENOTEMPTY ] { -39 }
+ Constant [ public int ENOTSOCK ] { -88 }
+ Constant [ public int ENOTSUP ] { -95 }
+ Constant [ public int EOVERFLOW ] { -75 }
+ Constant [ public int EPERM ] { -1 }
+ Constant [ public int EPIPE ] { -32 }
+ Constant [ public int EPROTO ] { -71 }
+ Constant [ public int EPROTONOSUPPORT ] { -93 }
+ Constant [ public int EPROTOTYPE ] { -91 }
+ Constant [ public int ERANGE ] { -34 }
+ Constant [ public int EROFS ] { -30 }
+ Constant [ public int ESHUTDOWN ] { -108 }
+ Constant [ public int ESPIPE ] { -29 }
+ Constant [ public int ESRCH ] { -3 }
+ Constant [ public int ETIMEDOUT ] { -110 }
+ Constant [ public int ETXTBSY ] { -26 }
+ Constant [ public int EXDEV ] { -18 }
+ Constant [ public int UNKNOWN ] { -4094 }
+ Constant [ public int EOF ] { -4095 }
+ Constant [ public int ENXIO ] { -6 }
+ Constant [ public int EMLINK ] { -31 }
+ Constant [ public int EHOSTDOWN ] { -112 }
+ Constant [ public int EREMOTEIO ] { -121 }
+ Constant [ public int ENOTTY ] { -25 }
+ Constant [ public int EFTYPE ] { -4028 }
+ Constant [ public int EILSEQ ] { -84 }
+ Constant [ public int ESOCKTNOSUPPORT ] { -94 }
}
- Static properties [0] {
@@ -3362,206 +3513,213 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Class [ <internal:uv> final class UVCheck extends UV ] {
- - Constants [199] {
- Constant [ public integer RUN_DEFAULT ] { 0 }
- Constant [ public integer RUN_ONCE ] { 1 }
- Constant [ public integer RUN_NOWAIT ] { 2 }
- Constant [ public integer CHANGE ] { 2 }
- Constant [ public integer RENAME ] { 1 }
- Constant [ public integer READABLE ] { 1 }
- Constant [ public integer WRITABLE ] { 2 }
- Constant [ public integer O_RDONLY ] { 0 }
- Constant [ public integer O_WRONLY ] { 1 }
- Constant [ public integer O_RDWR ] { 2 }
- Constant [ public integer O_CREAT ] { 64 }
- Constant [ public integer O_EXCL ] { 128 }
- Constant [ public integer O_TRUNC ] { 512 }
- Constant [ public integer O_APPEND ] { 1024 }
- Constant [ public integer S_IFDIR ] { 16384 }
- Constant [ public integer S_IFREG ] { 32768 }
- Constant [ public integer O_NOCTTY ] { 256 }
- Constant [ public integer S_IRWXU ] { 448 }
- Constant [ public integer S_IRUSR ] { 256 }
- Constant [ public integer S_IWUSR ] { 128 }
- Constant [ public integer S_IXUSR ] { 64 }
- Constant [ public integer S_IRWXG ] { 56 }
- Constant [ public integer S_IRGRP ] { 32 }
- Constant [ public integer S_IWGRP ] { 16 }
- Constant [ public integer S_IXGRP ] { 8 }
- Constant [ public integer S_IRWXO ] { 7 }
- Constant [ public integer S_IROTH ] { 4 }
- Constant [ public integer S_IWOTH ] { 2 }
- Constant [ public integer S_IXOTH ] { 1 }
- Constant [ public integer SIG_IGN ] { 1 }
- Constant [ public integer SIG_DFL ] { 0 }
- Constant [ public integer SIG_ERR ] { -1 }
- Constant [ public integer SIGHUP ] { 1 }
- Constant [ public integer SIGINT ] { 2 }
- Constant [ public integer SIGQUIT ] { 3 }
- Constant [ public integer SIGILL ] { 4 }
- Constant [ public integer SIGTRAP ] { 5 }
- Constant [ public integer SIGABRT ] { 6 }
- Constant [ public integer SIGIOT ] { 6 }
- Constant [ public integer SIGBUS ] { 7 }
- Constant [ public integer SIGFPE ] { 8 }
- Constant [ public integer SIGKILL ] { 9 }
- Constant [ public integer SIGUSR1 ] { 10 }
- Constant [ public integer SIGSEGV ] { 11 }
- Constant [ public integer SIGUSR2 ] { 12 }
- Constant [ public integer SIGPIPE ] { 13 }
- Constant [ public integer SIGALRM ] { 14 }
- Constant [ public integer SIGTERM ] { 15 }
- Constant [ public integer SIGSTKFLT ] { 16 }
- Constant [ public integer SIGCLD ] { 17 }
- Constant [ public integer SIGCHLD ] { 17 }
- Constant [ public integer SIGCONT ] { 18 }
- Constant [ public integer SIGSTOP ] { 19 }
- Constant [ public integer SIGTSTP ] { 20 }
- Constant [ public integer SIGTTIN ] { 21 }
- Constant [ public integer SIGTTOU ] { 22 }
- Constant [ public integer SIGURG ] { 23 }
- Constant [ public integer SIGXCPU ] { 24 }
- Constant [ public integer SIGXFSZ ] { 25 }
- Constant [ public integer SIGVTALRM ] { 26 }
- Constant [ public integer SIGPROF ] { 27 }
- Constant [ public integer SIGWINCH ] { 28 }
- Constant [ public integer SIGPOLL ] { 29 }
- Constant [ public integer SIGIO ] { 29 }
- Constant [ public integer SIGPWR ] { 30 }
- Constant [ public integer SIGSYS ] { 31 }
- Constant [ public integer SIGBABY ] { 31 }
- Constant [ public integer AF_INET ] { 2 }
- Constant [ public integer AF_INET6 ] { 10 }
- Constant [ public integer AF_UNSPEC ] { 0 }
- Constant [ public integer LEAVE_GROUP ] { 0 }
- Constant [ public integer JOIN_GROUP ] { 1 }
- Constant [ public integer IS_UV_TCP ] { 0 }
- Constant [ public integer IS_UV_UDP ] { 1 }
- Constant [ public integer IS_UV_PIPE ] { 2 }
- Constant [ public integer IS_UV_IDLE ] { 3 }
- Constant [ public integer IS_UV_TIMER ] { 4 }
- Constant [ public integer IS_UV_ASYNC ] { 5 }
- Constant [ public integer IS_UV_LOOP ] { 6 }
- Constant [ public integer IS_UV_HANDLE ] { 7 }
- Constant [ public integer IS_UV_STREAM ] { 8 }
- Constant [ public integer IS_UV_ADDRINFO ] { 9 }
- Constant [ public integer IS_UV_PROCESS ] { 10 }
- Constant [ public integer IS_UV_PREPARE ] { 11 }
- Constant [ public integer IS_UV_CHECK ] { 12 }
- Constant [ public integer IS_UV_WORK ] { 13 }
- Constant [ public integer IS_UV_FS ] { 14 }
- Constant [ public integer IS_UV_FS_EVENT ] { 15 }
- Constant [ public integer IS_UV_TTY ] { 16 }
- Constant [ public integer IS_UV_FS_POLL ] { 17 }
- Constant [ public integer IS_UV_POLL ] { 18 }
- Constant [ public integer UNKNOWN_HANDLE ] { 0 }
- Constant [ public integer FILE ] { 17 }
- Constant [ public integer ASYNC ] { 1 }
- Constant [ public integer CHECK ] { 2 }
- Constant [ public integer FS_EVENT ] { 3 }
- Constant [ public integer FS_POLL ] { 4 }
- Constant [ public integer HANDLE ] { 5 }
- Constant [ public integer IDLE ] { 6 }
- Constant [ public integer NAMED_PIPE ] { 7 }
- Constant [ public integer POLL ] { 8 }
- Constant [ public integer PREPARE ] { 9 }
- Constant [ public integer PROCESS ] { 10 }
- Constant [ public integer STREAM ] { 11 }
- Constant [ public integer TCP ] { 12 }
- Constant [ public integer TIMER ] { 13 }
- Constant [ public integer TTY ] { 14 }
- Constant [ public integer UDP ] { 15 }
- Constant [ public integer SIGNAL ] { 16 }
- Constant [ public integer HANDLE_TYPE_MAX ] { 18 }
- Constant [ public integer IGNORE ] { 0 }
- Constant [ public integer CREATE_PIPE ] { 1 }
- Constant [ public integer INHERIT_FD ] { 2 }
- Constant [ public integer INHERIT_STREAM ] { 4 }
- Constant [ public integer READABLE_PIPE ] { 16 }
- Constant [ public integer WRITABLE_PIPE ] { 32 }
- Constant [ public integer PROCESS_SETUID ] { 1 }
- Constant [ public integer PROCESS_SETGID ] { 2 }
- Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
- Constant [ public integer PROCESS_DETACHED ] { 8 }
- Constant [ public integer E2BIG ] { -7 }
- Constant [ public integer EACCES ] { -13 }
- Constant [ public integer EADDRINUSE ] { -98 }
- Constant [ public integer EADDRNOTAVAIL ] { -99 }
- Constant [ public integer EAFNOSUPPORT ] { -97 }
- Constant [ public integer EAGAIN ] { -11 }
- Constant [ public integer EAI_ADDRFAMILY ] { -3000 }
- Constant [ public integer EAI_AGAIN ] { -3001 }
- Constant [ public integer EAI_BADFLAGS ] { -3002 }
- Constant [ public integer EAI_BADHINTS ] { -3013 }
- Constant [ public integer EAI_CANCELED ] { -3003 }
- Constant [ public integer EAI_FAIL ] { -3004 }
- Constant [ public integer EAI_FAMILY ] { -3005 }
- Constant [ public integer EAI_MEMORY ] { -3006 }
- Constant [ public integer EAI_NODATA ] { -3007 }
- Constant [ public integer EAI_NONAME ] { -3008 }
- Constant [ public integer EAI_OVERFLOW ] { -3009 }
- Constant [ public integer EAI_PROTOCOL ] { -3014 }
- Constant [ public integer EAI_SERVICE ] { -3010 }
- Constant [ public integer EAI_SOCKTYPE ] { -3011 }
- Constant [ public integer EALREADY ] { -114 }
- Constant [ public integer EBADF ] { -9 }
- Constant [ public integer EBUSY ] { -16 }
- Constant [ public integer ECANCELED ] { -125 }
- Constant [ public integer ECHARSET ] { -4080 }
- Constant [ public integer ECONNABORTED ] { -103 }
- Constant [ public integer ECONNREFUSED ] { -111 }
- Constant [ public integer ECONNRESET ] { -104 }
- Constant [ public integer EDESTADDRREQ ] { -89 }
- Constant [ public integer EEXIST ] { -17 }
- Constant [ public integer EFAULT ] { -14 }
- Constant [ public integer EFBIG ] { -27 }
- Constant [ public integer EHOSTUNREACH ] { -113 }
- Constant [ public integer EINTR ] { -4 }
- Constant [ public integer EINVAL ] { -22 }
- Constant [ public integer EIO ] { -5 }
- Constant [ public integer EISCONN ] { -106 }
- Constant [ public integer EISDIR ] { -21 }
- Constant [ public integer ELOOP ] { -40 }
- Constant [ public integer EMFILE ] { -24 }
- Constant [ public integer EMSGSIZE ] { -90 }
- Constant [ public integer ENAMETOOLONG ] { -36 }
- Constant [ public integer ENETDOWN ] { -100 }
- Constant [ public integer ENETUNREACH ] { -101 }
- Constant [ public integer ENFILE ] { -23 }
- Constant [ public integer ENOBUFS ] { -105 }
- Constant [ public integer ENODEV ] { -19 }
- Constant [ public integer ENOENT ] { -2 }
- Constant [ public integer ENOMEM ] { -12 }
- Constant [ public integer ENONET ] { -64 }
- Constant [ public integer ENOPROTOOPT ] { -92 }
- Constant [ public integer ENOSPC ] { -28 }
- Constant [ public integer ENOSYS ] { -38 }
- Constant [ public integer ENOTCONN ] { -107 }
- Constant [ public integer ENOTDIR ] { -20 }
- Constant [ public integer ENOTEMPTY ] { -39 }
- Constant [ public integer ENOTSOCK ] { -88 }
- Constant [ public integer ENOTSUP ] { -95 }
- Constant [ public integer EPERM ] { -1 }
- Constant [ public integer EPIPE ] { -32 }
- Constant [ public integer EPROTO ] { -71 }
- Constant [ public integer EPROTONOSUPPORT ] { -93 }
- Constant [ public integer EPROTOTYPE ] { -91 }
- Constant [ public integer ERANGE ] { -34 }
- Constant [ public integer EROFS ] { -30 }
- Constant [ public integer ESHUTDOWN ] { -108 }
- Constant [ public integer ESPIPE ] { -29 }
- Constant [ public integer ESRCH ] { -3 }
- Constant [ public integer ETIMEDOUT ] { -110 }
- Constant [ public integer ETXTBSY ] { -26 }
- Constant [ public integer EXDEV ] { -18 }
- Constant [ public integer UNKNOWN ] { -4094 }
- Constant [ public integer EOF ] { -4095 }
- Constant [ public integer ENXIO ] { -6 }
- Constant [ public integer EMLINK ] { -31 }
- Constant [ public integer EHOSTDOWN ] { -112 }
- Constant [ public integer EREMOTEIO ] { -121 }
- Constant [ public integer ENOTTY ] { -25 }
- Constant [ public integer EFTYPE ] { -4028 }
+ - Constants [206] {
+ Constant [ public int RUN_DEFAULT ] { 0 }
+ Constant [ public int RUN_ONCE ] { 1 }
+ Constant [ public int RUN_NOWAIT ] { 2 }
+ Constant [ public int CHANGE ] { 2 }
+ Constant [ public int RENAME ] { 1 }
+ Constant [ public int READABLE ] { 1 }
+ Constant [ public int WRITABLE ] { 2 }
+ Constant [ public int O_RDONLY ] { 0 }
+ Constant [ public int O_WRONLY ] { 1 }
+ Constant [ public int O_RDWR ] { 2 }
+ Constant [ public int O_CREAT ] { 64 }
+ Constant [ public int O_EXCL ] { 128 }
+ Constant [ public int O_TRUNC ] { 512 }
+ Constant [ public int O_APPEND ] { 1024 }
+ Constant [ public int S_IFDIR ] { 16384 }
+ Constant [ public int S_IFREG ] { 32768 }
+ Constant [ public int O_NOCTTY ] { 256 }
+ Constant [ public int S_IRWXU ] { 448 }
+ Constant [ public int S_IRUSR ] { 256 }
+ Constant [ public int S_IWUSR ] { 128 }
+ Constant [ public int S_IXUSR ] { 64 }
+ Constant [ public int S_IRWXG ] { 56 }
+ Constant [ public int S_IRGRP ] { 32 }
+ Constant [ public int S_IWGRP ] { 16 }
+ Constant [ public int S_IXGRP ] { 8 }
+ Constant [ public int S_IRWXO ] { 7 }
+ Constant [ public int S_IROTH ] { 4 }
+ Constant [ public int S_IWOTH ] { 2 }
+ Constant [ public int S_IXOTH ] { 1 }
+ Constant [ public int SIG_IGN ] { 1 }
+ Constant [ public int SIG_DFL ] { 0 }
+ Constant [ public int SIG_ERR ] { -1 }
+ Constant [ public int SIGHUP ] { 1 }
+ Constant [ public int SIGINT ] { 2 }
+ Constant [ public int SIGQUIT ] { 3 }
+ Constant [ public int SIGILL ] { 4 }
+ Constant [ public int SIGTRAP ] { 5 }
+ Constant [ public int SIGABRT ] { 6 }
+ Constant [ public int SIGIOT ] { 6 }
+ Constant [ public int SIGBUS ] { 7 }
+ Constant [ public int SIGFPE ] { 8 }
+ Constant [ public int SIGKILL ] { 9 }
+ Constant [ public int SIGUSR1 ] { 10 }
+ Constant [ public int SIGSEGV ] { 11 }
+ Constant [ public int SIGUSR2 ] { 12 }
+ Constant [ public int SIGPIPE ] { 13 }
+ Constant [ public int SIGALRM ] { 14 }
+ Constant [ public int SIGTERM ] { 15 }
+ Constant [ public int SIGSTKFLT ] { 16 }
+ Constant [ public int SIGCLD ] { 17 }
+ Constant [ public int SIGCHLD ] { 17 }
+ Constant [ public int SIGCONT ] { 18 }
+ Constant [ public int SIGSTOP ] { 19 }
+ Constant [ public int SIGTSTP ] { 20 }
+ Constant [ public int SIGTTIN ] { 21 }
+ Constant [ public int SIGTTOU ] { 22 }
+ Constant [ public int SIGURG ] { 23 }
+ Constant [ public int SIGXCPU ] { 24 }
+ Constant [ public int SIGXFSZ ] { 25 }
+ Constant [ public int SIGVTALRM ] { 26 }
+ Constant [ public int SIGPROF ] { 27 }
+ Constant [ public int SIGWINCH ] { 28 }
+ Constant [ public int SIGPOLL ] { 29 }
+ Constant [ public int SIGIO ] { 29 }
+ Constant [ public int SIGPWR ] { 30 }
+ Constant [ public int SIGSYS ] { 31 }
+ Constant [ public int SIGBABY ] { 31 }
+ Constant [ public int AF_INET ] { 2 }
+ Constant [ public int AF_INET6 ] { 10 }
+ Constant [ public int AF_UNSPEC ] { 0 }
+ Constant [ public int LEAVE_GROUP ] { 0 }
+ Constant [ public int JOIN_GROUP ] { 1 }
+ Constant [ public int IS_UV_TCP ] { 0 }
+ Constant [ public int IS_UV_UDP ] { 1 }
+ Constant [ public int IS_UV_PIPE ] { 2 }
+ Constant [ public int IS_UV_IDLE ] { 3 }
+ Constant [ public int IS_UV_TIMER ] { 4 }
+ Constant [ public int IS_UV_ASYNC ] { 5 }
+ Constant [ public int IS_UV_LOOP ] { 6 }
+ Constant [ public int IS_UV_HANDLE ] { 7 }
+ Constant [ public int IS_UV_STREAM ] { 8 }
+ Constant [ public int IS_UV_ADDRINFO ] { 9 }
+ Constant [ public int IS_UV_PROCESS ] { 10 }
+ Constant [ public int IS_UV_PREPARE ] { 11 }
+ Constant [ public int IS_UV_CHECK ] { 12 }
+ Constant [ public int IS_UV_WORK ] { 13 }
+ Constant [ public int IS_UV_FS ] { 14 }
+ Constant [ public int IS_UV_FS_EVENT ] { 15 }
+ Constant [ public int IS_UV_TTY ] { 16 }
+ Constant [ public int IS_UV_FS_POLL ] { 17 }
+ Constant [ public int IS_UV_POLL ] { 18 }
+ Constant [ public int UNKNOWN_HANDLE ] { 0 }
+ Constant [ public int FILE ] { 17 }
+ Constant [ public int ASYNC ] { 1 }
+ Constant [ public int CHECK ] { 2 }
+ Constant [ public int FS_EVENT ] { 3 }
+ Constant [ public int FS_POLL ] { 4 }
+ Constant [ public int HANDLE ] { 5 }
+ Constant [ public int IDLE ] { 6 }
+ Constant [ public int NAMED_PIPE ] { 7 }
+ Constant [ public int POLL ] { 8 }
+ Constant [ public int PREPARE ] { 9 }
+ Constant [ public int PROCESS ] { 10 }
+ Constant [ public int STREAM ] { 11 }
+ Constant [ public int TCP ] { 12 }
+ Constant [ public int TIMER ] { 13 }
+ Constant [ public int TTY ] { 14 }
+ Constant [ public int UDP ] { 15 }
+ Constant [ public int SIGNAL ] { 16 }
+ Constant [ public int HANDLE_TYPE_MAX ] { 18 }
+ Constant [ public int IGNORE ] { 0 }
+ Constant [ public int CREATE_PIPE ] { 1 }
+ Constant [ public int INHERIT_FD ] { 2 }
+ Constant [ public int INHERIT_STREAM ] { 4 }
+ Constant [ public int READABLE_PIPE ] { 16 }
+ Constant [ public int WRITABLE_PIPE ] { 32 }
+ Constant [ public int OVERLAPPED_PIPE ] { 64 }
+ Constant [ public int PROCESS_SETUID ] { 1 }
+ Constant [ public int PROCESS_SETGID ] { 2 }
+ Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
+ Constant [ public int PROCESS_DETACHED ] { 8 }
+ Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 }
+ Constant [ public int E2BIG ] { -7 }
+ Constant [ public int EACCES ] { -13 }
+ Constant [ public int EADDRINUSE ] { -98 }
+ Constant [ public int EADDRNOTAVAIL ] { -99 }
+ Constant [ public int EAFNOSUPPORT ] { -97 }
+ Constant [ public int EAGAIN ] { -11 }
+ Constant [ public int EAI_ADDRFAMILY ] { -3000 }
+ Constant [ public int EAI_AGAIN ] { -3001 }
+ Constant [ public int EAI_BADFLAGS ] { -3002 }
+ Constant [ public int EAI_BADHINTS ] { -3013 }
+ Constant [ public int EAI_CANCELED ] { -3003 }
+ Constant [ public int EAI_FAIL ] { -3004 }
+ Constant [ public int EAI_FAMILY ] { -3005 }
+ Constant [ public int EAI_MEMORY ] { -3006 }
+ Constant [ public int EAI_NODATA ] { -3007 }
+ Constant [ public int EAI_NONAME ] { -3008 }
+ Constant [ public int EAI_OVERFLOW ] { -3009 }
+ Constant [ public int EAI_PROTOCOL ] { -3014 }
+ Constant [ public int EAI_SERVICE ] { -3010 }
+ Constant [ public int EAI_SOCKTYPE ] { -3011 }
+ Constant [ public int EALREADY ] { -114 }
+ Constant [ public int EBADF ] { -9 }
+ Constant [ public int EBUSY ] { -16 }
+ Constant [ public int ECANCELED ] { -125 }
+ Constant [ public int ECHARSET ] { -4080 }
+ Constant [ public int ECONNABORTED ] { -103 }
+ Constant [ public int ECONNREFUSED ] { -111 }
+ Constant [ public int ECONNRESET ] { -104 }
+ Constant [ public int EDESTADDRREQ ] { -89 }
+ Constant [ public int EEXIST ] { -17 }
+ Constant [ public int EFAULT ] { -14 }
+ Constant [ public int EFBIG ] { -27 }
+ Constant [ public int EHOSTUNREACH ] { -113 }
+ Constant [ public int EINTR ] { -4 }
+ Constant [ public int EINVAL ] { -22 }
+ Constant [ public int EIO ] { -5 }
+ Constant [ public int EISCONN ] { -106 }
+ Constant [ public int EISDIR ] { -21 }
+ Constant [ public int ELOOP ] { -40 }
+ Constant [ public int EMFILE ] { -24 }
+ Constant [ public int EMSGSIZE ] { -90 }
+ Constant [ public int ENAMETOOLONG ] { -36 }
+ Constant [ public int ENETDOWN ] { -100 }
+ Constant [ public int ENETUNREACH ] { -101 }
+ Constant [ public int ENFILE ] { -23 }
+ Constant [ public int ENOBUFS ] { -105 }
+ Constant [ public int ENODEV ] { -19 }
+ Constant [ public int ENOENT ] { -2 }
+ Constant [ public int ENOMEM ] { -12 }
+ Constant [ public int ENONET ] { -64 }
+ Constant [ public int ENOPROTOOPT ] { -92 }
+ Constant [ public int ENOSPC ] { -28 }
+ Constant [ public int ENOSYS ] { -38 }
+ Constant [ public int ENOTCONN ] { -107 }
+ Constant [ public int ENOTDIR ] { -20 }
+ Constant [ public int ENOTEMPTY ] { -39 }
+ Constant [ public int ENOTSOCK ] { -88 }
+ Constant [ public int ENOTSUP ] { -95 }
+ Constant [ public int EOVERFLOW ] { -75 }
+ Constant [ public int EPERM ] { -1 }
+ Constant [ public int EPIPE ] { -32 }
+ Constant [ public int EPROTO ] { -71 }
+ Constant [ public int EPROTONOSUPPORT ] { -93 }
+ Constant [ public int EPROTOTYPE ] { -91 }
+ Constant [ public int ERANGE ] { -34 }
+ Constant [ public int EROFS ] { -30 }
+ Constant [ public int ESHUTDOWN ] { -108 }
+ Constant [ public int ESPIPE ] { -29 }
+ Constant [ public int ESRCH ] { -3 }
+ Constant [ public int ETIMEDOUT ] { -110 }
+ Constant [ public int ETXTBSY ] { -26 }
+ Constant [ public int EXDEV ] { -18 }
+ Constant [ public int UNKNOWN ] { -4094 }
+ Constant [ public int EOF ] { -4095 }
+ Constant [ public int ENXIO ] { -6 }
+ Constant [ public int EMLINK ] { -31 }
+ Constant [ public int EHOSTDOWN ] { -112 }
+ Constant [ public int EREMOTEIO ] { -121 }
+ Constant [ public int ENOTTY ] { -25 }
+ Constant [ public int EFTYPE ] { -4028 }
+ Constant [ public int EILSEQ ] { -84 }
+ Constant [ public int ESOCKTNOSUPPORT ] { -94 }
}
- Static properties [0] {
@@ -3579,206 +3737,213 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Class [ <internal:uv> final class UVWork extends UV ] {
- - Constants [199] {
- Constant [ public integer RUN_DEFAULT ] { 0 }
- Constant [ public integer RUN_ONCE ] { 1 }
- Constant [ public integer RUN_NOWAIT ] { 2 }
- Constant [ public integer CHANGE ] { 2 }
- Constant [ public integer RENAME ] { 1 }
- Constant [ public integer READABLE ] { 1 }
- Constant [ public integer WRITABLE ] { 2 }
- Constant [ public integer O_RDONLY ] { 0 }
- Constant [ public integer O_WRONLY ] { 1 }
- Constant [ public integer O_RDWR ] { 2 }
- Constant [ public integer O_CREAT ] { 64 }
- Constant [ public integer O_EXCL ] { 128 }
- Constant [ public integer O_TRUNC ] { 512 }
- Constant [ public integer O_APPEND ] { 1024 }
- Constant [ public integer S_IFDIR ] { 16384 }
- Constant [ public integer S_IFREG ] { 32768 }
- Constant [ public integer O_NOCTTY ] { 256 }
- Constant [ public integer S_IRWXU ] { 448 }
- Constant [ public integer S_IRUSR ] { 256 }
- Constant [ public integer S_IWUSR ] { 128 }
- Constant [ public integer S_IXUSR ] { 64 }
- Constant [ public integer S_IRWXG ] { 56 }
- Constant [ public integer S_IRGRP ] { 32 }
- Constant [ public integer S_IWGRP ] { 16 }
- Constant [ public integer S_IXGRP ] { 8 }
- Constant [ public integer S_IRWXO ] { 7 }
- Constant [ public integer S_IROTH ] { 4 }
- Constant [ public integer S_IWOTH ] { 2 }
- Constant [ public integer S_IXOTH ] { 1 }
- Constant [ public integer SIG_IGN ] { 1 }
- Constant [ public integer SIG_DFL ] { 0 }
- Constant [ public integer SIG_ERR ] { -1 }
- Constant [ public integer SIGHUP ] { 1 }
- Constant [ public integer SIGINT ] { 2 }
- Constant [ public integer SIGQUIT ] { 3 }
- Constant [ public integer SIGILL ] { 4 }
- Constant [ public integer SIGTRAP ] { 5 }
- Constant [ public integer SIGABRT ] { 6 }
- Constant [ public integer SIGIOT ] { 6 }
- Constant [ public integer SIGBUS ] { 7 }
- Constant [ public integer SIGFPE ] { 8 }
- Constant [ public integer SIGKILL ] { 9 }
- Constant [ public integer SIGUSR1 ] { 10 }
- Constant [ public integer SIGSEGV ] { 11 }
- Constant [ public integer SIGUSR2 ] { 12 }
- Constant [ public integer SIGPIPE ] { 13 }
- Constant [ public integer SIGALRM ] { 14 }
- Constant [ public integer SIGTERM ] { 15 }
- Constant [ public integer SIGSTKFLT ] { 16 }
- Constant [ public integer SIGCLD ] { 17 }
- Constant [ public integer SIGCHLD ] { 17 }
- Constant [ public integer SIGCONT ] { 18 }
- Constant [ public integer SIGSTOP ] { 19 }
- Constant [ public integer SIGTSTP ] { 20 }
- Constant [ public integer SIGTTIN ] { 21 }
- Constant [ public integer SIGTTOU ] { 22 }
- Constant [ public integer SIGURG ] { 23 }
- Constant [ public integer SIGXCPU ] { 24 }
- Constant [ public integer SIGXFSZ ] { 25 }
- Constant [ public integer SIGVTALRM ] { 26 }
- Constant [ public integer SIGPROF ] { 27 }
- Constant [ public integer SIGWINCH ] { 28 }
- Constant [ public integer SIGPOLL ] { 29 }
- Constant [ public integer SIGIO ] { 29 }
- Constant [ public integer SIGPWR ] { 30 }
- Constant [ public integer SIGSYS ] { 31 }
- Constant [ public integer SIGBABY ] { 31 }
- Constant [ public integer AF_INET ] { 2 }
- Constant [ public integer AF_INET6 ] { 10 }
- Constant [ public integer AF_UNSPEC ] { 0 }
- Constant [ public integer LEAVE_GROUP ] { 0 }
- Constant [ public integer JOIN_GROUP ] { 1 }
- Constant [ public integer IS_UV_TCP ] { 0 }
- Constant [ public integer IS_UV_UDP ] { 1 }
- Constant [ public integer IS_UV_PIPE ] { 2 }
- Constant [ public integer IS_UV_IDLE ] { 3 }
- Constant [ public integer IS_UV_TIMER ] { 4 }
- Constant [ public integer IS_UV_ASYNC ] { 5 }
- Constant [ public integer IS_UV_LOOP ] { 6 }
- Constant [ public integer IS_UV_HANDLE ] { 7 }
- Constant [ public integer IS_UV_STREAM ] { 8 }
- Constant [ public integer IS_UV_ADDRINFO ] { 9 }
- Constant [ public integer IS_UV_PROCESS ] { 10 }
- Constant [ public integer IS_UV_PREPARE ] { 11 }
- Constant [ public integer IS_UV_CHECK ] { 12 }
- Constant [ public integer IS_UV_WORK ] { 13 }
- Constant [ public integer IS_UV_FS ] { 14 }
- Constant [ public integer IS_UV_FS_EVENT ] { 15 }
- Constant [ public integer IS_UV_TTY ] { 16 }
- Constant [ public integer IS_UV_FS_POLL ] { 17 }
- Constant [ public integer IS_UV_POLL ] { 18 }
- Constant [ public integer UNKNOWN_HANDLE ] { 0 }
- Constant [ public integer FILE ] { 17 }
- Constant [ public integer ASYNC ] { 1 }
- Constant [ public integer CHECK ] { 2 }
- Constant [ public integer FS_EVENT ] { 3 }
- Constant [ public integer FS_POLL ] { 4 }
- Constant [ public integer HANDLE ] { 5 }
- Constant [ public integer IDLE ] { 6 }
- Constant [ public integer NAMED_PIPE ] { 7 }
- Constant [ public integer POLL ] { 8 }
- Constant [ public integer PREPARE ] { 9 }
- Constant [ public integer PROCESS ] { 10 }
- Constant [ public integer STREAM ] { 11 }
- Constant [ public integer TCP ] { 12 }
- Constant [ public integer TIMER ] { 13 }
- Constant [ public integer TTY ] { 14 }
- Constant [ public integer UDP ] { 15 }
- Constant [ public integer SIGNAL ] { 16 }
- Constant [ public integer HANDLE_TYPE_MAX ] { 18 }
- Constant [ public integer IGNORE ] { 0 }
- Constant [ public integer CREATE_PIPE ] { 1 }
- Constant [ public integer INHERIT_FD ] { 2 }
- Constant [ public integer INHERIT_STREAM ] { 4 }
- Constant [ public integer READABLE_PIPE ] { 16 }
- Constant [ public integer WRITABLE_PIPE ] { 32 }
- Constant [ public integer PROCESS_SETUID ] { 1 }
- Constant [ public integer PROCESS_SETGID ] { 2 }
- Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
- Constant [ public integer PROCESS_DETACHED ] { 8 }
- Constant [ public integer E2BIG ] { -7 }
- Constant [ public integer EACCES ] { -13 }
- Constant [ public integer EADDRINUSE ] { -98 }
- Constant [ public integer EADDRNOTAVAIL ] { -99 }
- Constant [ public integer EAFNOSUPPORT ] { -97 }
- Constant [ public integer EAGAIN ] { -11 }
- Constant [ public integer EAI_ADDRFAMILY ] { -3000 }
- Constant [ public integer EAI_AGAIN ] { -3001 }
- Constant [ public integer EAI_BADFLAGS ] { -3002 }
- Constant [ public integer EAI_BADHINTS ] { -3013 }
- Constant [ public integer EAI_CANCELED ] { -3003 }
- Constant [ public integer EAI_FAIL ] { -3004 }
- Constant [ public integer EAI_FAMILY ] { -3005 }
- Constant [ public integer EAI_MEMORY ] { -3006 }
- Constant [ public integer EAI_NODATA ] { -3007 }
- Constant [ public integer EAI_NONAME ] { -3008 }
- Constant [ public integer EAI_OVERFLOW ] { -3009 }
- Constant [ public integer EAI_PROTOCOL ] { -3014 }
- Constant [ public integer EAI_SERVICE ] { -3010 }
- Constant [ public integer EAI_SOCKTYPE ] { -3011 }
- Constant [ public integer EALREADY ] { -114 }
- Constant [ public integer EBADF ] { -9 }
- Constant [ public integer EBUSY ] { -16 }
- Constant [ public integer ECANCELED ] { -125 }
- Constant [ public integer ECHARSET ] { -4080 }
- Constant [ public integer ECONNABORTED ] { -103 }
- Constant [ public integer ECONNREFUSED ] { -111 }
- Constant [ public integer ECONNRESET ] { -104 }
- Constant [ public integer EDESTADDRREQ ] { -89 }
- Constant [ public integer EEXIST ] { -17 }
- Constant [ public integer EFAULT ] { -14 }
- Constant [ public integer EFBIG ] { -27 }
- Constant [ public integer EHOSTUNREACH ] { -113 }
- Constant [ public integer EINTR ] { -4 }
- Constant [ public integer EINVAL ] { -22 }
- Constant [ public integer EIO ] { -5 }
- Constant [ public integer EISCONN ] { -106 }
- Constant [ public integer EISDIR ] { -21 }
- Constant [ public integer ELOOP ] { -40 }
- Constant [ public integer EMFILE ] { -24 }
- Constant [ public integer EMSGSIZE ] { -90 }
- Constant [ public integer ENAMETOOLONG ] { -36 }
- Constant [ public integer ENETDOWN ] { -100 }
- Constant [ public integer ENETUNREACH ] { -101 }
- Constant [ public integer ENFILE ] { -23 }
- Constant [ public integer ENOBUFS ] { -105 }
- Constant [ public integer ENODEV ] { -19 }
- Constant [ public integer ENOENT ] { -2 }
- Constant [ public integer ENOMEM ] { -12 }
- Constant [ public integer ENONET ] { -64 }
- Constant [ public integer ENOPROTOOPT ] { -92 }
- Constant [ public integer ENOSPC ] { -28 }
- Constant [ public integer ENOSYS ] { -38 }
- Constant [ public integer ENOTCONN ] { -107 }
- Constant [ public integer ENOTDIR ] { -20 }
- Constant [ public integer ENOTEMPTY ] { -39 }
- Constant [ public integer ENOTSOCK ] { -88 }
- Constant [ public integer ENOTSUP ] { -95 }
- Constant [ public integer EPERM ] { -1 }
- Constant [ public integer EPIPE ] { -32 }
- Constant [ public integer EPROTO ] { -71 }
- Constant [ public integer EPROTONOSUPPORT ] { -93 }
- Constant [ public integer EPROTOTYPE ] { -91 }
- Constant [ public integer ERANGE ] { -34 }
- Constant [ public integer EROFS ] { -30 }
- Constant [ public integer ESHUTDOWN ] { -108 }
- Constant [ public integer ESPIPE ] { -29 }
- Constant [ public integer ESRCH ] { -3 }
- Constant [ public integer ETIMEDOUT ] { -110 }
- Constant [ public integer ETXTBSY ] { -26 }
- Constant [ public integer EXDEV ] { -18 }
- Constant [ public integer UNKNOWN ] { -4094 }
- Constant [ public integer EOF ] { -4095 }
- Constant [ public integer ENXIO ] { -6 }
- Constant [ public integer EMLINK ] { -31 }
- Constant [ public integer EHOSTDOWN ] { -112 }
- Constant [ public integer EREMOTEIO ] { -121 }
- Constant [ public integer ENOTTY ] { -25 }
- Constant [ public integer EFTYPE ] { -4028 }
+ - Constants [206] {
+ Constant [ public int RUN_DEFAULT ] { 0 }
+ Constant [ public int RUN_ONCE ] { 1 }
+ Constant [ public int RUN_NOWAIT ] { 2 }
+ Constant [ public int CHANGE ] { 2 }
+ Constant [ public int RENAME ] { 1 }
+ Constant [ public int READABLE ] { 1 }
+ Constant [ public int WRITABLE ] { 2 }
+ Constant [ public int O_RDONLY ] { 0 }
+ Constant [ public int O_WRONLY ] { 1 }
+ Constant [ public int O_RDWR ] { 2 }
+ Constant [ public int O_CREAT ] { 64 }
+ Constant [ public int O_EXCL ] { 128 }
+ Constant [ public int O_TRUNC ] { 512 }
+ Constant [ public int O_APPEND ] { 1024 }
+ Constant [ public int S_IFDIR ] { 16384 }
+ Constant [ public int S_IFREG ] { 32768 }
+ Constant [ public int O_NOCTTY ] { 256 }
+ Constant [ public int S_IRWXU ] { 448 }
+ Constant [ public int S_IRUSR ] { 256 }
+ Constant [ public int S_IWUSR ] { 128 }
+ Constant [ public int S_IXUSR ] { 64 }
+ Constant [ public int S_IRWXG ] { 56 }
+ Constant [ public int S_IRGRP ] { 32 }
+ Constant [ public int S_IWGRP ] { 16 }
+ Constant [ public int S_IXGRP ] { 8 }
+ Constant [ public int S_IRWXO ] { 7 }
+ Constant [ public int S_IROTH ] { 4 }
+ Constant [ public int S_IWOTH ] { 2 }
+ Constant [ public int S_IXOTH ] { 1 }
+ Constant [ public int SIG_IGN ] { 1 }
+ Constant [ public int SIG_DFL ] { 0 }
+ Constant [ public int SIG_ERR ] { -1 }
+ Constant [ public int SIGHUP ] { 1 }
+ Constant [ public int SIGINT ] { 2 }
+ Constant [ public int SIGQUIT ] { 3 }
+ Constant [ public int SIGILL ] { 4 }
+ Constant [ public int SIGTRAP ] { 5 }
+ Constant [ public int SIGABRT ] { 6 }
+ Constant [ public int SIGIOT ] { 6 }
+ Constant [ public int SIGBUS ] { 7 }
+ Constant [ public int SIGFPE ] { 8 }
+ Constant [ public int SIGKILL ] { 9 }
+ Constant [ public int SIGUSR1 ] { 10 }
+ Constant [ public int SIGSEGV ] { 11 }
+ Constant [ public int SIGUSR2 ] { 12 }
+ Constant [ public int SIGPIPE ] { 13 }
+ Constant [ public int SIGALRM ] { 14 }
+ Constant [ public int SIGTERM ] { 15 }
+ Constant [ public int SIGSTKFLT ] { 16 }
+ Constant [ public int SIGCLD ] { 17 }
+ Constant [ public int SIGCHLD ] { 17 }
+ Constant [ public int SIGCONT ] { 18 }
+ Constant [ public int SIGSTOP ] { 19 }
+ Constant [ public int SIGTSTP ] { 20 }
+ Constant [ public int SIGTTIN ] { 21 }
+ Constant [ public int SIGTTOU ] { 22 }
+ Constant [ public int SIGURG ] { 23 }
+ Constant [ public int SIGXCPU ] { 24 }
+ Constant [ public int SIGXFSZ ] { 25 }
+ Constant [ public int SIGVTALRM ] { 26 }
+ Constant [ public int SIGPROF ] { 27 }
+ Constant [ public int SIGWINCH ] { 28 }
+ Constant [ public int SIGPOLL ] { 29 }
+ Constant [ public int SIGIO ] { 29 }
+ Constant [ public int SIGPWR ] { 30 }
+ Constant [ public int SIGSYS ] { 31 }
+ Constant [ public int SIGBABY ] { 31 }
+ Constant [ public int AF_INET ] { 2 }
+ Constant [ public int AF_INET6 ] { 10 }
+ Constant [ public int AF_UNSPEC ] { 0 }
+ Constant [ public int LEAVE_GROUP ] { 0 }
+ Constant [ public int JOIN_GROUP ] { 1 }
+ Constant [ public int IS_UV_TCP ] { 0 }
+ Constant [ public int IS_UV_UDP ] { 1 }
+ Constant [ public int IS_UV_PIPE ] { 2 }
+ Constant [ public int IS_UV_IDLE ] { 3 }
+ Constant [ public int IS_UV_TIMER ] { 4 }
+ Constant [ public int IS_UV_ASYNC ] { 5 }
+ Constant [ public int IS_UV_LOOP ] { 6 }
+ Constant [ public int IS_UV_HANDLE ] { 7 }
+ Constant [ public int IS_UV_STREAM ] { 8 }
+ Constant [ public int IS_UV_ADDRINFO ] { 9 }
+ Constant [ public int IS_UV_PROCESS ] { 10 }
+ Constant [ public int IS_UV_PREPARE ] { 11 }
+ Constant [ public int IS_UV_CHECK ] { 12 }
+ Constant [ public int IS_UV_WORK ] { 13 }
+ Constant [ public int IS_UV_FS ] { 14 }
+ Constant [ public int IS_UV_FS_EVENT ] { 15 }
+ Constant [ public int IS_UV_TTY ] { 16 }
+ Constant [ public int IS_UV_FS_POLL ] { 17 }
+ Constant [ public int IS_UV_POLL ] { 18 }
+ Constant [ public int UNKNOWN_HANDLE ] { 0 }
+ Constant [ public int FILE ] { 17 }
+ Constant [ public int ASYNC ] { 1 }
+ Constant [ public int CHECK ] { 2 }
+ Constant [ public int FS_EVENT ] { 3 }
+ Constant [ public int FS_POLL ] { 4 }
+ Constant [ public int HANDLE ] { 5 }
+ Constant [ public int IDLE ] { 6 }
+ Constant [ public int NAMED_PIPE ] { 7 }
+ Constant [ public int POLL ] { 8 }
+ Constant [ public int PREPARE ] { 9 }
+ Constant [ public int PROCESS ] { 10 }
+ Constant [ public int STREAM ] { 11 }
+ Constant [ public int TCP ] { 12 }
+ Constant [ public int TIMER ] { 13 }
+ Constant [ public int TTY ] { 14 }
+ Constant [ public int UDP ] { 15 }
+ Constant [ public int SIGNAL ] { 16 }
+ Constant [ public int HANDLE_TYPE_MAX ] { 18 }
+ Constant [ public int IGNORE ] { 0 }
+ Constant [ public int CREATE_PIPE ] { 1 }
+ Constant [ public int INHERIT_FD ] { 2 }
+ Constant [ public int INHERIT_STREAM ] { 4 }
+ Constant [ public int READABLE_PIPE ] { 16 }
+ Constant [ public int WRITABLE_PIPE ] { 32 }
+ Constant [ public int OVERLAPPED_PIPE ] { 64 }
+ Constant [ public int PROCESS_SETUID ] { 1 }
+ Constant [ public int PROCESS_SETGID ] { 2 }
+ Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
+ Constant [ public int PROCESS_DETACHED ] { 8 }
+ Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 }
+ Constant [ public int E2BIG ] { -7 }
+ Constant [ public int EACCES ] { -13 }
+ Constant [ public int EADDRINUSE ] { -98 }
+ Constant [ public int EADDRNOTAVAIL ] { -99 }
+ Constant [ public int EAFNOSUPPORT ] { -97 }
+ Constant [ public int EAGAIN ] { -11 }
+ Constant [ public int EAI_ADDRFAMILY ] { -3000 }
+ Constant [ public int EAI_AGAIN ] { -3001 }
+ Constant [ public int EAI_BADFLAGS ] { -3002 }
+ Constant [ public int EAI_BADHINTS ] { -3013 }
+ Constant [ public int EAI_CANCELED ] { -3003 }
+ Constant [ public int EAI_FAIL ] { -3004 }
+ Constant [ public int EAI_FAMILY ] { -3005 }
+ Constant [ public int EAI_MEMORY ] { -3006 }
+ Constant [ public int EAI_NODATA ] { -3007 }
+ Constant [ public int EAI_NONAME ] { -3008 }
+ Constant [ public int EAI_OVERFLOW ] { -3009 }
+ Constant [ public int EAI_PROTOCOL ] { -3014 }
+ Constant [ public int EAI_SERVICE ] { -3010 }
+ Constant [ public int EAI_SOCKTYPE ] { -3011 }
+ Constant [ public int EALREADY ] { -114 }
+ Constant [ public int EBADF ] { -9 }
+ Constant [ public int EBUSY ] { -16 }
+ Constant [ public int ECANCELED ] { -125 }
+ Constant [ public int ECHARSET ] { -4080 }
+ Constant [ public int ECONNABORTED ] { -103 }
+ Constant [ public int ECONNREFUSED ] { -111 }
+ Constant [ public int ECONNRESET ] { -104 }
+ Constant [ public int EDESTADDRREQ ] { -89 }
+ Constant [ public int EEXIST ] { -17 }
+ Constant [ public int EFAULT ] { -14 }
+ Constant [ public int EFBIG ] { -27 }
+ Constant [ public int EHOSTUNREACH ] { -113 }
+ Constant [ public int EINTR ] { -4 }
+ Constant [ public int EINVAL ] { -22 }
+ Constant [ public int EIO ] { -5 }
+ Constant [ public int EISCONN ] { -106 }
+ Constant [ public int EISDIR ] { -21 }
+ Constant [ public int ELOOP ] { -40 }
+ Constant [ public int EMFILE ] { -24 }
+ Constant [ public int EMSGSIZE ] { -90 }
+ Constant [ public int ENAMETOOLONG ] { -36 }
+ Constant [ public int ENETDOWN ] { -100 }
+ Constant [ public int ENETUNREACH ] { -101 }
+ Constant [ public int ENFILE ] { -23 }
+ Constant [ public int ENOBUFS ] { -105 }
+ Constant [ public int ENODEV ] { -19 }
+ Constant [ public int ENOENT ] { -2 }
+ Constant [ public int ENOMEM ] { -12 }
+ Constant [ public int ENONET ] { -64 }
+ Constant [ public int ENOPROTOOPT ] { -92 }
+ Constant [ public int ENOSPC ] { -28 }
+ Constant [ public int ENOSYS ] { -38 }
+ Constant [ public int ENOTCONN ] { -107 }
+ Constant [ public int ENOTDIR ] { -20 }
+ Constant [ public int ENOTEMPTY ] { -39 }
+ Constant [ public int ENOTSOCK ] { -88 }
+ Constant [ public int ENOTSUP ] { -95 }
+ Constant [ public int EOVERFLOW ] { -75 }
+ Constant [ public int EPERM ] { -1 }
+ Constant [ public int EPIPE ] { -32 }
+ Constant [ public int EPROTO ] { -71 }
+ Constant [ public int EPROTONOSUPPORT ] { -93 }
+ Constant [ public int EPROTOTYPE ] { -91 }
+ Constant [ public int ERANGE ] { -34 }
+ Constant [ public int EROFS ] { -30 }
+ Constant [ public int ESHUTDOWN ] { -108 }
+ Constant [ public int ESPIPE ] { -29 }
+ Constant [ public int ESRCH ] { -3 }
+ Constant [ public int ETIMEDOUT ] { -110 }
+ Constant [ public int ETXTBSY ] { -26 }
+ Constant [ public int EXDEV ] { -18 }
+ Constant [ public int UNKNOWN ] { -4094 }
+ Constant [ public int EOF ] { -4095 }
+ Constant [ public int ENXIO ] { -6 }
+ Constant [ public int EMLINK ] { -31 }
+ Constant [ public int EHOSTDOWN ] { -112 }
+ Constant [ public int EREMOTEIO ] { -121 }
+ Constant [ public int ENOTTY ] { -25 }
+ Constant [ public int EFTYPE ] { -4028 }
+ Constant [ public int EILSEQ ] { -84 }
+ Constant [ public int ESOCKTNOSUPPORT ] { -94 }
}
- Static properties [0] {
@@ -3796,206 +3961,213 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Class [ <internal:uv> final class UVFs extends UV ] {
- - Constants [199] {
- Constant [ public integer RUN_DEFAULT ] { 0 }
- Constant [ public integer RUN_ONCE ] { 1 }
- Constant [ public integer RUN_NOWAIT ] { 2 }
- Constant [ public integer CHANGE ] { 2 }
- Constant [ public integer RENAME ] { 1 }
- Constant [ public integer READABLE ] { 1 }
- Constant [ public integer WRITABLE ] { 2 }
- Constant [ public integer O_RDONLY ] { 0 }
- Constant [ public integer O_WRONLY ] { 1 }
- Constant [ public integer O_RDWR ] { 2 }
- Constant [ public integer O_CREAT ] { 64 }
- Constant [ public integer O_EXCL ] { 128 }
- Constant [ public integer O_TRUNC ] { 512 }
- Constant [ public integer O_APPEND ] { 1024 }
- Constant [ public integer S_IFDIR ] { 16384 }
- Constant [ public integer S_IFREG ] { 32768 }
- Constant [ public integer O_NOCTTY ] { 256 }
- Constant [ public integer S_IRWXU ] { 448 }
- Constant [ public integer S_IRUSR ] { 256 }
- Constant [ public integer S_IWUSR ] { 128 }
- Constant [ public integer S_IXUSR ] { 64 }
- Constant [ public integer S_IRWXG ] { 56 }
- Constant [ public integer S_IRGRP ] { 32 }
- Constant [ public integer S_IWGRP ] { 16 }
- Constant [ public integer S_IXGRP ] { 8 }
- Constant [ public integer S_IRWXO ] { 7 }
- Constant [ public integer S_IROTH ] { 4 }
- Constant [ public integer S_IWOTH ] { 2 }
- Constant [ public integer S_IXOTH ] { 1 }
- Constant [ public integer SIG_IGN ] { 1 }
- Constant [ public integer SIG_DFL ] { 0 }
- Constant [ public integer SIG_ERR ] { -1 }
- Constant [ public integer SIGHUP ] { 1 }
- Constant [ public integer SIGINT ] { 2 }
- Constant [ public integer SIGQUIT ] { 3 }
- Constant [ public integer SIGILL ] { 4 }
- Constant [ public integer SIGTRAP ] { 5 }
- Constant [ public integer SIGABRT ] { 6 }
- Constant [ public integer SIGIOT ] { 6 }
- Constant [ public integer SIGBUS ] { 7 }
- Constant [ public integer SIGFPE ] { 8 }
- Constant [ public integer SIGKILL ] { 9 }
- Constant [ public integer SIGUSR1 ] { 10 }
- Constant [ public integer SIGSEGV ] { 11 }
- Constant [ public integer SIGUSR2 ] { 12 }
- Constant [ public integer SIGPIPE ] { 13 }
- Constant [ public integer SIGALRM ] { 14 }
- Constant [ public integer SIGTERM ] { 15 }
- Constant [ public integer SIGSTKFLT ] { 16 }
- Constant [ public integer SIGCLD ] { 17 }
- Constant [ public integer SIGCHLD ] { 17 }
- Constant [ public integer SIGCONT ] { 18 }
- Constant [ public integer SIGSTOP ] { 19 }
- Constant [ public integer SIGTSTP ] { 20 }
- Constant [ public integer SIGTTIN ] { 21 }
- Constant [ public integer SIGTTOU ] { 22 }
- Constant [ public integer SIGURG ] { 23 }
- Constant [ public integer SIGXCPU ] { 24 }
- Constant [ public integer SIGXFSZ ] { 25 }
- Constant [ public integer SIGVTALRM ] { 26 }
- Constant [ public integer SIGPROF ] { 27 }
- Constant [ public integer SIGWINCH ] { 28 }
- Constant [ public integer SIGPOLL ] { 29 }
- Constant [ public integer SIGIO ] { 29 }
- Constant [ public integer SIGPWR ] { 30 }
- Constant [ public integer SIGSYS ] { 31 }
- Constant [ public integer SIGBABY ] { 31 }
- Constant [ public integer AF_INET ] { 2 }
- Constant [ public integer AF_INET6 ] { 10 }
- Constant [ public integer AF_UNSPEC ] { 0 }
- Constant [ public integer LEAVE_GROUP ] { 0 }
- Constant [ public integer JOIN_GROUP ] { 1 }
- Constant [ public integer IS_UV_TCP ] { 0 }
- Constant [ public integer IS_UV_UDP ] { 1 }
- Constant [ public integer IS_UV_PIPE ] { 2 }
- Constant [ public integer IS_UV_IDLE ] { 3 }
- Constant [ public integer IS_UV_TIMER ] { 4 }
- Constant [ public integer IS_UV_ASYNC ] { 5 }
- Constant [ public integer IS_UV_LOOP ] { 6 }
- Constant [ public integer IS_UV_HANDLE ] { 7 }
- Constant [ public integer IS_UV_STREAM ] { 8 }
- Constant [ public integer IS_UV_ADDRINFO ] { 9 }
- Constant [ public integer IS_UV_PROCESS ] { 10 }
- Constant [ public integer IS_UV_PREPARE ] { 11 }
- Constant [ public integer IS_UV_CHECK ] { 12 }
- Constant [ public integer IS_UV_WORK ] { 13 }
- Constant [ public integer IS_UV_FS ] { 14 }
- Constant [ public integer IS_UV_FS_EVENT ] { 15 }
- Constant [ public integer IS_UV_TTY ] { 16 }
- Constant [ public integer IS_UV_FS_POLL ] { 17 }
- Constant [ public integer IS_UV_POLL ] { 18 }
- Constant [ public integer UNKNOWN_HANDLE ] { 0 }
- Constant [ public integer FILE ] { 17 }
- Constant [ public integer ASYNC ] { 1 }
- Constant [ public integer CHECK ] { 2 }
- Constant [ public integer FS_EVENT ] { 3 }
- Constant [ public integer FS_POLL ] { 4 }
- Constant [ public integer HANDLE ] { 5 }
- Constant [ public integer IDLE ] { 6 }
- Constant [ public integer NAMED_PIPE ] { 7 }
- Constant [ public integer POLL ] { 8 }
- Constant [ public integer PREPARE ] { 9 }
- Constant [ public integer PROCESS ] { 10 }
- Constant [ public integer STREAM ] { 11 }
- Constant [ public integer TCP ] { 12 }
- Constant [ public integer TIMER ] { 13 }
- Constant [ public integer TTY ] { 14 }
- Constant [ public integer UDP ] { 15 }
- Constant [ public integer SIGNAL ] { 16 }
- Constant [ public integer HANDLE_TYPE_MAX ] { 18 }
- Constant [ public integer IGNORE ] { 0 }
- Constant [ public integer CREATE_PIPE ] { 1 }
- Constant [ public integer INHERIT_FD ] { 2 }
- Constant [ public integer INHERIT_STREAM ] { 4 }
- Constant [ public integer READABLE_PIPE ] { 16 }
- Constant [ public integer WRITABLE_PIPE ] { 32 }
- Constant [ public integer PROCESS_SETUID ] { 1 }
- Constant [ public integer PROCESS_SETGID ] { 2 }
- Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
- Constant [ public integer PROCESS_DETACHED ] { 8 }
- Constant [ public integer E2BIG ] { -7 }
- Constant [ public integer EACCES ] { -13 }
- Constant [ public integer EADDRINUSE ] { -98 }
- Constant [ public integer EADDRNOTAVAIL ] { -99 }
- Constant [ public integer EAFNOSUPPORT ] { -97 }
- Constant [ public integer EAGAIN ] { -11 }
- Constant [ public integer EAI_ADDRFAMILY ] { -3000 }
- Constant [ public integer EAI_AGAIN ] { -3001 }
- Constant [ public integer EAI_BADFLAGS ] { -3002 }
- Constant [ public integer EAI_BADHINTS ] { -3013 }
- Constant [ public integer EAI_CANCELED ] { -3003 }
- Constant [ public integer EAI_FAIL ] { -3004 }
- Constant [ public integer EAI_FAMILY ] { -3005 }
- Constant [ public integer EAI_MEMORY ] { -3006 }
- Constant [ public integer EAI_NODATA ] { -3007 }
- Constant [ public integer EAI_NONAME ] { -3008 }
- Constant [ public integer EAI_OVERFLOW ] { -3009 }
- Constant [ public integer EAI_PROTOCOL ] { -3014 }
- Constant [ public integer EAI_SERVICE ] { -3010 }
- Constant [ public integer EAI_SOCKTYPE ] { -3011 }
- Constant [ public integer EALREADY ] { -114 }
- Constant [ public integer EBADF ] { -9 }
- Constant [ public integer EBUSY ] { -16 }
- Constant [ public integer ECANCELED ] { -125 }
- Constant [ public integer ECHARSET ] { -4080 }
- Constant [ public integer ECONNABORTED ] { -103 }
- Constant [ public integer ECONNREFUSED ] { -111 }
- Constant [ public integer ECONNRESET ] { -104 }
- Constant [ public integer EDESTADDRREQ ] { -89 }
- Constant [ public integer EEXIST ] { -17 }
- Constant [ public integer EFAULT ] { -14 }
- Constant [ public integer EFBIG ] { -27 }
- Constant [ public integer EHOSTUNREACH ] { -113 }
- Constant [ public integer EINTR ] { -4 }
- Constant [ public integer EINVAL ] { -22 }
- Constant [ public integer EIO ] { -5 }
- Constant [ public integer EISCONN ] { -106 }
- Constant [ public integer EISDIR ] { -21 }
- Constant [ public integer ELOOP ] { -40 }
- Constant [ public integer EMFILE ] { -24 }
- Constant [ public integer EMSGSIZE ] { -90 }
- Constant [ public integer ENAMETOOLONG ] { -36 }
- Constant [ public integer ENETDOWN ] { -100 }
- Constant [ public integer ENETUNREACH ] { -101 }
- Constant [ public integer ENFILE ] { -23 }
- Constant [ public integer ENOBUFS ] { -105 }
- Constant [ public integer ENODEV ] { -19 }
- Constant [ public integer ENOENT ] { -2 }
- Constant [ public integer ENOMEM ] { -12 }
- Constant [ public integer ENONET ] { -64 }
- Constant [ public integer ENOPROTOOPT ] { -92 }
- Constant [ public integer ENOSPC ] { -28 }
- Constant [ public integer ENOSYS ] { -38 }
- Constant [ public integer ENOTCONN ] { -107 }
- Constant [ public integer ENOTDIR ] { -20 }
- Constant [ public integer ENOTEMPTY ] { -39 }
- Constant [ public integer ENOTSOCK ] { -88 }
- Constant [ public integer ENOTSUP ] { -95 }
- Constant [ public integer EPERM ] { -1 }
- Constant [ public integer EPIPE ] { -32 }
- Constant [ public integer EPROTO ] { -71 }
- Constant [ public integer EPROTONOSUPPORT ] { -93 }
- Constant [ public integer EPROTOTYPE ] { -91 }
- Constant [ public integer ERANGE ] { -34 }
- Constant [ public integer EROFS ] { -30 }
- Constant [ public integer ESHUTDOWN ] { -108 }
- Constant [ public integer ESPIPE ] { -29 }
- Constant [ public integer ESRCH ] { -3 }
- Constant [ public integer ETIMEDOUT ] { -110 }
- Constant [ public integer ETXTBSY ] { -26 }
- Constant [ public integer EXDEV ] { -18 }
- Constant [ public integer UNKNOWN ] { -4094 }
- Constant [ public integer EOF ] { -4095 }
- Constant [ public integer ENXIO ] { -6 }
- Constant [ public integer EMLINK ] { -31 }
- Constant [ public integer EHOSTDOWN ] { -112 }
- Constant [ public integer EREMOTEIO ] { -121 }
- Constant [ public integer ENOTTY ] { -25 }
- Constant [ public integer EFTYPE ] { -4028 }
+ - Constants [206] {
+ Constant [ public int RUN_DEFAULT ] { 0 }
+ Constant [ public int RUN_ONCE ] { 1 }
+ Constant [ public int RUN_NOWAIT ] { 2 }
+ Constant [ public int CHANGE ] { 2 }
+ Constant [ public int RENAME ] { 1 }
+ Constant [ public int READABLE ] { 1 }
+ Constant [ public int WRITABLE ] { 2 }
+ Constant [ public int O_RDONLY ] { 0 }
+ Constant [ public int O_WRONLY ] { 1 }
+ Constant [ public int O_RDWR ] { 2 }
+ Constant [ public int O_CREAT ] { 64 }
+ Constant [ public int O_EXCL ] { 128 }
+ Constant [ public int O_TRUNC ] { 512 }
+ Constant [ public int O_APPEND ] { 1024 }
+ Constant [ public int S_IFDIR ] { 16384 }
+ Constant [ public int S_IFREG ] { 32768 }
+ Constant [ public int O_NOCTTY ] { 256 }
+ Constant [ public int S_IRWXU ] { 448 }
+ Constant [ public int S_IRUSR ] { 256 }
+ Constant [ public int S_IWUSR ] { 128 }
+ Constant [ public int S_IXUSR ] { 64 }
+ Constant [ public int S_IRWXG ] { 56 }
+ Constant [ public int S_IRGRP ] { 32 }
+ Constant [ public int S_IWGRP ] { 16 }
+ Constant [ public int S_IXGRP ] { 8 }
+ Constant [ public int S_IRWXO ] { 7 }
+ Constant [ public int S_IROTH ] { 4 }
+ Constant [ public int S_IWOTH ] { 2 }
+ Constant [ public int S_IXOTH ] { 1 }
+ Constant [ public int SIG_IGN ] { 1 }
+ Constant [ public int SIG_DFL ] { 0 }
+ Constant [ public int SIG_ERR ] { -1 }
+ Constant [ public int SIGHUP ] { 1 }
+ Constant [ public int SIGINT ] { 2 }
+ Constant [ public int SIGQUIT ] { 3 }
+ Constant [ public int SIGILL ] { 4 }
+ Constant [ public int SIGTRAP ] { 5 }
+ Constant [ public int SIGABRT ] { 6 }
+ Constant [ public int SIGIOT ] { 6 }
+ Constant [ public int SIGBUS ] { 7 }
+ Constant [ public int SIGFPE ] { 8 }
+ Constant [ public int SIGKILL ] { 9 }
+ Constant [ public int SIGUSR1 ] { 10 }
+ Constant [ public int SIGSEGV ] { 11 }
+ Constant [ public int SIGUSR2 ] { 12 }
+ Constant [ public int SIGPIPE ] { 13 }
+ Constant [ public int SIGALRM ] { 14 }
+ Constant [ public int SIGTERM ] { 15 }
+ Constant [ public int SIGSTKFLT ] { 16 }
+ Constant [ public int SIGCLD ] { 17 }
+ Constant [ public int SIGCHLD ] { 17 }
+ Constant [ public int SIGCONT ] { 18 }
+ Constant [ public int SIGSTOP ] { 19 }
+ Constant [ public int SIGTSTP ] { 20 }
+ Constant [ public int SIGTTIN ] { 21 }
+ Constant [ public int SIGTTOU ] { 22 }
+ Constant [ public int SIGURG ] { 23 }
+ Constant [ public int SIGXCPU ] { 24 }
+ Constant [ public int SIGXFSZ ] { 25 }
+ Constant [ public int SIGVTALRM ] { 26 }
+ Constant [ public int SIGPROF ] { 27 }
+ Constant [ public int SIGWINCH ] { 28 }
+ Constant [ public int SIGPOLL ] { 29 }
+ Constant [ public int SIGIO ] { 29 }
+ Constant [ public int SIGPWR ] { 30 }
+ Constant [ public int SIGSYS ] { 31 }
+ Constant [ public int SIGBABY ] { 31 }
+ Constant [ public int AF_INET ] { 2 }
+ Constant [ public int AF_INET6 ] { 10 }
+ Constant [ public int AF_UNSPEC ] { 0 }
+ Constant [ public int LEAVE_GROUP ] { 0 }
+ Constant [ public int JOIN_GROUP ] { 1 }
+ Constant [ public int IS_UV_TCP ] { 0 }
+ Constant [ public int IS_UV_UDP ] { 1 }
+ Constant [ public int IS_UV_PIPE ] { 2 }
+ Constant [ public int IS_UV_IDLE ] { 3 }
+ Constant [ public int IS_UV_TIMER ] { 4 }
+ Constant [ public int IS_UV_ASYNC ] { 5 }
+ Constant [ public int IS_UV_LOOP ] { 6 }
+ Constant [ public int IS_UV_HANDLE ] { 7 }
+ Constant [ public int IS_UV_STREAM ] { 8 }
+ Constant [ public int IS_UV_ADDRINFO ] { 9 }
+ Constant [ public int IS_UV_PROCESS ] { 10 }
+ Constant [ public int IS_UV_PREPARE ] { 11 }
+ Constant [ public int IS_UV_CHECK ] { 12 }
+ Constant [ public int IS_UV_WORK ] { 13 }
+ Constant [ public int IS_UV_FS ] { 14 }
+ Constant [ public int IS_UV_FS_EVENT ] { 15 }
+ Constant [ public int IS_UV_TTY ] { 16 }
+ Constant [ public int IS_UV_FS_POLL ] { 17 }
+ Constant [ public int IS_UV_POLL ] { 18 }
+ Constant [ public int UNKNOWN_HANDLE ] { 0 }
+ Constant [ public int FILE ] { 17 }
+ Constant [ public int ASYNC ] { 1 }
+ Constant [ public int CHECK ] { 2 }
+ Constant [ public int FS_EVENT ] { 3 }
+ Constant [ public int FS_POLL ] { 4 }
+ Constant [ public int HANDLE ] { 5 }
+ Constant [ public int IDLE ] { 6 }
+ Constant [ public int NAMED_PIPE ] { 7 }
+ Constant [ public int POLL ] { 8 }
+ Constant [ public int PREPARE ] { 9 }
+ Constant [ public int PROCESS ] { 10 }
+ Constant [ public int STREAM ] { 11 }
+ Constant [ public int TCP ] { 12 }
+ Constant [ public int TIMER ] { 13 }
+ Constant [ public int TTY ] { 14 }
+ Constant [ public int UDP ] { 15 }
+ Constant [ public int SIGNAL ] { 16 }
+ Constant [ public int HANDLE_TYPE_MAX ] { 18 }
+ Constant [ public int IGNORE ] { 0 }
+ Constant [ public int CREATE_PIPE ] { 1 }
+ Constant [ public int INHERIT_FD ] { 2 }
+ Constant [ public int INHERIT_STREAM ] { 4 }
+ Constant [ public int READABLE_PIPE ] { 16 }
+ Constant [ public int WRITABLE_PIPE ] { 32 }
+ Constant [ public int OVERLAPPED_PIPE ] { 64 }
+ Constant [ public int PROCESS_SETUID ] { 1 }
+ Constant [ public int PROCESS_SETGID ] { 2 }
+ Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
+ Constant [ public int PROCESS_DETACHED ] { 8 }
+ Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 }
+ Constant [ public int E2BIG ] { -7 }
+ Constant [ public int EACCES ] { -13 }
+ Constant [ public int EADDRINUSE ] { -98 }
+ Constant [ public int EADDRNOTAVAIL ] { -99 }
+ Constant [ public int EAFNOSUPPORT ] { -97 }
+ Constant [ public int EAGAIN ] { -11 }
+ Constant [ public int EAI_ADDRFAMILY ] { -3000 }
+ Constant [ public int EAI_AGAIN ] { -3001 }
+ Constant [ public int EAI_BADFLAGS ] { -3002 }
+ Constant [ public int EAI_BADHINTS ] { -3013 }
+ Constant [ public int EAI_CANCELED ] { -3003 }
+ Constant [ public int EAI_FAIL ] { -3004 }
+ Constant [ public int EAI_FAMILY ] { -3005 }
+ Constant [ public int EAI_MEMORY ] { -3006 }
+ Constant [ public int EAI_NODATA ] { -3007 }
+ Constant [ public int EAI_NONAME ] { -3008 }
+ Constant [ public int EAI_OVERFLOW ] { -3009 }
+ Constant [ public int EAI_PROTOCOL ] { -3014 }
+ Constant [ public int EAI_SERVICE ] { -3010 }
+ Constant [ public int EAI_SOCKTYPE ] { -3011 }
+ Constant [ public int EALREADY ] { -114 }
+ Constant [ public int EBADF ] { -9 }
+ Constant [ public int EBUSY ] { -16 }
+ Constant [ public int ECANCELED ] { -125 }
+ Constant [ public int ECHARSET ] { -4080 }
+ Constant [ public int ECONNABORTED ] { -103 }
+ Constant [ public int ECONNREFUSED ] { -111 }
+ Constant [ public int ECONNRESET ] { -104 }
+ Constant [ public int EDESTADDRREQ ] { -89 }
+ Constant [ public int EEXIST ] { -17 }
+ Constant [ public int EFAULT ] { -14 }
+ Constant [ public int EFBIG ] { -27 }
+ Constant [ public int EHOSTUNREACH ] { -113 }
+ Constant [ public int EINTR ] { -4 }
+ Constant [ public int EINVAL ] { -22 }
+ Constant [ public int EIO ] { -5 }
+ Constant [ public int EISCONN ] { -106 }
+ Constant [ public int EISDIR ] { -21 }
+ Constant [ public int ELOOP ] { -40 }
+ Constant [ public int EMFILE ] { -24 }
+ Constant [ public int EMSGSIZE ] { -90 }
+ Constant [ public int ENAMETOOLONG ] { -36 }
+ Constant [ public int ENETDOWN ] { -100 }
+ Constant [ public int ENETUNREACH ] { -101 }
+ Constant [ public int ENFILE ] { -23 }
+ Constant [ public int ENOBUFS ] { -105 }
+ Constant [ public int ENODEV ] { -19 }
+ Constant [ public int ENOENT ] { -2 }
+ Constant [ public int ENOMEM ] { -12 }
+ Constant [ public int ENONET ] { -64 }
+ Constant [ public int ENOPROTOOPT ] { -92 }
+ Constant [ public int ENOSPC ] { -28 }
+ Constant [ public int ENOSYS ] { -38 }
+ Constant [ public int ENOTCONN ] { -107 }
+ Constant [ public int ENOTDIR ] { -20 }
+ Constant [ public int ENOTEMPTY ] { -39 }
+ Constant [ public int ENOTSOCK ] { -88 }
+ Constant [ public int ENOTSUP ] { -95 }
+ Constant [ public int EOVERFLOW ] { -75 }
+ Constant [ public int EPERM ] { -1 }
+ Constant [ public int EPIPE ] { -32 }
+ Constant [ public int EPROTO ] { -71 }
+ Constant [ public int EPROTONOSUPPORT ] { -93 }
+ Constant [ public int EPROTOTYPE ] { -91 }
+ Constant [ public int ERANGE ] { -34 }
+ Constant [ public int EROFS ] { -30 }
+ Constant [ public int ESHUTDOWN ] { -108 }
+ Constant [ public int ESPIPE ] { -29 }
+ Constant [ public int ESRCH ] { -3 }
+ Constant [ public int ETIMEDOUT ] { -110 }
+ Constant [ public int ETXTBSY ] { -26 }
+ Constant [ public int EXDEV ] { -18 }
+ Constant [ public int UNKNOWN ] { -4094 }
+ Constant [ public int EOF ] { -4095 }
+ Constant [ public int ENXIO ] { -6 }
+ Constant [ public int EMLINK ] { -31 }
+ Constant [ public int EHOSTDOWN ] { -112 }
+ Constant [ public int EREMOTEIO ] { -121 }
+ Constant [ public int ENOTTY ] { -25 }
+ Constant [ public int EFTYPE ] { -4028 }
+ Constant [ public int EILSEQ ] { -84 }
+ Constant [ public int ESOCKTNOSUPPORT ] { -94 }
}
- Static properties [0] {
@@ -4013,206 +4185,213 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Class [ <internal:uv> final class UVFsEvent extends UV ] {
- - Constants [199] {
- Constant [ public integer RUN_DEFAULT ] { 0 }
- Constant [ public integer RUN_ONCE ] { 1 }
- Constant [ public integer RUN_NOWAIT ] { 2 }
- Constant [ public integer CHANGE ] { 2 }
- Constant [ public integer RENAME ] { 1 }
- Constant [ public integer READABLE ] { 1 }
- Constant [ public integer WRITABLE ] { 2 }
- Constant [ public integer O_RDONLY ] { 0 }
- Constant [ public integer O_WRONLY ] { 1 }
- Constant [ public integer O_RDWR ] { 2 }
- Constant [ public integer O_CREAT ] { 64 }
- Constant [ public integer O_EXCL ] { 128 }
- Constant [ public integer O_TRUNC ] { 512 }
- Constant [ public integer O_APPEND ] { 1024 }
- Constant [ public integer S_IFDIR ] { 16384 }
- Constant [ public integer S_IFREG ] { 32768 }
- Constant [ public integer O_NOCTTY ] { 256 }
- Constant [ public integer S_IRWXU ] { 448 }
- Constant [ public integer S_IRUSR ] { 256 }
- Constant [ public integer S_IWUSR ] { 128 }
- Constant [ public integer S_IXUSR ] { 64 }
- Constant [ public integer S_IRWXG ] { 56 }
- Constant [ public integer S_IRGRP ] { 32 }
- Constant [ public integer S_IWGRP ] { 16 }
- Constant [ public integer S_IXGRP ] { 8 }
- Constant [ public integer S_IRWXO ] { 7 }
- Constant [ public integer S_IROTH ] { 4 }
- Constant [ public integer S_IWOTH ] { 2 }
- Constant [ public integer S_IXOTH ] { 1 }
- Constant [ public integer SIG_IGN ] { 1 }
- Constant [ public integer SIG_DFL ] { 0 }
- Constant [ public integer SIG_ERR ] { -1 }
- Constant [ public integer SIGHUP ] { 1 }
- Constant [ public integer SIGINT ] { 2 }
- Constant [ public integer SIGQUIT ] { 3 }
- Constant [ public integer SIGILL ] { 4 }
- Constant [ public integer SIGTRAP ] { 5 }
- Constant [ public integer SIGABRT ] { 6 }
- Constant [ public integer SIGIOT ] { 6 }
- Constant [ public integer SIGBUS ] { 7 }
- Constant [ public integer SIGFPE ] { 8 }
- Constant [ public integer SIGKILL ] { 9 }
- Constant [ public integer SIGUSR1 ] { 10 }
- Constant [ public integer SIGSEGV ] { 11 }
- Constant [ public integer SIGUSR2 ] { 12 }
- Constant [ public integer SIGPIPE ] { 13 }
- Constant [ public integer SIGALRM ] { 14 }
- Constant [ public integer SIGTERM ] { 15 }
- Constant [ public integer SIGSTKFLT ] { 16 }
- Constant [ public integer SIGCLD ] { 17 }
- Constant [ public integer SIGCHLD ] { 17 }
- Constant [ public integer SIGCONT ] { 18 }
- Constant [ public integer SIGSTOP ] { 19 }
- Constant [ public integer SIGTSTP ] { 20 }
- Constant [ public integer SIGTTIN ] { 21 }
- Constant [ public integer SIGTTOU ] { 22 }
- Constant [ public integer SIGURG ] { 23 }
- Constant [ public integer SIGXCPU ] { 24 }
- Constant [ public integer SIGXFSZ ] { 25 }
- Constant [ public integer SIGVTALRM ] { 26 }
- Constant [ public integer SIGPROF ] { 27 }
- Constant [ public integer SIGWINCH ] { 28 }
- Constant [ public integer SIGPOLL ] { 29 }
- Constant [ public integer SIGIO ] { 29 }
- Constant [ public integer SIGPWR ] { 30 }
- Constant [ public integer SIGSYS ] { 31 }
- Constant [ public integer SIGBABY ] { 31 }
- Constant [ public integer AF_INET ] { 2 }
- Constant [ public integer AF_INET6 ] { 10 }
- Constant [ public integer AF_UNSPEC ] { 0 }
- Constant [ public integer LEAVE_GROUP ] { 0 }
- Constant [ public integer JOIN_GROUP ] { 1 }
- Constant [ public integer IS_UV_TCP ] { 0 }
- Constant [ public integer IS_UV_UDP ] { 1 }
- Constant [ public integer IS_UV_PIPE ] { 2 }
- Constant [ public integer IS_UV_IDLE ] { 3 }
- Constant [ public integer IS_UV_TIMER ] { 4 }
- Constant [ public integer IS_UV_ASYNC ] { 5 }
- Constant [ public integer IS_UV_LOOP ] { 6 }
- Constant [ public integer IS_UV_HANDLE ] { 7 }
- Constant [ public integer IS_UV_STREAM ] { 8 }
- Constant [ public integer IS_UV_ADDRINFO ] { 9 }
- Constant [ public integer IS_UV_PROCESS ] { 10 }
- Constant [ public integer IS_UV_PREPARE ] { 11 }
- Constant [ public integer IS_UV_CHECK ] { 12 }
- Constant [ public integer IS_UV_WORK ] { 13 }
- Constant [ public integer IS_UV_FS ] { 14 }
- Constant [ public integer IS_UV_FS_EVENT ] { 15 }
- Constant [ public integer IS_UV_TTY ] { 16 }
- Constant [ public integer IS_UV_FS_POLL ] { 17 }
- Constant [ public integer IS_UV_POLL ] { 18 }
- Constant [ public integer UNKNOWN_HANDLE ] { 0 }
- Constant [ public integer FILE ] { 17 }
- Constant [ public integer ASYNC ] { 1 }
- Constant [ public integer CHECK ] { 2 }
- Constant [ public integer FS_EVENT ] { 3 }
- Constant [ public integer FS_POLL ] { 4 }
- Constant [ public integer HANDLE ] { 5 }
- Constant [ public integer IDLE ] { 6 }
- Constant [ public integer NAMED_PIPE ] { 7 }
- Constant [ public integer POLL ] { 8 }
- Constant [ public integer PREPARE ] { 9 }
- Constant [ public integer PROCESS ] { 10 }
- Constant [ public integer STREAM ] { 11 }
- Constant [ public integer TCP ] { 12 }
- Constant [ public integer TIMER ] { 13 }
- Constant [ public integer TTY ] { 14 }
- Constant [ public integer UDP ] { 15 }
- Constant [ public integer SIGNAL ] { 16 }
- Constant [ public integer HANDLE_TYPE_MAX ] { 18 }
- Constant [ public integer IGNORE ] { 0 }
- Constant [ public integer CREATE_PIPE ] { 1 }
- Constant [ public integer INHERIT_FD ] { 2 }
- Constant [ public integer INHERIT_STREAM ] { 4 }
- Constant [ public integer READABLE_PIPE ] { 16 }
- Constant [ public integer WRITABLE_PIPE ] { 32 }
- Constant [ public integer PROCESS_SETUID ] { 1 }
- Constant [ public integer PROCESS_SETGID ] { 2 }
- Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
- Constant [ public integer PROCESS_DETACHED ] { 8 }
- Constant [ public integer E2BIG ] { -7 }
- Constant [ public integer EACCES ] { -13 }
- Constant [ public integer EADDRINUSE ] { -98 }
- Constant [ public integer EADDRNOTAVAIL ] { -99 }
- Constant [ public integer EAFNOSUPPORT ] { -97 }
- Constant [ public integer EAGAIN ] { -11 }
- Constant [ public integer EAI_ADDRFAMILY ] { -3000 }
- Constant [ public integer EAI_AGAIN ] { -3001 }
- Constant [ public integer EAI_BADFLAGS ] { -3002 }
- Constant [ public integer EAI_BADHINTS ] { -3013 }
- Constant [ public integer EAI_CANCELED ] { -3003 }
- Constant [ public integer EAI_FAIL ] { -3004 }
- Constant [ public integer EAI_FAMILY ] { -3005 }
- Constant [ public integer EAI_MEMORY ] { -3006 }
- Constant [ public integer EAI_NODATA ] { -3007 }
- Constant [ public integer EAI_NONAME ] { -3008 }
- Constant [ public integer EAI_OVERFLOW ] { -3009 }
- Constant [ public integer EAI_PROTOCOL ] { -3014 }
- Constant [ public integer EAI_SERVICE ] { -3010 }
- Constant [ public integer EAI_SOCKTYPE ] { -3011 }
- Constant [ public integer EALREADY ] { -114 }
- Constant [ public integer EBADF ] { -9 }
- Constant [ public integer EBUSY ] { -16 }
- Constant [ public integer ECANCELED ] { -125 }
- Constant [ public integer ECHARSET ] { -4080 }
- Constant [ public integer ECONNABORTED ] { -103 }
- Constant [ public integer ECONNREFUSED ] { -111 }
- Constant [ public integer ECONNRESET ] { -104 }
- Constant [ public integer EDESTADDRREQ ] { -89 }
- Constant [ public integer EEXIST ] { -17 }
- Constant [ public integer EFAULT ] { -14 }
- Constant [ public integer EFBIG ] { -27 }
- Constant [ public integer EHOSTUNREACH ] { -113 }
- Constant [ public integer EINTR ] { -4 }
- Constant [ public integer EINVAL ] { -22 }
- Constant [ public integer EIO ] { -5 }
- Constant [ public integer EISCONN ] { -106 }
- Constant [ public integer EISDIR ] { -21 }
- Constant [ public integer ELOOP ] { -40 }
- Constant [ public integer EMFILE ] { -24 }
- Constant [ public integer EMSGSIZE ] { -90 }
- Constant [ public integer ENAMETOOLONG ] { -36 }
- Constant [ public integer ENETDOWN ] { -100 }
- Constant [ public integer ENETUNREACH ] { -101 }
- Constant [ public integer ENFILE ] { -23 }
- Constant [ public integer ENOBUFS ] { -105 }
- Constant [ public integer ENODEV ] { -19 }
- Constant [ public integer ENOENT ] { -2 }
- Constant [ public integer ENOMEM ] { -12 }
- Constant [ public integer ENONET ] { -64 }
- Constant [ public integer ENOPROTOOPT ] { -92 }
- Constant [ public integer ENOSPC ] { -28 }
- Constant [ public integer ENOSYS ] { -38 }
- Constant [ public integer ENOTCONN ] { -107 }
- Constant [ public integer ENOTDIR ] { -20 }
- Constant [ public integer ENOTEMPTY ] { -39 }
- Constant [ public integer ENOTSOCK ] { -88 }
- Constant [ public integer ENOTSUP ] { -95 }
- Constant [ public integer EPERM ] { -1 }
- Constant [ public integer EPIPE ] { -32 }
- Constant [ public integer EPROTO ] { -71 }
- Constant [ public integer EPROTONOSUPPORT ] { -93 }
- Constant [ public integer EPROTOTYPE ] { -91 }
- Constant [ public integer ERANGE ] { -34 }
- Constant [ public integer EROFS ] { -30 }
- Constant [ public integer ESHUTDOWN ] { -108 }
- Constant [ public integer ESPIPE ] { -29 }
- Constant [ public integer ESRCH ] { -3 }
- Constant [ public integer ETIMEDOUT ] { -110 }
- Constant [ public integer ETXTBSY ] { -26 }
- Constant [ public integer EXDEV ] { -18 }
- Constant [ public integer UNKNOWN ] { -4094 }
- Constant [ public integer EOF ] { -4095 }
- Constant [ public integer ENXIO ] { -6 }
- Constant [ public integer EMLINK ] { -31 }
- Constant [ public integer EHOSTDOWN ] { -112 }
- Constant [ public integer EREMOTEIO ] { -121 }
- Constant [ public integer ENOTTY ] { -25 }
- Constant [ public integer EFTYPE ] { -4028 }
+ - Constants [206] {
+ Constant [ public int RUN_DEFAULT ] { 0 }
+ Constant [ public int RUN_ONCE ] { 1 }
+ Constant [ public int RUN_NOWAIT ] { 2 }
+ Constant [ public int CHANGE ] { 2 }
+ Constant [ public int RENAME ] { 1 }
+ Constant [ public int READABLE ] { 1 }
+ Constant [ public int WRITABLE ] { 2 }
+ Constant [ public int O_RDONLY ] { 0 }
+ Constant [ public int O_WRONLY ] { 1 }
+ Constant [ public int O_RDWR ] { 2 }
+ Constant [ public int O_CREAT ] { 64 }
+ Constant [ public int O_EXCL ] { 128 }
+ Constant [ public int O_TRUNC ] { 512 }
+ Constant [ public int O_APPEND ] { 1024 }
+ Constant [ public int S_IFDIR ] { 16384 }
+ Constant [ public int S_IFREG ] { 32768 }
+ Constant [ public int O_NOCTTY ] { 256 }
+ Constant [ public int S_IRWXU ] { 448 }
+ Constant [ public int S_IRUSR ] { 256 }
+ Constant [ public int S_IWUSR ] { 128 }
+ Constant [ public int S_IXUSR ] { 64 }
+ Constant [ public int S_IRWXG ] { 56 }
+ Constant [ public int S_IRGRP ] { 32 }
+ Constant [ public int S_IWGRP ] { 16 }
+ Constant [ public int S_IXGRP ] { 8 }
+ Constant [ public int S_IRWXO ] { 7 }
+ Constant [ public int S_IROTH ] { 4 }
+ Constant [ public int S_IWOTH ] { 2 }
+ Constant [ public int S_IXOTH ] { 1 }
+ Constant [ public int SIG_IGN ] { 1 }
+ Constant [ public int SIG_DFL ] { 0 }
+ Constant [ public int SIG_ERR ] { -1 }
+ Constant [ public int SIGHUP ] { 1 }
+ Constant [ public int SIGINT ] { 2 }
+ Constant [ public int SIGQUIT ] { 3 }
+ Constant [ public int SIGILL ] { 4 }
+ Constant [ public int SIGTRAP ] { 5 }
+ Constant [ public int SIGABRT ] { 6 }
+ Constant [ public int SIGIOT ] { 6 }
+ Constant [ public int SIGBUS ] { 7 }
+ Constant [ public int SIGFPE ] { 8 }
+ Constant [ public int SIGKILL ] { 9 }
+ Constant [ public int SIGUSR1 ] { 10 }
+ Constant [ public int SIGSEGV ] { 11 }
+ Constant [ public int SIGUSR2 ] { 12 }
+ Constant [ public int SIGPIPE ] { 13 }
+ Constant [ public int SIGALRM ] { 14 }
+ Constant [ public int SIGTERM ] { 15 }
+ Constant [ public int SIGSTKFLT ] { 16 }
+ Constant [ public int SIGCLD ] { 17 }
+ Constant [ public int SIGCHLD ] { 17 }
+ Constant [ public int SIGCONT ] { 18 }
+ Constant [ public int SIGSTOP ] { 19 }
+ Constant [ public int SIGTSTP ] { 20 }
+ Constant [ public int SIGTTIN ] { 21 }
+ Constant [ public int SIGTTOU ] { 22 }
+ Constant [ public int SIGURG ] { 23 }
+ Constant [ public int SIGXCPU ] { 24 }
+ Constant [ public int SIGXFSZ ] { 25 }
+ Constant [ public int SIGVTALRM ] { 26 }
+ Constant [ public int SIGPROF ] { 27 }
+ Constant [ public int SIGWINCH ] { 28 }
+ Constant [ public int SIGPOLL ] { 29 }
+ Constant [ public int SIGIO ] { 29 }
+ Constant [ public int SIGPWR ] { 30 }
+ Constant [ public int SIGSYS ] { 31 }
+ Constant [ public int SIGBABY ] { 31 }
+ Constant [ public int AF_INET ] { 2 }
+ Constant [ public int AF_INET6 ] { 10 }
+ Constant [ public int AF_UNSPEC ] { 0 }
+ Constant [ public int LEAVE_GROUP ] { 0 }
+ Constant [ public int JOIN_GROUP ] { 1 }
+ Constant [ public int IS_UV_TCP ] { 0 }
+ Constant [ public int IS_UV_UDP ] { 1 }
+ Constant [ public int IS_UV_PIPE ] { 2 }
+ Constant [ public int IS_UV_IDLE ] { 3 }
+ Constant [ public int IS_UV_TIMER ] { 4 }
+ Constant [ public int IS_UV_ASYNC ] { 5 }
+ Constant [ public int IS_UV_LOOP ] { 6 }
+ Constant [ public int IS_UV_HANDLE ] { 7 }
+ Constant [ public int IS_UV_STREAM ] { 8 }
+ Constant [ public int IS_UV_ADDRINFO ] { 9 }
+ Constant [ public int IS_UV_PROCESS ] { 10 }
+ Constant [ public int IS_UV_PREPARE ] { 11 }
+ Constant [ public int IS_UV_CHECK ] { 12 }
+ Constant [ public int IS_UV_WORK ] { 13 }
+ Constant [ public int IS_UV_FS ] { 14 }
+ Constant [ public int IS_UV_FS_EVENT ] { 15 }
+ Constant [ public int IS_UV_TTY ] { 16 }
+ Constant [ public int IS_UV_FS_POLL ] { 17 }
+ Constant [ public int IS_UV_POLL ] { 18 }
+ Constant [ public int UNKNOWN_HANDLE ] { 0 }
+ Constant [ public int FILE ] { 17 }
+ Constant [ public int ASYNC ] { 1 }
+ Constant [ public int CHECK ] { 2 }
+ Constant [ public int FS_EVENT ] { 3 }
+ Constant [ public int FS_POLL ] { 4 }
+ Constant [ public int HANDLE ] { 5 }
+ Constant [ public int IDLE ] { 6 }
+ Constant [ public int NAMED_PIPE ] { 7 }
+ Constant [ public int POLL ] { 8 }
+ Constant [ public int PREPARE ] { 9 }
+ Constant [ public int PROCESS ] { 10 }
+ Constant [ public int STREAM ] { 11 }
+ Constant [ public int TCP ] { 12 }
+ Constant [ public int TIMER ] { 13 }
+ Constant [ public int TTY ] { 14 }
+ Constant [ public int UDP ] { 15 }
+ Constant [ public int SIGNAL ] { 16 }
+ Constant [ public int HANDLE_TYPE_MAX ] { 18 }
+ Constant [ public int IGNORE ] { 0 }
+ Constant [ public int CREATE_PIPE ] { 1 }
+ Constant [ public int INHERIT_FD ] { 2 }
+ Constant [ public int INHERIT_STREAM ] { 4 }
+ Constant [ public int READABLE_PIPE ] { 16 }
+ Constant [ public int WRITABLE_PIPE ] { 32 }
+ Constant [ public int OVERLAPPED_PIPE ] { 64 }
+ Constant [ public int PROCESS_SETUID ] { 1 }
+ Constant [ public int PROCESS_SETGID ] { 2 }
+ Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
+ Constant [ public int PROCESS_DETACHED ] { 8 }
+ Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 }
+ Constant [ public int E2BIG ] { -7 }
+ Constant [ public int EACCES ] { -13 }
+ Constant [ public int EADDRINUSE ] { -98 }
+ Constant [ public int EADDRNOTAVAIL ] { -99 }
+ Constant [ public int EAFNOSUPPORT ] { -97 }
+ Constant [ public int EAGAIN ] { -11 }
+ Constant [ public int EAI_ADDRFAMILY ] { -3000 }
+ Constant [ public int EAI_AGAIN ] { -3001 }
+ Constant [ public int EAI_BADFLAGS ] { -3002 }
+ Constant [ public int EAI_BADHINTS ] { -3013 }
+ Constant [ public int EAI_CANCELED ] { -3003 }
+ Constant [ public int EAI_FAIL ] { -3004 }
+ Constant [ public int EAI_FAMILY ] { -3005 }
+ Constant [ public int EAI_MEMORY ] { -3006 }
+ Constant [ public int EAI_NODATA ] { -3007 }
+ Constant [ public int EAI_NONAME ] { -3008 }
+ Constant [ public int EAI_OVERFLOW ] { -3009 }
+ Constant [ public int EAI_PROTOCOL ] { -3014 }
+ Constant [ public int EAI_SERVICE ] { -3010 }
+ Constant [ public int EAI_SOCKTYPE ] { -3011 }
+ Constant [ public int EALREADY ] { -114 }
+ Constant [ public int EBADF ] { -9 }
+ Constant [ public int EBUSY ] { -16 }
+ Constant [ public int ECANCELED ] { -125 }
+ Constant [ public int ECHARSET ] { -4080 }
+ Constant [ public int ECONNABORTED ] { -103 }
+ Constant [ public int ECONNREFUSED ] { -111 }
+ Constant [ public int ECONNRESET ] { -104 }
+ Constant [ public int EDESTADDRREQ ] { -89 }
+ Constant [ public int EEXIST ] { -17 }
+ Constant [ public int EFAULT ] { -14 }
+ Constant [ public int EFBIG ] { -27 }
+ Constant [ public int EHOSTUNREACH ] { -113 }
+ Constant [ public int EINTR ] { -4 }
+ Constant [ public int EINVAL ] { -22 }
+ Constant [ public int EIO ] { -5 }
+ Constant [ public int EISCONN ] { -106 }
+ Constant [ public int EISDIR ] { -21 }
+ Constant [ public int ELOOP ] { -40 }
+ Constant [ public int EMFILE ] { -24 }
+ Constant [ public int EMSGSIZE ] { -90 }
+ Constant [ public int ENAMETOOLONG ] { -36 }
+ Constant [ public int ENETDOWN ] { -100 }
+ Constant [ public int ENETUNREACH ] { -101 }
+ Constant [ public int ENFILE ] { -23 }
+ Constant [ public int ENOBUFS ] { -105 }
+ Constant [ public int ENODEV ] { -19 }
+ Constant [ public int ENOENT ] { -2 }
+ Constant [ public int ENOMEM ] { -12 }
+ Constant [ public int ENONET ] { -64 }
+ Constant [ public int ENOPROTOOPT ] { -92 }
+ Constant [ public int ENOSPC ] { -28 }
+ Constant [ public int ENOSYS ] { -38 }
+ Constant [ public int ENOTCONN ] { -107 }
+ Constant [ public int ENOTDIR ] { -20 }
+ Constant [ public int ENOTEMPTY ] { -39 }
+ Constant [ public int ENOTSOCK ] { -88 }
+ Constant [ public int ENOTSUP ] { -95 }
+ Constant [ public int EOVERFLOW ] { -75 }
+ Constant [ public int EPERM ] { -1 }
+ Constant [ public int EPIPE ] { -32 }
+ Constant [ public int EPROTO ] { -71 }
+ Constant [ public int EPROTONOSUPPORT ] { -93 }
+ Constant [ public int EPROTOTYPE ] { -91 }
+ Constant [ public int ERANGE ] { -34 }
+ Constant [ public int EROFS ] { -30 }
+ Constant [ public int ESHUTDOWN ] { -108 }
+ Constant [ public int ESPIPE ] { -29 }
+ Constant [ public int ESRCH ] { -3 }
+ Constant [ public int ETIMEDOUT ] { -110 }
+ Constant [ public int ETXTBSY ] { -26 }
+ Constant [ public int EXDEV ] { -18 }
+ Constant [ public int UNKNOWN ] { -4094 }
+ Constant [ public int EOF ] { -4095 }
+ Constant [ public int ENXIO ] { -6 }
+ Constant [ public int EMLINK ] { -31 }
+ Constant [ public int EHOSTDOWN ] { -112 }
+ Constant [ public int EREMOTEIO ] { -121 }
+ Constant [ public int ENOTTY ] { -25 }
+ Constant [ public int EFTYPE ] { -4028 }
+ Constant [ public int EILSEQ ] { -84 }
+ Constant [ public int ESOCKTNOSUPPORT ] { -94 }
}
- Static properties [0] {
@@ -4228,208 +4407,215 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
}
}
- Class [ <internal:uv> final class UVTty extends UV ] {
-
- - Constants [199] {
- Constant [ public integer RUN_DEFAULT ] { 0 }
- Constant [ public integer RUN_ONCE ] { 1 }
- Constant [ public integer RUN_NOWAIT ] { 2 }
- Constant [ public integer CHANGE ] { 2 }
- Constant [ public integer RENAME ] { 1 }
- Constant [ public integer READABLE ] { 1 }
- Constant [ public integer WRITABLE ] { 2 }
- Constant [ public integer O_RDONLY ] { 0 }
- Constant [ public integer O_WRONLY ] { 1 }
- Constant [ public integer O_RDWR ] { 2 }
- Constant [ public integer O_CREAT ] { 64 }
- Constant [ public integer O_EXCL ] { 128 }
- Constant [ public integer O_TRUNC ] { 512 }
- Constant [ public integer O_APPEND ] { 1024 }
- Constant [ public integer S_IFDIR ] { 16384 }
- Constant [ public integer S_IFREG ] { 32768 }
- Constant [ public integer O_NOCTTY ] { 256 }
- Constant [ public integer S_IRWXU ] { 448 }
- Constant [ public integer S_IRUSR ] { 256 }
- Constant [ public integer S_IWUSR ] { 128 }
- Constant [ public integer S_IXUSR ] { 64 }
- Constant [ public integer S_IRWXG ] { 56 }
- Constant [ public integer S_IRGRP ] { 32 }
- Constant [ public integer S_IWGRP ] { 16 }
- Constant [ public integer S_IXGRP ] { 8 }
- Constant [ public integer S_IRWXO ] { 7 }
- Constant [ public integer S_IROTH ] { 4 }
- Constant [ public integer S_IWOTH ] { 2 }
- Constant [ public integer S_IXOTH ] { 1 }
- Constant [ public integer SIG_IGN ] { 1 }
- Constant [ public integer SIG_DFL ] { 0 }
- Constant [ public integer SIG_ERR ] { -1 }
- Constant [ public integer SIGHUP ] { 1 }
- Constant [ public integer SIGINT ] { 2 }
- Constant [ public integer SIGQUIT ] { 3 }
- Constant [ public integer SIGILL ] { 4 }
- Constant [ public integer SIGTRAP ] { 5 }
- Constant [ public integer SIGABRT ] { 6 }
- Constant [ public integer SIGIOT ] { 6 }
- Constant [ public integer SIGBUS ] { 7 }
- Constant [ public integer SIGFPE ] { 8 }
- Constant [ public integer SIGKILL ] { 9 }
- Constant [ public integer SIGUSR1 ] { 10 }
- Constant [ public integer SIGSEGV ] { 11 }
- Constant [ public integer SIGUSR2 ] { 12 }
- Constant [ public integer SIGPIPE ] { 13 }
- Constant [ public integer SIGALRM ] { 14 }
- Constant [ public integer SIGTERM ] { 15 }
- Constant [ public integer SIGSTKFLT ] { 16 }
- Constant [ public integer SIGCLD ] { 17 }
- Constant [ public integer SIGCHLD ] { 17 }
- Constant [ public integer SIGCONT ] { 18 }
- Constant [ public integer SIGSTOP ] { 19 }
- Constant [ public integer SIGTSTP ] { 20 }
- Constant [ public integer SIGTTIN ] { 21 }
- Constant [ public integer SIGTTOU ] { 22 }
- Constant [ public integer SIGURG ] { 23 }
- Constant [ public integer SIGXCPU ] { 24 }
- Constant [ public integer SIGXFSZ ] { 25 }
- Constant [ public integer SIGVTALRM ] { 26 }
- Constant [ public integer SIGPROF ] { 27 }
- Constant [ public integer SIGWINCH ] { 28 }
- Constant [ public integer SIGPOLL ] { 29 }
- Constant [ public integer SIGIO ] { 29 }
- Constant [ public integer SIGPWR ] { 30 }
- Constant [ public integer SIGSYS ] { 31 }
- Constant [ public integer SIGBABY ] { 31 }
- Constant [ public integer AF_INET ] { 2 }
- Constant [ public integer AF_INET6 ] { 10 }
- Constant [ public integer AF_UNSPEC ] { 0 }
- Constant [ public integer LEAVE_GROUP ] { 0 }
- Constant [ public integer JOIN_GROUP ] { 1 }
- Constant [ public integer IS_UV_TCP ] { 0 }
- Constant [ public integer IS_UV_UDP ] { 1 }
- Constant [ public integer IS_UV_PIPE ] { 2 }
- Constant [ public integer IS_UV_IDLE ] { 3 }
- Constant [ public integer IS_UV_TIMER ] { 4 }
- Constant [ public integer IS_UV_ASYNC ] { 5 }
- Constant [ public integer IS_UV_LOOP ] { 6 }
- Constant [ public integer IS_UV_HANDLE ] { 7 }
- Constant [ public integer IS_UV_STREAM ] { 8 }
- Constant [ public integer IS_UV_ADDRINFO ] { 9 }
- Constant [ public integer IS_UV_PROCESS ] { 10 }
- Constant [ public integer IS_UV_PREPARE ] { 11 }
- Constant [ public integer IS_UV_CHECK ] { 12 }
- Constant [ public integer IS_UV_WORK ] { 13 }
- Constant [ public integer IS_UV_FS ] { 14 }
- Constant [ public integer IS_UV_FS_EVENT ] { 15 }
- Constant [ public integer IS_UV_TTY ] { 16 }
- Constant [ public integer IS_UV_FS_POLL ] { 17 }
- Constant [ public integer IS_UV_POLL ] { 18 }
- Constant [ public integer UNKNOWN_HANDLE ] { 0 }
- Constant [ public integer FILE ] { 17 }
- Constant [ public integer ASYNC ] { 1 }
- Constant [ public integer CHECK ] { 2 }
- Constant [ public integer FS_EVENT ] { 3 }
- Constant [ public integer FS_POLL ] { 4 }
- Constant [ public integer HANDLE ] { 5 }
- Constant [ public integer IDLE ] { 6 }
- Constant [ public integer NAMED_PIPE ] { 7 }
- Constant [ public integer POLL ] { 8 }
- Constant [ public integer PREPARE ] { 9 }
- Constant [ public integer PROCESS ] { 10 }
- Constant [ public integer STREAM ] { 11 }
- Constant [ public integer TCP ] { 12 }
- Constant [ public integer TIMER ] { 13 }
- Constant [ public integer TTY ] { 14 }
- Constant [ public integer UDP ] { 15 }
- Constant [ public integer SIGNAL ] { 16 }
- Constant [ public integer HANDLE_TYPE_MAX ] { 18 }
- Constant [ public integer IGNORE ] { 0 }
- Constant [ public integer CREATE_PIPE ] { 1 }
- Constant [ public integer INHERIT_FD ] { 2 }
- Constant [ public integer INHERIT_STREAM ] { 4 }
- Constant [ public integer READABLE_PIPE ] { 16 }
- Constant [ public integer WRITABLE_PIPE ] { 32 }
- Constant [ public integer PROCESS_SETUID ] { 1 }
- Constant [ public integer PROCESS_SETGID ] { 2 }
- Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
- Constant [ public integer PROCESS_DETACHED ] { 8 }
- Constant [ public integer E2BIG ] { -7 }
- Constant [ public integer EACCES ] { -13 }
- Constant [ public integer EADDRINUSE ] { -98 }
- Constant [ public integer EADDRNOTAVAIL ] { -99 }
- Constant [ public integer EAFNOSUPPORT ] { -97 }
- Constant [ public integer EAGAIN ] { -11 }
- Constant [ public integer EAI_ADDRFAMILY ] { -3000 }
- Constant [ public integer EAI_AGAIN ] { -3001 }
- Constant [ public integer EAI_BADFLAGS ] { -3002 }
- Constant [ public integer EAI_BADHINTS ] { -3013 }
- Constant [ public integer EAI_CANCELED ] { -3003 }
- Constant [ public integer EAI_FAIL ] { -3004 }
- Constant [ public integer EAI_FAMILY ] { -3005 }
- Constant [ public integer EAI_MEMORY ] { -3006 }
- Constant [ public integer EAI_NODATA ] { -3007 }
- Constant [ public integer EAI_NONAME ] { -3008 }
- Constant [ public integer EAI_OVERFLOW ] { -3009 }
- Constant [ public integer EAI_PROTOCOL ] { -3014 }
- Constant [ public integer EAI_SERVICE ] { -3010 }
- Constant [ public integer EAI_SOCKTYPE ] { -3011 }
- Constant [ public integer EALREADY ] { -114 }
- Constant [ public integer EBADF ] { -9 }
- Constant [ public integer EBUSY ] { -16 }
- Constant [ public integer ECANCELED ] { -125 }
- Constant [ public integer ECHARSET ] { -4080 }
- Constant [ public integer ECONNABORTED ] { -103 }
- Constant [ public integer ECONNREFUSED ] { -111 }
- Constant [ public integer ECONNRESET ] { -104 }
- Constant [ public integer EDESTADDRREQ ] { -89 }
- Constant [ public integer EEXIST ] { -17 }
- Constant [ public integer EFAULT ] { -14 }
- Constant [ public integer EFBIG ] { -27 }
- Constant [ public integer EHOSTUNREACH ] { -113 }
- Constant [ public integer EINTR ] { -4 }
- Constant [ public integer EINVAL ] { -22 }
- Constant [ public integer EIO ] { -5 }
- Constant [ public integer EISCONN ] { -106 }
- Constant [ public integer EISDIR ] { -21 }
- Constant [ public integer ELOOP ] { -40 }
- Constant [ public integer EMFILE ] { -24 }
- Constant [ public integer EMSGSIZE ] { -90 }
- Constant [ public integer ENAMETOOLONG ] { -36 }
- Constant [ public integer ENETDOWN ] { -100 }
- Constant [ public integer ENETUNREACH ] { -101 }
- Constant [ public integer ENFILE ] { -23 }
- Constant [ public integer ENOBUFS ] { -105 }
- Constant [ public integer ENODEV ] { -19 }
- Constant [ public integer ENOENT ] { -2 }
- Constant [ public integer ENOMEM ] { -12 }
- Constant [ public integer ENONET ] { -64 }
- Constant [ public integer ENOPROTOOPT ] { -92 }
- Constant [ public integer ENOSPC ] { -28 }
- Constant [ public integer ENOSYS ] { -38 }
- Constant [ public integer ENOTCONN ] { -107 }
- Constant [ public integer ENOTDIR ] { -20 }
- Constant [ public integer ENOTEMPTY ] { -39 }
- Constant [ public integer ENOTSOCK ] { -88 }
- Constant [ public integer ENOTSUP ] { -95 }
- Constant [ public integer EPERM ] { -1 }
- Constant [ public integer EPIPE ] { -32 }
- Constant [ public integer EPROTO ] { -71 }
- Constant [ public integer EPROTONOSUPPORT ] { -93 }
- Constant [ public integer EPROTOTYPE ] { -91 }
- Constant [ public integer ERANGE ] { -34 }
- Constant [ public integer EROFS ] { -30 }
- Constant [ public integer ESHUTDOWN ] { -108 }
- Constant [ public integer ESPIPE ] { -29 }
- Constant [ public integer ESRCH ] { -3 }
- Constant [ public integer ETIMEDOUT ] { -110 }
- Constant [ public integer ETXTBSY ] { -26 }
- Constant [ public integer EXDEV ] { -18 }
- Constant [ public integer UNKNOWN ] { -4094 }
- Constant [ public integer EOF ] { -4095 }
- Constant [ public integer ENXIO ] { -6 }
- Constant [ public integer EMLINK ] { -31 }
- Constant [ public integer EHOSTDOWN ] { -112 }
- Constant [ public integer EREMOTEIO ] { -121 }
- Constant [ public integer ENOTTY ] { -25 }
- Constant [ public integer EFTYPE ] { -4028 }
+ Class [ <internal:uv> final class UVTty extends UVStream ] {
+
+ - Constants [206] {
+ Constant [ public int RUN_DEFAULT ] { 0 }
+ Constant [ public int RUN_ONCE ] { 1 }
+ Constant [ public int RUN_NOWAIT ] { 2 }
+ Constant [ public int CHANGE ] { 2 }
+ Constant [ public int RENAME ] { 1 }
+ Constant [ public int READABLE ] { 1 }
+ Constant [ public int WRITABLE ] { 2 }
+ Constant [ public int O_RDONLY ] { 0 }
+ Constant [ public int O_WRONLY ] { 1 }
+ Constant [ public int O_RDWR ] { 2 }
+ Constant [ public int O_CREAT ] { 64 }
+ Constant [ public int O_EXCL ] { 128 }
+ Constant [ public int O_TRUNC ] { 512 }
+ Constant [ public int O_APPEND ] { 1024 }
+ Constant [ public int S_IFDIR ] { 16384 }
+ Constant [ public int S_IFREG ] { 32768 }
+ Constant [ public int O_NOCTTY ] { 256 }
+ Constant [ public int S_IRWXU ] { 448 }
+ Constant [ public int S_IRUSR ] { 256 }
+ Constant [ public int S_IWUSR ] { 128 }
+ Constant [ public int S_IXUSR ] { 64 }
+ Constant [ public int S_IRWXG ] { 56 }
+ Constant [ public int S_IRGRP ] { 32 }
+ Constant [ public int S_IWGRP ] { 16 }
+ Constant [ public int S_IXGRP ] { 8 }
+ Constant [ public int S_IRWXO ] { 7 }
+ Constant [ public int S_IROTH ] { 4 }
+ Constant [ public int S_IWOTH ] { 2 }
+ Constant [ public int S_IXOTH ] { 1 }
+ Constant [ public int SIG_IGN ] { 1 }
+ Constant [ public int SIG_DFL ] { 0 }
+ Constant [ public int SIG_ERR ] { -1 }
+ Constant [ public int SIGHUP ] { 1 }
+ Constant [ public int SIGINT ] { 2 }
+ Constant [ public int SIGQUIT ] { 3 }
+ Constant [ public int SIGILL ] { 4 }
+ Constant [ public int SIGTRAP ] { 5 }
+ Constant [ public int SIGABRT ] { 6 }
+ Constant [ public int SIGIOT ] { 6 }
+ Constant [ public int SIGBUS ] { 7 }
+ Constant [ public int SIGFPE ] { 8 }
+ Constant [ public int SIGKILL ] { 9 }
+ Constant [ public int SIGUSR1 ] { 10 }
+ Constant [ public int SIGSEGV ] { 11 }
+ Constant [ public int SIGUSR2 ] { 12 }
+ Constant [ public int SIGPIPE ] { 13 }
+ Constant [ public int SIGALRM ] { 14 }
+ Constant [ public int SIGTERM ] { 15 }
+ Constant [ public int SIGSTKFLT ] { 16 }
+ Constant [ public int SIGCLD ] { 17 }
+ Constant [ public int SIGCHLD ] { 17 }
+ Constant [ public int SIGCONT ] { 18 }
+ Constant [ public int SIGSTOP ] { 19 }
+ Constant [ public int SIGTSTP ] { 20 }
+ Constant [ public int SIGTTIN ] { 21 }
+ Constant [ public int SIGTTOU ] { 22 }
+ Constant [ public int SIGURG ] { 23 }
+ Constant [ public int SIGXCPU ] { 24 }
+ Constant [ public int SIGXFSZ ] { 25 }
+ Constant [ public int SIGVTALRM ] { 26 }
+ Constant [ public int SIGPROF ] { 27 }
+ Constant [ public int SIGWINCH ] { 28 }
+ Constant [ public int SIGPOLL ] { 29 }
+ Constant [ public int SIGIO ] { 29 }
+ Constant [ public int SIGPWR ] { 30 }
+ Constant [ public int SIGSYS ] { 31 }
+ Constant [ public int SIGBABY ] { 31 }
+ Constant [ public int AF_INET ] { 2 }
+ Constant [ public int AF_INET6 ] { 10 }
+ Constant [ public int AF_UNSPEC ] { 0 }
+ Constant [ public int LEAVE_GROUP ] { 0 }
+ Constant [ public int JOIN_GROUP ] { 1 }
+ Constant [ public int IS_UV_TCP ] { 0 }
+ Constant [ public int IS_UV_UDP ] { 1 }
+ Constant [ public int IS_UV_PIPE ] { 2 }
+ Constant [ public int IS_UV_IDLE ] { 3 }
+ Constant [ public int IS_UV_TIMER ] { 4 }
+ Constant [ public int IS_UV_ASYNC ] { 5 }
+ Constant [ public int IS_UV_LOOP ] { 6 }
+ Constant [ public int IS_UV_HANDLE ] { 7 }
+ Constant [ public int IS_UV_STREAM ] { 8 }
+ Constant [ public int IS_UV_ADDRINFO ] { 9 }
+ Constant [ public int IS_UV_PROCESS ] { 10 }
+ Constant [ public int IS_UV_PREPARE ] { 11 }
+ Constant [ public int IS_UV_CHECK ] { 12 }
+ Constant [ public int IS_UV_WORK ] { 13 }
+ Constant [ public int IS_UV_FS ] { 14 }
+ Constant [ public int IS_UV_FS_EVENT ] { 15 }
+ Constant [ public int IS_UV_TTY ] { 16 }
+ Constant [ public int IS_UV_FS_POLL ] { 17 }
+ Constant [ public int IS_UV_POLL ] { 18 }
+ Constant [ public int UNKNOWN_HANDLE ] { 0 }
+ Constant [ public int FILE ] { 17 }
+ Constant [ public int ASYNC ] { 1 }
+ Constant [ public int CHECK ] { 2 }
+ Constant [ public int FS_EVENT ] { 3 }
+ Constant [ public int FS_POLL ] { 4 }
+ Constant [ public int HANDLE ] { 5 }
+ Constant [ public int IDLE ] { 6 }
+ Constant [ public int NAMED_PIPE ] { 7 }
+ Constant [ public int POLL ] { 8 }
+ Constant [ public int PREPARE ] { 9 }
+ Constant [ public int PROCESS ] { 10 }
+ Constant [ public int STREAM ] { 11 }
+ Constant [ public int TCP ] { 12 }
+ Constant [ public int TIMER ] { 13 }
+ Constant [ public int TTY ] { 14 }
+ Constant [ public int UDP ] { 15 }
+ Constant [ public int SIGNAL ] { 16 }
+ Constant [ public int HANDLE_TYPE_MAX ] { 18 }
+ Constant [ public int IGNORE ] { 0 }
+ Constant [ public int CREATE_PIPE ] { 1 }
+ Constant [ public int INHERIT_FD ] { 2 }
+ Constant [ public int INHERIT_STREAM ] { 4 }
+ Constant [ public int READABLE_PIPE ] { 16 }
+ Constant [ public int WRITABLE_PIPE ] { 32 }
+ Constant [ public int OVERLAPPED_PIPE ] { 64 }
+ Constant [ public int PROCESS_SETUID ] { 1 }
+ Constant [ public int PROCESS_SETGID ] { 2 }
+ Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
+ Constant [ public int PROCESS_DETACHED ] { 8 }
+ Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 }
+ Constant [ public int E2BIG ] { -7 }
+ Constant [ public int EACCES ] { -13 }
+ Constant [ public int EADDRINUSE ] { -98 }
+ Constant [ public int EADDRNOTAVAIL ] { -99 }
+ Constant [ public int EAFNOSUPPORT ] { -97 }
+ Constant [ public int EAGAIN ] { -11 }
+ Constant [ public int EAI_ADDRFAMILY ] { -3000 }
+ Constant [ public int EAI_AGAIN ] { -3001 }
+ Constant [ public int EAI_BADFLAGS ] { -3002 }
+ Constant [ public int EAI_BADHINTS ] { -3013 }
+ Constant [ public int EAI_CANCELED ] { -3003 }
+ Constant [ public int EAI_FAIL ] { -3004 }
+ Constant [ public int EAI_FAMILY ] { -3005 }
+ Constant [ public int EAI_MEMORY ] { -3006 }
+ Constant [ public int EAI_NODATA ] { -3007 }
+ Constant [ public int EAI_NONAME ] { -3008 }
+ Constant [ public int EAI_OVERFLOW ] { -3009 }
+ Constant [ public int EAI_PROTOCOL ] { -3014 }
+ Constant [ public int EAI_SERVICE ] { -3010 }
+ Constant [ public int EAI_SOCKTYPE ] { -3011 }
+ Constant [ public int EALREADY ] { -114 }
+ Constant [ public int EBADF ] { -9 }
+ Constant [ public int EBUSY ] { -16 }
+ Constant [ public int ECANCELED ] { -125 }
+ Constant [ public int ECHARSET ] { -4080 }
+ Constant [ public int ECONNABORTED ] { -103 }
+ Constant [ public int ECONNREFUSED ] { -111 }
+ Constant [ public int ECONNRESET ] { -104 }
+ Constant [ public int EDESTADDRREQ ] { -89 }
+ Constant [ public int EEXIST ] { -17 }
+ Constant [ public int EFAULT ] { -14 }
+ Constant [ public int EFBIG ] { -27 }
+ Constant [ public int EHOSTUNREACH ] { -113 }
+ Constant [ public int EINTR ] { -4 }
+ Constant [ public int EINVAL ] { -22 }
+ Constant [ public int EIO ] { -5 }
+ Constant [ public int EISCONN ] { -106 }
+ Constant [ public int EISDIR ] { -21 }
+ Constant [ public int ELOOP ] { -40 }
+ Constant [ public int EMFILE ] { -24 }
+ Constant [ public int EMSGSIZE ] { -90 }
+ Constant [ public int ENAMETOOLONG ] { -36 }
+ Constant [ public int ENETDOWN ] { -100 }
+ Constant [ public int ENETUNREACH ] { -101 }
+ Constant [ public int ENFILE ] { -23 }
+ Constant [ public int ENOBUFS ] { -105 }
+ Constant [ public int ENODEV ] { -19 }
+ Constant [ public int ENOENT ] { -2 }
+ Constant [ public int ENOMEM ] { -12 }
+ Constant [ public int ENONET ] { -64 }
+ Constant [ public int ENOPROTOOPT ] { -92 }
+ Constant [ public int ENOSPC ] { -28 }
+ Constant [ public int ENOSYS ] { -38 }
+ Constant [ public int ENOTCONN ] { -107 }
+ Constant [ public int ENOTDIR ] { -20 }
+ Constant [ public int ENOTEMPTY ] { -39 }
+ Constant [ public int ENOTSOCK ] { -88 }
+ Constant [ public int ENOTSUP ] { -95 }
+ Constant [ public int EOVERFLOW ] { -75 }
+ Constant [ public int EPERM ] { -1 }
+ Constant [ public int EPIPE ] { -32 }
+ Constant [ public int EPROTO ] { -71 }
+ Constant [ public int EPROTONOSUPPORT ] { -93 }
+ Constant [ public int EPROTOTYPE ] { -91 }
+ Constant [ public int ERANGE ] { -34 }
+ Constant [ public int EROFS ] { -30 }
+ Constant [ public int ESHUTDOWN ] { -108 }
+ Constant [ public int ESPIPE ] { -29 }
+ Constant [ public int ESRCH ] { -3 }
+ Constant [ public int ETIMEDOUT ] { -110 }
+ Constant [ public int ETXTBSY ] { -26 }
+ Constant [ public int EXDEV ] { -18 }
+ Constant [ public int UNKNOWN ] { -4094 }
+ Constant [ public int EOF ] { -4095 }
+ Constant [ public int ENXIO ] { -6 }
+ Constant [ public int EMLINK ] { -31 }
+ Constant [ public int EHOSTDOWN ] { -112 }
+ Constant [ public int EREMOTEIO ] { -121 }
+ Constant [ public int ENOTTY ] { -25 }
+ Constant [ public int EFTYPE ] { -4028 }
+ Constant [ public int EILSEQ ] { -84 }
+ Constant [ public int ESOCKTNOSUPPORT ] { -94 }
}
- Static properties [0] {
@@ -4445,208 +4631,215 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
}
}
- Class [ <internal:uv> final class UVFSPoll extends UV ] {
-
- - Constants [199] {
- Constant [ public integer RUN_DEFAULT ] { 0 }
- Constant [ public integer RUN_ONCE ] { 1 }
- Constant [ public integer RUN_NOWAIT ] { 2 }
- Constant [ public integer CHANGE ] { 2 }
- Constant [ public integer RENAME ] { 1 }
- Constant [ public integer READABLE ] { 1 }
- Constant [ public integer WRITABLE ] { 2 }
- Constant [ public integer O_RDONLY ] { 0 }
- Constant [ public integer O_WRONLY ] { 1 }
- Constant [ public integer O_RDWR ] { 2 }
- Constant [ public integer O_CREAT ] { 64 }
- Constant [ public integer O_EXCL ] { 128 }
- Constant [ public integer O_TRUNC ] { 512 }
- Constant [ public integer O_APPEND ] { 1024 }
- Constant [ public integer S_IFDIR ] { 16384 }
- Constant [ public integer S_IFREG ] { 32768 }
- Constant [ public integer O_NOCTTY ] { 256 }
- Constant [ public integer S_IRWXU ] { 448 }
- Constant [ public integer S_IRUSR ] { 256 }
- Constant [ public integer S_IWUSR ] { 128 }
- Constant [ public integer S_IXUSR ] { 64 }
- Constant [ public integer S_IRWXG ] { 56 }
- Constant [ public integer S_IRGRP ] { 32 }
- Constant [ public integer S_IWGRP ] { 16 }
- Constant [ public integer S_IXGRP ] { 8 }
- Constant [ public integer S_IRWXO ] { 7 }
- Constant [ public integer S_IROTH ] { 4 }
- Constant [ public integer S_IWOTH ] { 2 }
- Constant [ public integer S_IXOTH ] { 1 }
- Constant [ public integer SIG_IGN ] { 1 }
- Constant [ public integer SIG_DFL ] { 0 }
- Constant [ public integer SIG_ERR ] { -1 }
- Constant [ public integer SIGHUP ] { 1 }
- Constant [ public integer SIGINT ] { 2 }
- Constant [ public integer SIGQUIT ] { 3 }
- Constant [ public integer SIGILL ] { 4 }
- Constant [ public integer SIGTRAP ] { 5 }
- Constant [ public integer SIGABRT ] { 6 }
- Constant [ public integer SIGIOT ] { 6 }
- Constant [ public integer SIGBUS ] { 7 }
- Constant [ public integer SIGFPE ] { 8 }
- Constant [ public integer SIGKILL ] { 9 }
- Constant [ public integer SIGUSR1 ] { 10 }
- Constant [ public integer SIGSEGV ] { 11 }
- Constant [ public integer SIGUSR2 ] { 12 }
- Constant [ public integer SIGPIPE ] { 13 }
- Constant [ public integer SIGALRM ] { 14 }
- Constant [ public integer SIGTERM ] { 15 }
- Constant [ public integer SIGSTKFLT ] { 16 }
- Constant [ public integer SIGCLD ] { 17 }
- Constant [ public integer SIGCHLD ] { 17 }
- Constant [ public integer SIGCONT ] { 18 }
- Constant [ public integer SIGSTOP ] { 19 }
- Constant [ public integer SIGTSTP ] { 20 }
- Constant [ public integer SIGTTIN ] { 21 }
- Constant [ public integer SIGTTOU ] { 22 }
- Constant [ public integer SIGURG ] { 23 }
- Constant [ public integer SIGXCPU ] { 24 }
- Constant [ public integer SIGXFSZ ] { 25 }
- Constant [ public integer SIGVTALRM ] { 26 }
- Constant [ public integer SIGPROF ] { 27 }
- Constant [ public integer SIGWINCH ] { 28 }
- Constant [ public integer SIGPOLL ] { 29 }
- Constant [ public integer SIGIO ] { 29 }
- Constant [ public integer SIGPWR ] { 30 }
- Constant [ public integer SIGSYS ] { 31 }
- Constant [ public integer SIGBABY ] { 31 }
- Constant [ public integer AF_INET ] { 2 }
- Constant [ public integer AF_INET6 ] { 10 }
- Constant [ public integer AF_UNSPEC ] { 0 }
- Constant [ public integer LEAVE_GROUP ] { 0 }
- Constant [ public integer JOIN_GROUP ] { 1 }
- Constant [ public integer IS_UV_TCP ] { 0 }
- Constant [ public integer IS_UV_UDP ] { 1 }
- Constant [ public integer IS_UV_PIPE ] { 2 }
- Constant [ public integer IS_UV_IDLE ] { 3 }
- Constant [ public integer IS_UV_TIMER ] { 4 }
- Constant [ public integer IS_UV_ASYNC ] { 5 }
- Constant [ public integer IS_UV_LOOP ] { 6 }
- Constant [ public integer IS_UV_HANDLE ] { 7 }
- Constant [ public integer IS_UV_STREAM ] { 8 }
- Constant [ public integer IS_UV_ADDRINFO ] { 9 }
- Constant [ public integer IS_UV_PROCESS ] { 10 }
- Constant [ public integer IS_UV_PREPARE ] { 11 }
- Constant [ public integer IS_UV_CHECK ] { 12 }
- Constant [ public integer IS_UV_WORK ] { 13 }
- Constant [ public integer IS_UV_FS ] { 14 }
- Constant [ public integer IS_UV_FS_EVENT ] { 15 }
- Constant [ public integer IS_UV_TTY ] { 16 }
- Constant [ public integer IS_UV_FS_POLL ] { 17 }
- Constant [ public integer IS_UV_POLL ] { 18 }
- Constant [ public integer UNKNOWN_HANDLE ] { 0 }
- Constant [ public integer FILE ] { 17 }
- Constant [ public integer ASYNC ] { 1 }
- Constant [ public integer CHECK ] { 2 }
- Constant [ public integer FS_EVENT ] { 3 }
- Constant [ public integer FS_POLL ] { 4 }
- Constant [ public integer HANDLE ] { 5 }
- Constant [ public integer IDLE ] { 6 }
- Constant [ public integer NAMED_PIPE ] { 7 }
- Constant [ public integer POLL ] { 8 }
- Constant [ public integer PREPARE ] { 9 }
- Constant [ public integer PROCESS ] { 10 }
- Constant [ public integer STREAM ] { 11 }
- Constant [ public integer TCP ] { 12 }
- Constant [ public integer TIMER ] { 13 }
- Constant [ public integer TTY ] { 14 }
- Constant [ public integer UDP ] { 15 }
- Constant [ public integer SIGNAL ] { 16 }
- Constant [ public integer HANDLE_TYPE_MAX ] { 18 }
- Constant [ public integer IGNORE ] { 0 }
- Constant [ public integer CREATE_PIPE ] { 1 }
- Constant [ public integer INHERIT_FD ] { 2 }
- Constant [ public integer INHERIT_STREAM ] { 4 }
- Constant [ public integer READABLE_PIPE ] { 16 }
- Constant [ public integer WRITABLE_PIPE ] { 32 }
- Constant [ public integer PROCESS_SETUID ] { 1 }
- Constant [ public integer PROCESS_SETGID ] { 2 }
- Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
- Constant [ public integer PROCESS_DETACHED ] { 8 }
- Constant [ public integer E2BIG ] { -7 }
- Constant [ public integer EACCES ] { -13 }
- Constant [ public integer EADDRINUSE ] { -98 }
- Constant [ public integer EADDRNOTAVAIL ] { -99 }
- Constant [ public integer EAFNOSUPPORT ] { -97 }
- Constant [ public integer EAGAIN ] { -11 }
- Constant [ public integer EAI_ADDRFAMILY ] { -3000 }
- Constant [ public integer EAI_AGAIN ] { -3001 }
- Constant [ public integer EAI_BADFLAGS ] { -3002 }
- Constant [ public integer EAI_BADHINTS ] { -3013 }
- Constant [ public integer EAI_CANCELED ] { -3003 }
- Constant [ public integer EAI_FAIL ] { -3004 }
- Constant [ public integer EAI_FAMILY ] { -3005 }
- Constant [ public integer EAI_MEMORY ] { -3006 }
- Constant [ public integer EAI_NODATA ] { -3007 }
- Constant [ public integer EAI_NONAME ] { -3008 }
- Constant [ public integer EAI_OVERFLOW ] { -3009 }
- Constant [ public integer EAI_PROTOCOL ] { -3014 }
- Constant [ public integer EAI_SERVICE ] { -3010 }
- Constant [ public integer EAI_SOCKTYPE ] { -3011 }
- Constant [ public integer EALREADY ] { -114 }
- Constant [ public integer EBADF ] { -9 }
- Constant [ public integer EBUSY ] { -16 }
- Constant [ public integer ECANCELED ] { -125 }
- Constant [ public integer ECHARSET ] { -4080 }
- Constant [ public integer ECONNABORTED ] { -103 }
- Constant [ public integer ECONNREFUSED ] { -111 }
- Constant [ public integer ECONNRESET ] { -104 }
- Constant [ public integer EDESTADDRREQ ] { -89 }
- Constant [ public integer EEXIST ] { -17 }
- Constant [ public integer EFAULT ] { -14 }
- Constant [ public integer EFBIG ] { -27 }
- Constant [ public integer EHOSTUNREACH ] { -113 }
- Constant [ public integer EINTR ] { -4 }
- Constant [ public integer EINVAL ] { -22 }
- Constant [ public integer EIO ] { -5 }
- Constant [ public integer EISCONN ] { -106 }
- Constant [ public integer EISDIR ] { -21 }
- Constant [ public integer ELOOP ] { -40 }
- Constant [ public integer EMFILE ] { -24 }
- Constant [ public integer EMSGSIZE ] { -90 }
- Constant [ public integer ENAMETOOLONG ] { -36 }
- Constant [ public integer ENETDOWN ] { -100 }
- Constant [ public integer ENETUNREACH ] { -101 }
- Constant [ public integer ENFILE ] { -23 }
- Constant [ public integer ENOBUFS ] { -105 }
- Constant [ public integer ENODEV ] { -19 }
- Constant [ public integer ENOENT ] { -2 }
- Constant [ public integer ENOMEM ] { -12 }
- Constant [ public integer ENONET ] { -64 }
- Constant [ public integer ENOPROTOOPT ] { -92 }
- Constant [ public integer ENOSPC ] { -28 }
- Constant [ public integer ENOSYS ] { -38 }
- Constant [ public integer ENOTCONN ] { -107 }
- Constant [ public integer ENOTDIR ] { -20 }
- Constant [ public integer ENOTEMPTY ] { -39 }
- Constant [ public integer ENOTSOCK ] { -88 }
- Constant [ public integer ENOTSUP ] { -95 }
- Constant [ public integer EPERM ] { -1 }
- Constant [ public integer EPIPE ] { -32 }
- Constant [ public integer EPROTO ] { -71 }
- Constant [ public integer EPROTONOSUPPORT ] { -93 }
- Constant [ public integer EPROTOTYPE ] { -91 }
- Constant [ public integer ERANGE ] { -34 }
- Constant [ public integer EROFS ] { -30 }
- Constant [ public integer ESHUTDOWN ] { -108 }
- Constant [ public integer ESPIPE ] { -29 }
- Constant [ public integer ESRCH ] { -3 }
- Constant [ public integer ETIMEDOUT ] { -110 }
- Constant [ public integer ETXTBSY ] { -26 }
- Constant [ public integer EXDEV ] { -18 }
- Constant [ public integer UNKNOWN ] { -4094 }
- Constant [ public integer EOF ] { -4095 }
- Constant [ public integer ENXIO ] { -6 }
- Constant [ public integer EMLINK ] { -31 }
- Constant [ public integer EHOSTDOWN ] { -112 }
- Constant [ public integer EREMOTEIO ] { -121 }
- Constant [ public integer ENOTTY ] { -25 }
- Constant [ public integer EFTYPE ] { -4028 }
+ Class [ <internal:uv> final class UVFsPoll extends UV ] {
+
+ - Constants [206] {
+ Constant [ public int RUN_DEFAULT ] { 0 }
+ Constant [ public int RUN_ONCE ] { 1 }
+ Constant [ public int RUN_NOWAIT ] { 2 }
+ Constant [ public int CHANGE ] { 2 }
+ Constant [ public int RENAME ] { 1 }
+ Constant [ public int READABLE ] { 1 }
+ Constant [ public int WRITABLE ] { 2 }
+ Constant [ public int O_RDONLY ] { 0 }
+ Constant [ public int O_WRONLY ] { 1 }
+ Constant [ public int O_RDWR ] { 2 }
+ Constant [ public int O_CREAT ] { 64 }
+ Constant [ public int O_EXCL ] { 128 }
+ Constant [ public int O_TRUNC ] { 512 }
+ Constant [ public int O_APPEND ] { 1024 }
+ Constant [ public int S_IFDIR ] { 16384 }
+ Constant [ public int S_IFREG ] { 32768 }
+ Constant [ public int O_NOCTTY ] { 256 }
+ Constant [ public int S_IRWXU ] { 448 }
+ Constant [ public int S_IRUSR ] { 256 }
+ Constant [ public int S_IWUSR ] { 128 }
+ Constant [ public int S_IXUSR ] { 64 }
+ Constant [ public int S_IRWXG ] { 56 }
+ Constant [ public int S_IRGRP ] { 32 }
+ Constant [ public int S_IWGRP ] { 16 }
+ Constant [ public int S_IXGRP ] { 8 }
+ Constant [ public int S_IRWXO ] { 7 }
+ Constant [ public int S_IROTH ] { 4 }
+ Constant [ public int S_IWOTH ] { 2 }
+ Constant [ public int S_IXOTH ] { 1 }
+ Constant [ public int SIG_IGN ] { 1 }
+ Constant [ public int SIG_DFL ] { 0 }
+ Constant [ public int SIG_ERR ] { -1 }
+ Constant [ public int SIGHUP ] { 1 }
+ Constant [ public int SIGINT ] { 2 }
+ Constant [ public int SIGQUIT ] { 3 }
+ Constant [ public int SIGILL ] { 4 }
+ Constant [ public int SIGTRAP ] { 5 }
+ Constant [ public int SIGABRT ] { 6 }
+ Constant [ public int SIGIOT ] { 6 }
+ Constant [ public int SIGBUS ] { 7 }
+ Constant [ public int SIGFPE ] { 8 }
+ Constant [ public int SIGKILL ] { 9 }
+ Constant [ public int SIGUSR1 ] { 10 }
+ Constant [ public int SIGSEGV ] { 11 }
+ Constant [ public int SIGUSR2 ] { 12 }
+ Constant [ public int SIGPIPE ] { 13 }
+ Constant [ public int SIGALRM ] { 14 }
+ Constant [ public int SIGTERM ] { 15 }
+ Constant [ public int SIGSTKFLT ] { 16 }
+ Constant [ public int SIGCLD ] { 17 }
+ Constant [ public int SIGCHLD ] { 17 }
+ Constant [ public int SIGCONT ] { 18 }
+ Constant [ public int SIGSTOP ] { 19 }
+ Constant [ public int SIGTSTP ] { 20 }
+ Constant [ public int SIGTTIN ] { 21 }
+ Constant [ public int SIGTTOU ] { 22 }
+ Constant [ public int SIGURG ] { 23 }
+ Constant [ public int SIGXCPU ] { 24 }
+ Constant [ public int SIGXFSZ ] { 25 }
+ Constant [ public int SIGVTALRM ] { 26 }
+ Constant [ public int SIGPROF ] { 27 }
+ Constant [ public int SIGWINCH ] { 28 }
+ Constant [ public int SIGPOLL ] { 29 }
+ Constant [ public int SIGIO ] { 29 }
+ Constant [ public int SIGPWR ] { 30 }
+ Constant [ public int SIGSYS ] { 31 }
+ Constant [ public int SIGBABY ] { 31 }
+ Constant [ public int AF_INET ] { 2 }
+ Constant [ public int AF_INET6 ] { 10 }
+ Constant [ public int AF_UNSPEC ] { 0 }
+ Constant [ public int LEAVE_GROUP ] { 0 }
+ Constant [ public int JOIN_GROUP ] { 1 }
+ Constant [ public int IS_UV_TCP ] { 0 }
+ Constant [ public int IS_UV_UDP ] { 1 }
+ Constant [ public int IS_UV_PIPE ] { 2 }
+ Constant [ public int IS_UV_IDLE ] { 3 }
+ Constant [ public int IS_UV_TIMER ] { 4 }
+ Constant [ public int IS_UV_ASYNC ] { 5 }
+ Constant [ public int IS_UV_LOOP ] { 6 }
+ Constant [ public int IS_UV_HANDLE ] { 7 }
+ Constant [ public int IS_UV_STREAM ] { 8 }
+ Constant [ public int IS_UV_ADDRINFO ] { 9 }
+ Constant [ public int IS_UV_PROCESS ] { 10 }
+ Constant [ public int IS_UV_PREPARE ] { 11 }
+ Constant [ public int IS_UV_CHECK ] { 12 }
+ Constant [ public int IS_UV_WORK ] { 13 }
+ Constant [ public int IS_UV_FS ] { 14 }
+ Constant [ public int IS_UV_FS_EVENT ] { 15 }
+ Constant [ public int IS_UV_TTY ] { 16 }
+ Constant [ public int IS_UV_FS_POLL ] { 17 }
+ Constant [ public int IS_UV_POLL ] { 18 }
+ Constant [ public int UNKNOWN_HANDLE ] { 0 }
+ Constant [ public int FILE ] { 17 }
+ Constant [ public int ASYNC ] { 1 }
+ Constant [ public int CHECK ] { 2 }
+ Constant [ public int FS_EVENT ] { 3 }
+ Constant [ public int FS_POLL ] { 4 }
+ Constant [ public int HANDLE ] { 5 }
+ Constant [ public int IDLE ] { 6 }
+ Constant [ public int NAMED_PIPE ] { 7 }
+ Constant [ public int POLL ] { 8 }
+ Constant [ public int PREPARE ] { 9 }
+ Constant [ public int PROCESS ] { 10 }
+ Constant [ public int STREAM ] { 11 }
+ Constant [ public int TCP ] { 12 }
+ Constant [ public int TIMER ] { 13 }
+ Constant [ public int TTY ] { 14 }
+ Constant [ public int UDP ] { 15 }
+ Constant [ public int SIGNAL ] { 16 }
+ Constant [ public int HANDLE_TYPE_MAX ] { 18 }
+ Constant [ public int IGNORE ] { 0 }
+ Constant [ public int CREATE_PIPE ] { 1 }
+ Constant [ public int INHERIT_FD ] { 2 }
+ Constant [ public int INHERIT_STREAM ] { 4 }
+ Constant [ public int READABLE_PIPE ] { 16 }
+ Constant [ public int WRITABLE_PIPE ] { 32 }
+ Constant [ public int OVERLAPPED_PIPE ] { 64 }
+ Constant [ public int PROCESS_SETUID ] { 1 }
+ Constant [ public int PROCESS_SETGID ] { 2 }
+ Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
+ Constant [ public int PROCESS_DETACHED ] { 8 }
+ Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 }
+ Constant [ public int E2BIG ] { -7 }
+ Constant [ public int EACCES ] { -13 }
+ Constant [ public int EADDRINUSE ] { -98 }
+ Constant [ public int EADDRNOTAVAIL ] { -99 }
+ Constant [ public int EAFNOSUPPORT ] { -97 }
+ Constant [ public int EAGAIN ] { -11 }
+ Constant [ public int EAI_ADDRFAMILY ] { -3000 }
+ Constant [ public int EAI_AGAIN ] { -3001 }
+ Constant [ public int EAI_BADFLAGS ] { -3002 }
+ Constant [ public int EAI_BADHINTS ] { -3013 }
+ Constant [ public int EAI_CANCELED ] { -3003 }
+ Constant [ public int EAI_FAIL ] { -3004 }
+ Constant [ public int EAI_FAMILY ] { -3005 }
+ Constant [ public int EAI_MEMORY ] { -3006 }
+ Constant [ public int EAI_NODATA ] { -3007 }
+ Constant [ public int EAI_NONAME ] { -3008 }
+ Constant [ public int EAI_OVERFLOW ] { -3009 }
+ Constant [ public int EAI_PROTOCOL ] { -3014 }
+ Constant [ public int EAI_SERVICE ] { -3010 }
+ Constant [ public int EAI_SOCKTYPE ] { -3011 }
+ Constant [ public int EALREADY ] { -114 }
+ Constant [ public int EBADF ] { -9 }
+ Constant [ public int EBUSY ] { -16 }
+ Constant [ public int ECANCELED ] { -125 }
+ Constant [ public int ECHARSET ] { -4080 }
+ Constant [ public int ECONNABORTED ] { -103 }
+ Constant [ public int ECONNREFUSED ] { -111 }
+ Constant [ public int ECONNRESET ] { -104 }
+ Constant [ public int EDESTADDRREQ ] { -89 }
+ Constant [ public int EEXIST ] { -17 }
+ Constant [ public int EFAULT ] { -14 }
+ Constant [ public int EFBIG ] { -27 }
+ Constant [ public int EHOSTUNREACH ] { -113 }
+ Constant [ public int EINTR ] { -4 }
+ Constant [ public int EINVAL ] { -22 }
+ Constant [ public int EIO ] { -5 }
+ Constant [ public int EISCONN ] { -106 }
+ Constant [ public int EISDIR ] { -21 }
+ Constant [ public int ELOOP ] { -40 }
+ Constant [ public int EMFILE ] { -24 }
+ Constant [ public int EMSGSIZE ] { -90 }
+ Constant [ public int ENAMETOOLONG ] { -36 }
+ Constant [ public int ENETDOWN ] { -100 }
+ Constant [ public int ENETUNREACH ] { -101 }
+ Constant [ public int ENFILE ] { -23 }
+ Constant [ public int ENOBUFS ] { -105 }
+ Constant [ public int ENODEV ] { -19 }
+ Constant [ public int ENOENT ] { -2 }
+ Constant [ public int ENOMEM ] { -12 }
+ Constant [ public int ENONET ] { -64 }
+ Constant [ public int ENOPROTOOPT ] { -92 }
+ Constant [ public int ENOSPC ] { -28 }
+ Constant [ public int ENOSYS ] { -38 }
+ Constant [ public int ENOTCONN ] { -107 }
+ Constant [ public int ENOTDIR ] { -20 }
+ Constant [ public int ENOTEMPTY ] { -39 }
+ Constant [ public int ENOTSOCK ] { -88 }
+ Constant [ public int ENOTSUP ] { -95 }
+ Constant [ public int EOVERFLOW ] { -75 }
+ Constant [ public int EPERM ] { -1 }
+ Constant [ public int EPIPE ] { -32 }
+ Constant [ public int EPROTO ] { -71 }
+ Constant [ public int EPROTONOSUPPORT ] { -93 }
+ Constant [ public int EPROTOTYPE ] { -91 }
+ Constant [ public int ERANGE ] { -34 }
+ Constant [ public int EROFS ] { -30 }
+ Constant [ public int ESHUTDOWN ] { -108 }
+ Constant [ public int ESPIPE ] { -29 }
+ Constant [ public int ESRCH ] { -3 }
+ Constant [ public int ETIMEDOUT ] { -110 }
+ Constant [ public int ETXTBSY ] { -26 }
+ Constant [ public int EXDEV ] { -18 }
+ Constant [ public int UNKNOWN ] { -4094 }
+ Constant [ public int EOF ] { -4095 }
+ Constant [ public int ENXIO ] { -6 }
+ Constant [ public int EMLINK ] { -31 }
+ Constant [ public int EHOSTDOWN ] { -112 }
+ Constant [ public int EREMOTEIO ] { -121 }
+ Constant [ public int ENOTTY ] { -25 }
+ Constant [ public int EFTYPE ] { -4028 }
+ Constant [ public int EILSEQ ] { -84 }
+ Constant [ public int ESOCKTNOSUPPORT ] { -94 }
}
- Static properties [0] {
@@ -4664,206 +4857,213 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Class [ <internal:uv> final class UVPoll extends UV ] {
- - Constants [199] {
- Constant [ public integer RUN_DEFAULT ] { 0 }
- Constant [ public integer RUN_ONCE ] { 1 }
- Constant [ public integer RUN_NOWAIT ] { 2 }
- Constant [ public integer CHANGE ] { 2 }
- Constant [ public integer RENAME ] { 1 }
- Constant [ public integer READABLE ] { 1 }
- Constant [ public integer WRITABLE ] { 2 }
- Constant [ public integer O_RDONLY ] { 0 }
- Constant [ public integer O_WRONLY ] { 1 }
- Constant [ public integer O_RDWR ] { 2 }
- Constant [ public integer O_CREAT ] { 64 }
- Constant [ public integer O_EXCL ] { 128 }
- Constant [ public integer O_TRUNC ] { 512 }
- Constant [ public integer O_APPEND ] { 1024 }
- Constant [ public integer S_IFDIR ] { 16384 }
- Constant [ public integer S_IFREG ] { 32768 }
- Constant [ public integer O_NOCTTY ] { 256 }
- Constant [ public integer S_IRWXU ] { 448 }
- Constant [ public integer S_IRUSR ] { 256 }
- Constant [ public integer S_IWUSR ] { 128 }
- Constant [ public integer S_IXUSR ] { 64 }
- Constant [ public integer S_IRWXG ] { 56 }
- Constant [ public integer S_IRGRP ] { 32 }
- Constant [ public integer S_IWGRP ] { 16 }
- Constant [ public integer S_IXGRP ] { 8 }
- Constant [ public integer S_IRWXO ] { 7 }
- Constant [ public integer S_IROTH ] { 4 }
- Constant [ public integer S_IWOTH ] { 2 }
- Constant [ public integer S_IXOTH ] { 1 }
- Constant [ public integer SIG_IGN ] { 1 }
- Constant [ public integer SIG_DFL ] { 0 }
- Constant [ public integer SIG_ERR ] { -1 }
- Constant [ public integer SIGHUP ] { 1 }
- Constant [ public integer SIGINT ] { 2 }
- Constant [ public integer SIGQUIT ] { 3 }
- Constant [ public integer SIGILL ] { 4 }
- Constant [ public integer SIGTRAP ] { 5 }
- Constant [ public integer SIGABRT ] { 6 }
- Constant [ public integer SIGIOT ] { 6 }
- Constant [ public integer SIGBUS ] { 7 }
- Constant [ public integer SIGFPE ] { 8 }
- Constant [ public integer SIGKILL ] { 9 }
- Constant [ public integer SIGUSR1 ] { 10 }
- Constant [ public integer SIGSEGV ] { 11 }
- Constant [ public integer SIGUSR2 ] { 12 }
- Constant [ public integer SIGPIPE ] { 13 }
- Constant [ public integer SIGALRM ] { 14 }
- Constant [ public integer SIGTERM ] { 15 }
- Constant [ public integer SIGSTKFLT ] { 16 }
- Constant [ public integer SIGCLD ] { 17 }
- Constant [ public integer SIGCHLD ] { 17 }
- Constant [ public integer SIGCONT ] { 18 }
- Constant [ public integer SIGSTOP ] { 19 }
- Constant [ public integer SIGTSTP ] { 20 }
- Constant [ public integer SIGTTIN ] { 21 }
- Constant [ public integer SIGTTOU ] { 22 }
- Constant [ public integer SIGURG ] { 23 }
- Constant [ public integer SIGXCPU ] { 24 }
- Constant [ public integer SIGXFSZ ] { 25 }
- Constant [ public integer SIGVTALRM ] { 26 }
- Constant [ public integer SIGPROF ] { 27 }
- Constant [ public integer SIGWINCH ] { 28 }
- Constant [ public integer SIGPOLL ] { 29 }
- Constant [ public integer SIGIO ] { 29 }
- Constant [ public integer SIGPWR ] { 30 }
- Constant [ public integer SIGSYS ] { 31 }
- Constant [ public integer SIGBABY ] { 31 }
- Constant [ public integer AF_INET ] { 2 }
- Constant [ public integer AF_INET6 ] { 10 }
- Constant [ public integer AF_UNSPEC ] { 0 }
- Constant [ public integer LEAVE_GROUP ] { 0 }
- Constant [ public integer JOIN_GROUP ] { 1 }
- Constant [ public integer IS_UV_TCP ] { 0 }
- Constant [ public integer IS_UV_UDP ] { 1 }
- Constant [ public integer IS_UV_PIPE ] { 2 }
- Constant [ public integer IS_UV_IDLE ] { 3 }
- Constant [ public integer IS_UV_TIMER ] { 4 }
- Constant [ public integer IS_UV_ASYNC ] { 5 }
- Constant [ public integer IS_UV_LOOP ] { 6 }
- Constant [ public integer IS_UV_HANDLE ] { 7 }
- Constant [ public integer IS_UV_STREAM ] { 8 }
- Constant [ public integer IS_UV_ADDRINFO ] { 9 }
- Constant [ public integer IS_UV_PROCESS ] { 10 }
- Constant [ public integer IS_UV_PREPARE ] { 11 }
- Constant [ public integer IS_UV_CHECK ] { 12 }
- Constant [ public integer IS_UV_WORK ] { 13 }
- Constant [ public integer IS_UV_FS ] { 14 }
- Constant [ public integer IS_UV_FS_EVENT ] { 15 }
- Constant [ public integer IS_UV_TTY ] { 16 }
- Constant [ public integer IS_UV_FS_POLL ] { 17 }
- Constant [ public integer IS_UV_POLL ] { 18 }
- Constant [ public integer UNKNOWN_HANDLE ] { 0 }
- Constant [ public integer FILE ] { 17 }
- Constant [ public integer ASYNC ] { 1 }
- Constant [ public integer CHECK ] { 2 }
- Constant [ public integer FS_EVENT ] { 3 }
- Constant [ public integer FS_POLL ] { 4 }
- Constant [ public integer HANDLE ] { 5 }
- Constant [ public integer IDLE ] { 6 }
- Constant [ public integer NAMED_PIPE ] { 7 }
- Constant [ public integer POLL ] { 8 }
- Constant [ public integer PREPARE ] { 9 }
- Constant [ public integer PROCESS ] { 10 }
- Constant [ public integer STREAM ] { 11 }
- Constant [ public integer TCP ] { 12 }
- Constant [ public integer TIMER ] { 13 }
- Constant [ public integer TTY ] { 14 }
- Constant [ public integer UDP ] { 15 }
- Constant [ public integer SIGNAL ] { 16 }
- Constant [ public integer HANDLE_TYPE_MAX ] { 18 }
- Constant [ public integer IGNORE ] { 0 }
- Constant [ public integer CREATE_PIPE ] { 1 }
- Constant [ public integer INHERIT_FD ] { 2 }
- Constant [ public integer INHERIT_STREAM ] { 4 }
- Constant [ public integer READABLE_PIPE ] { 16 }
- Constant [ public integer WRITABLE_PIPE ] { 32 }
- Constant [ public integer PROCESS_SETUID ] { 1 }
- Constant [ public integer PROCESS_SETGID ] { 2 }
- Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
- Constant [ public integer PROCESS_DETACHED ] { 8 }
- Constant [ public integer E2BIG ] { -7 }
- Constant [ public integer EACCES ] { -13 }
- Constant [ public integer EADDRINUSE ] { -98 }
- Constant [ public integer EADDRNOTAVAIL ] { -99 }
- Constant [ public integer EAFNOSUPPORT ] { -97 }
- Constant [ public integer EAGAIN ] { -11 }
- Constant [ public integer EAI_ADDRFAMILY ] { -3000 }
- Constant [ public integer EAI_AGAIN ] { -3001 }
- Constant [ public integer EAI_BADFLAGS ] { -3002 }
- Constant [ public integer EAI_BADHINTS ] { -3013 }
- Constant [ public integer EAI_CANCELED ] { -3003 }
- Constant [ public integer EAI_FAIL ] { -3004 }
- Constant [ public integer EAI_FAMILY ] { -3005 }
- Constant [ public integer EAI_MEMORY ] { -3006 }
- Constant [ public integer EAI_NODATA ] { -3007 }
- Constant [ public integer EAI_NONAME ] { -3008 }
- Constant [ public integer EAI_OVERFLOW ] { -3009 }
- Constant [ public integer EAI_PROTOCOL ] { -3014 }
- Constant [ public integer EAI_SERVICE ] { -3010 }
- Constant [ public integer EAI_SOCKTYPE ] { -3011 }
- Constant [ public integer EALREADY ] { -114 }
- Constant [ public integer EBADF ] { -9 }
- Constant [ public integer EBUSY ] { -16 }
- Constant [ public integer ECANCELED ] { -125 }
- Constant [ public integer ECHARSET ] { -4080 }
- Constant [ public integer ECONNABORTED ] { -103 }
- Constant [ public integer ECONNREFUSED ] { -111 }
- Constant [ public integer ECONNRESET ] { -104 }
- Constant [ public integer EDESTADDRREQ ] { -89 }
- Constant [ public integer EEXIST ] { -17 }
- Constant [ public integer EFAULT ] { -14 }
- Constant [ public integer EFBIG ] { -27 }
- Constant [ public integer EHOSTUNREACH ] { -113 }
- Constant [ public integer EINTR ] { -4 }
- Constant [ public integer EINVAL ] { -22 }
- Constant [ public integer EIO ] { -5 }
- Constant [ public integer EISCONN ] { -106 }
- Constant [ public integer EISDIR ] { -21 }
- Constant [ public integer ELOOP ] { -40 }
- Constant [ public integer EMFILE ] { -24 }
- Constant [ public integer EMSGSIZE ] { -90 }
- Constant [ public integer ENAMETOOLONG ] { -36 }
- Constant [ public integer ENETDOWN ] { -100 }
- Constant [ public integer ENETUNREACH ] { -101 }
- Constant [ public integer ENFILE ] { -23 }
- Constant [ public integer ENOBUFS ] { -105 }
- Constant [ public integer ENODEV ] { -19 }
- Constant [ public integer ENOENT ] { -2 }
- Constant [ public integer ENOMEM ] { -12 }
- Constant [ public integer ENONET ] { -64 }
- Constant [ public integer ENOPROTOOPT ] { -92 }
- Constant [ public integer ENOSPC ] { -28 }
- Constant [ public integer ENOSYS ] { -38 }
- Constant [ public integer ENOTCONN ] { -107 }
- Constant [ public integer ENOTDIR ] { -20 }
- Constant [ public integer ENOTEMPTY ] { -39 }
- Constant [ public integer ENOTSOCK ] { -88 }
- Constant [ public integer ENOTSUP ] { -95 }
- Constant [ public integer EPERM ] { -1 }
- Constant [ public integer EPIPE ] { -32 }
- Constant [ public integer EPROTO ] { -71 }
- Constant [ public integer EPROTONOSUPPORT ] { -93 }
- Constant [ public integer EPROTOTYPE ] { -91 }
- Constant [ public integer ERANGE ] { -34 }
- Constant [ public integer EROFS ] { -30 }
- Constant [ public integer ESHUTDOWN ] { -108 }
- Constant [ public integer ESPIPE ] { -29 }
- Constant [ public integer ESRCH ] { -3 }
- Constant [ public integer ETIMEDOUT ] { -110 }
- Constant [ public integer ETXTBSY ] { -26 }
- Constant [ public integer EXDEV ] { -18 }
- Constant [ public integer UNKNOWN ] { -4094 }
- Constant [ public integer EOF ] { -4095 }
- Constant [ public integer ENXIO ] { -6 }
- Constant [ public integer EMLINK ] { -31 }
- Constant [ public integer EHOSTDOWN ] { -112 }
- Constant [ public integer EREMOTEIO ] { -121 }
- Constant [ public integer ENOTTY ] { -25 }
- Constant [ public integer EFTYPE ] { -4028 }
+ - Constants [206] {
+ Constant [ public int RUN_DEFAULT ] { 0 }
+ Constant [ public int RUN_ONCE ] { 1 }
+ Constant [ public int RUN_NOWAIT ] { 2 }
+ Constant [ public int CHANGE ] { 2 }
+ Constant [ public int RENAME ] { 1 }
+ Constant [ public int READABLE ] { 1 }
+ Constant [ public int WRITABLE ] { 2 }
+ Constant [ public int O_RDONLY ] { 0 }
+ Constant [ public int O_WRONLY ] { 1 }
+ Constant [ public int O_RDWR ] { 2 }
+ Constant [ public int O_CREAT ] { 64 }
+ Constant [ public int O_EXCL ] { 128 }
+ Constant [ public int O_TRUNC ] { 512 }
+ Constant [ public int O_APPEND ] { 1024 }
+ Constant [ public int S_IFDIR ] { 16384 }
+ Constant [ public int S_IFREG ] { 32768 }
+ Constant [ public int O_NOCTTY ] { 256 }
+ Constant [ public int S_IRWXU ] { 448 }
+ Constant [ public int S_IRUSR ] { 256 }
+ Constant [ public int S_IWUSR ] { 128 }
+ Constant [ public int S_IXUSR ] { 64 }
+ Constant [ public int S_IRWXG ] { 56 }
+ Constant [ public int S_IRGRP ] { 32 }
+ Constant [ public int S_IWGRP ] { 16 }
+ Constant [ public int S_IXGRP ] { 8 }
+ Constant [ public int S_IRWXO ] { 7 }
+ Constant [ public int S_IROTH ] { 4 }
+ Constant [ public int S_IWOTH ] { 2 }
+ Constant [ public int S_IXOTH ] { 1 }
+ Constant [ public int SIG_IGN ] { 1 }
+ Constant [ public int SIG_DFL ] { 0 }
+ Constant [ public int SIG_ERR ] { -1 }
+ Constant [ public int SIGHUP ] { 1 }
+ Constant [ public int SIGINT ] { 2 }
+ Constant [ public int SIGQUIT ] { 3 }
+ Constant [ public int SIGILL ] { 4 }
+ Constant [ public int SIGTRAP ] { 5 }
+ Constant [ public int SIGABRT ] { 6 }
+ Constant [ public int SIGIOT ] { 6 }
+ Constant [ public int SIGBUS ] { 7 }
+ Constant [ public int SIGFPE ] { 8 }
+ Constant [ public int SIGKILL ] { 9 }
+ Constant [ public int SIGUSR1 ] { 10 }
+ Constant [ public int SIGSEGV ] { 11 }
+ Constant [ public int SIGUSR2 ] { 12 }
+ Constant [ public int SIGPIPE ] { 13 }
+ Constant [ public int SIGALRM ] { 14 }
+ Constant [ public int SIGTERM ] { 15 }
+ Constant [ public int SIGSTKFLT ] { 16 }
+ Constant [ public int SIGCLD ] { 17 }
+ Constant [ public int SIGCHLD ] { 17 }
+ Constant [ public int SIGCONT ] { 18 }
+ Constant [ public int SIGSTOP ] { 19 }
+ Constant [ public int SIGTSTP ] { 20 }
+ Constant [ public int SIGTTIN ] { 21 }
+ Constant [ public int SIGTTOU ] { 22 }
+ Constant [ public int SIGURG ] { 23 }
+ Constant [ public int SIGXCPU ] { 24 }
+ Constant [ public int SIGXFSZ ] { 25 }
+ Constant [ public int SIGVTALRM ] { 26 }
+ Constant [ public int SIGPROF ] { 27 }
+ Constant [ public int SIGWINCH ] { 28 }
+ Constant [ public int SIGPOLL ] { 29 }
+ Constant [ public int SIGIO ] { 29 }
+ Constant [ public int SIGPWR ] { 30 }
+ Constant [ public int SIGSYS ] { 31 }
+ Constant [ public int SIGBABY ] { 31 }
+ Constant [ public int AF_INET ] { 2 }
+ Constant [ public int AF_INET6 ] { 10 }
+ Constant [ public int AF_UNSPEC ] { 0 }
+ Constant [ public int LEAVE_GROUP ] { 0 }
+ Constant [ public int JOIN_GROUP ] { 1 }
+ Constant [ public int IS_UV_TCP ] { 0 }
+ Constant [ public int IS_UV_UDP ] { 1 }
+ Constant [ public int IS_UV_PIPE ] { 2 }
+ Constant [ public int IS_UV_IDLE ] { 3 }
+ Constant [ public int IS_UV_TIMER ] { 4 }
+ Constant [ public int IS_UV_ASYNC ] { 5 }
+ Constant [ public int IS_UV_LOOP ] { 6 }
+ Constant [ public int IS_UV_HANDLE ] { 7 }
+ Constant [ public int IS_UV_STREAM ] { 8 }
+ Constant [ public int IS_UV_ADDRINFO ] { 9 }
+ Constant [ public int IS_UV_PROCESS ] { 10 }
+ Constant [ public int IS_UV_PREPARE ] { 11 }
+ Constant [ public int IS_UV_CHECK ] { 12 }
+ Constant [ public int IS_UV_WORK ] { 13 }
+ Constant [ public int IS_UV_FS ] { 14 }
+ Constant [ public int IS_UV_FS_EVENT ] { 15 }
+ Constant [ public int IS_UV_TTY ] { 16 }
+ Constant [ public int IS_UV_FS_POLL ] { 17 }
+ Constant [ public int IS_UV_POLL ] { 18 }
+ Constant [ public int UNKNOWN_HANDLE ] { 0 }
+ Constant [ public int FILE ] { 17 }
+ Constant [ public int ASYNC ] { 1 }
+ Constant [ public int CHECK ] { 2 }
+ Constant [ public int FS_EVENT ] { 3 }
+ Constant [ public int FS_POLL ] { 4 }
+ Constant [ public int HANDLE ] { 5 }
+ Constant [ public int IDLE ] { 6 }
+ Constant [ public int NAMED_PIPE ] { 7 }
+ Constant [ public int POLL ] { 8 }
+ Constant [ public int PREPARE ] { 9 }
+ Constant [ public int PROCESS ] { 10 }
+ Constant [ public int STREAM ] { 11 }
+ Constant [ public int TCP ] { 12 }
+ Constant [ public int TIMER ] { 13 }
+ Constant [ public int TTY ] { 14 }
+ Constant [ public int UDP ] { 15 }
+ Constant [ public int SIGNAL ] { 16 }
+ Constant [ public int HANDLE_TYPE_MAX ] { 18 }
+ Constant [ public int IGNORE ] { 0 }
+ Constant [ public int CREATE_PIPE ] { 1 }
+ Constant [ public int INHERIT_FD ] { 2 }
+ Constant [ public int INHERIT_STREAM ] { 4 }
+ Constant [ public int READABLE_PIPE ] { 16 }
+ Constant [ public int WRITABLE_PIPE ] { 32 }
+ Constant [ public int OVERLAPPED_PIPE ] { 64 }
+ Constant [ public int PROCESS_SETUID ] { 1 }
+ Constant [ public int PROCESS_SETGID ] { 2 }
+ Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
+ Constant [ public int PROCESS_DETACHED ] { 8 }
+ Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 }
+ Constant [ public int E2BIG ] { -7 }
+ Constant [ public int EACCES ] { -13 }
+ Constant [ public int EADDRINUSE ] { -98 }
+ Constant [ public int EADDRNOTAVAIL ] { -99 }
+ Constant [ public int EAFNOSUPPORT ] { -97 }
+ Constant [ public int EAGAIN ] { -11 }
+ Constant [ public int EAI_ADDRFAMILY ] { -3000 }
+ Constant [ public int EAI_AGAIN ] { -3001 }
+ Constant [ public int EAI_BADFLAGS ] { -3002 }
+ Constant [ public int EAI_BADHINTS ] { -3013 }
+ Constant [ public int EAI_CANCELED ] { -3003 }
+ Constant [ public int EAI_FAIL ] { -3004 }
+ Constant [ public int EAI_FAMILY ] { -3005 }
+ Constant [ public int EAI_MEMORY ] { -3006 }
+ Constant [ public int EAI_NODATA ] { -3007 }
+ Constant [ public int EAI_NONAME ] { -3008 }
+ Constant [ public int EAI_OVERFLOW ] { -3009 }
+ Constant [ public int EAI_PROTOCOL ] { -3014 }
+ Constant [ public int EAI_SERVICE ] { -3010 }
+ Constant [ public int EAI_SOCKTYPE ] { -3011 }
+ Constant [ public int EALREADY ] { -114 }
+ Constant [ public int EBADF ] { -9 }
+ Constant [ public int EBUSY ] { -16 }
+ Constant [ public int ECANCELED ] { -125 }
+ Constant [ public int ECHARSET ] { -4080 }
+ Constant [ public int ECONNABORTED ] { -103 }
+ Constant [ public int ECONNREFUSED ] { -111 }
+ Constant [ public int ECONNRESET ] { -104 }
+ Constant [ public int EDESTADDRREQ ] { -89 }
+ Constant [ public int EEXIST ] { -17 }
+ Constant [ public int EFAULT ] { -14 }
+ Constant [ public int EFBIG ] { -27 }
+ Constant [ public int EHOSTUNREACH ] { -113 }
+ Constant [ public int EINTR ] { -4 }
+ Constant [ public int EINVAL ] { -22 }
+ Constant [ public int EIO ] { -5 }
+ Constant [ public int EISCONN ] { -106 }
+ Constant [ public int EISDIR ] { -21 }
+ Constant [ public int ELOOP ] { -40 }
+ Constant [ public int EMFILE ] { -24 }
+ Constant [ public int EMSGSIZE ] { -90 }
+ Constant [ public int ENAMETOOLONG ] { -36 }
+ Constant [ public int ENETDOWN ] { -100 }
+ Constant [ public int ENETUNREACH ] { -101 }
+ Constant [ public int ENFILE ] { -23 }
+ Constant [ public int ENOBUFS ] { -105 }
+ Constant [ public int ENODEV ] { -19 }
+ Constant [ public int ENOENT ] { -2 }
+ Constant [ public int ENOMEM ] { -12 }
+ Constant [ public int ENONET ] { -64 }
+ Constant [ public int ENOPROTOOPT ] { -92 }
+ Constant [ public int ENOSPC ] { -28 }
+ Constant [ public int ENOSYS ] { -38 }
+ Constant [ public int ENOTCONN ] { -107 }
+ Constant [ public int ENOTDIR ] { -20 }
+ Constant [ public int ENOTEMPTY ] { -39 }
+ Constant [ public int ENOTSOCK ] { -88 }
+ Constant [ public int ENOTSUP ] { -95 }
+ Constant [ public int EOVERFLOW ] { -75 }
+ Constant [ public int EPERM ] { -1 }
+ Constant [ public int EPIPE ] { -32 }
+ Constant [ public int EPROTO ] { -71 }
+ Constant [ public int EPROTONOSUPPORT ] { -93 }
+ Constant [ public int EPROTOTYPE ] { -91 }
+ Constant [ public int ERANGE ] { -34 }
+ Constant [ public int EROFS ] { -30 }
+ Constant [ public int ESHUTDOWN ] { -108 }
+ Constant [ public int ESPIPE ] { -29 }
+ Constant [ public int ESRCH ] { -3 }
+ Constant [ public int ETIMEDOUT ] { -110 }
+ Constant [ public int ETXTBSY ] { -26 }
+ Constant [ public int EXDEV ] { -18 }
+ Constant [ public int UNKNOWN ] { -4094 }
+ Constant [ public int EOF ] { -4095 }
+ Constant [ public int ENXIO ] { -6 }
+ Constant [ public int EMLINK ] { -31 }
+ Constant [ public int EHOSTDOWN ] { -112 }
+ Constant [ public int EREMOTEIO ] { -121 }
+ Constant [ public int ENOTTY ] { -25 }
+ Constant [ public int EFTYPE ] { -4028 }
+ Constant [ public int EILSEQ ] { -84 }
+ Constant [ public int ESOCKTNOSUPPORT ] { -94 }
}
- Static properties [0] {
@@ -4881,206 +5081,213 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
Class [ <internal:uv> final class UVSignal extends UV ] {
- - Constants [199] {
- Constant [ public integer RUN_DEFAULT ] { 0 }
- Constant [ public integer RUN_ONCE ] { 1 }
- Constant [ public integer RUN_NOWAIT ] { 2 }
- Constant [ public integer CHANGE ] { 2 }
- Constant [ public integer RENAME ] { 1 }
- Constant [ public integer READABLE ] { 1 }
- Constant [ public integer WRITABLE ] { 2 }
- Constant [ public integer O_RDONLY ] { 0 }
- Constant [ public integer O_WRONLY ] { 1 }
- Constant [ public integer O_RDWR ] { 2 }
- Constant [ public integer O_CREAT ] { 64 }
- Constant [ public integer O_EXCL ] { 128 }
- Constant [ public integer O_TRUNC ] { 512 }
- Constant [ public integer O_APPEND ] { 1024 }
- Constant [ public integer S_IFDIR ] { 16384 }
- Constant [ public integer S_IFREG ] { 32768 }
- Constant [ public integer O_NOCTTY ] { 256 }
- Constant [ public integer S_IRWXU ] { 448 }
- Constant [ public integer S_IRUSR ] { 256 }
- Constant [ public integer S_IWUSR ] { 128 }
- Constant [ public integer S_IXUSR ] { 64 }
- Constant [ public integer S_IRWXG ] { 56 }
- Constant [ public integer S_IRGRP ] { 32 }
- Constant [ public integer S_IWGRP ] { 16 }
- Constant [ public integer S_IXGRP ] { 8 }
- Constant [ public integer S_IRWXO ] { 7 }
- Constant [ public integer S_IROTH ] { 4 }
- Constant [ public integer S_IWOTH ] { 2 }
- Constant [ public integer S_IXOTH ] { 1 }
- Constant [ public integer SIG_IGN ] { 1 }
- Constant [ public integer SIG_DFL ] { 0 }
- Constant [ public integer SIG_ERR ] { -1 }
- Constant [ public integer SIGHUP ] { 1 }
- Constant [ public integer SIGINT ] { 2 }
- Constant [ public integer SIGQUIT ] { 3 }
- Constant [ public integer SIGILL ] { 4 }
- Constant [ public integer SIGTRAP ] { 5 }
- Constant [ public integer SIGABRT ] { 6 }
- Constant [ public integer SIGIOT ] { 6 }
- Constant [ public integer SIGBUS ] { 7 }
- Constant [ public integer SIGFPE ] { 8 }
- Constant [ public integer SIGKILL ] { 9 }
- Constant [ public integer SIGUSR1 ] { 10 }
- Constant [ public integer SIGSEGV ] { 11 }
- Constant [ public integer SIGUSR2 ] { 12 }
- Constant [ public integer SIGPIPE ] { 13 }
- Constant [ public integer SIGALRM ] { 14 }
- Constant [ public integer SIGTERM ] { 15 }
- Constant [ public integer SIGSTKFLT ] { 16 }
- Constant [ public integer SIGCLD ] { 17 }
- Constant [ public integer SIGCHLD ] { 17 }
- Constant [ public integer SIGCONT ] { 18 }
- Constant [ public integer SIGSTOP ] { 19 }
- Constant [ public integer SIGTSTP ] { 20 }
- Constant [ public integer SIGTTIN ] { 21 }
- Constant [ public integer SIGTTOU ] { 22 }
- Constant [ public integer SIGURG ] { 23 }
- Constant [ public integer SIGXCPU ] { 24 }
- Constant [ public integer SIGXFSZ ] { 25 }
- Constant [ public integer SIGVTALRM ] { 26 }
- Constant [ public integer SIGPROF ] { 27 }
- Constant [ public integer SIGWINCH ] { 28 }
- Constant [ public integer SIGPOLL ] { 29 }
- Constant [ public integer SIGIO ] { 29 }
- Constant [ public integer SIGPWR ] { 30 }
- Constant [ public integer SIGSYS ] { 31 }
- Constant [ public integer SIGBABY ] { 31 }
- Constant [ public integer AF_INET ] { 2 }
- Constant [ public integer AF_INET6 ] { 10 }
- Constant [ public integer AF_UNSPEC ] { 0 }
- Constant [ public integer LEAVE_GROUP ] { 0 }
- Constant [ public integer JOIN_GROUP ] { 1 }
- Constant [ public integer IS_UV_TCP ] { 0 }
- Constant [ public integer IS_UV_UDP ] { 1 }
- Constant [ public integer IS_UV_PIPE ] { 2 }
- Constant [ public integer IS_UV_IDLE ] { 3 }
- Constant [ public integer IS_UV_TIMER ] { 4 }
- Constant [ public integer IS_UV_ASYNC ] { 5 }
- Constant [ public integer IS_UV_LOOP ] { 6 }
- Constant [ public integer IS_UV_HANDLE ] { 7 }
- Constant [ public integer IS_UV_STREAM ] { 8 }
- Constant [ public integer IS_UV_ADDRINFO ] { 9 }
- Constant [ public integer IS_UV_PROCESS ] { 10 }
- Constant [ public integer IS_UV_PREPARE ] { 11 }
- Constant [ public integer IS_UV_CHECK ] { 12 }
- Constant [ public integer IS_UV_WORK ] { 13 }
- Constant [ public integer IS_UV_FS ] { 14 }
- Constant [ public integer IS_UV_FS_EVENT ] { 15 }
- Constant [ public integer IS_UV_TTY ] { 16 }
- Constant [ public integer IS_UV_FS_POLL ] { 17 }
- Constant [ public integer IS_UV_POLL ] { 18 }
- Constant [ public integer UNKNOWN_HANDLE ] { 0 }
- Constant [ public integer FILE ] { 17 }
- Constant [ public integer ASYNC ] { 1 }
- Constant [ public integer CHECK ] { 2 }
- Constant [ public integer FS_EVENT ] { 3 }
- Constant [ public integer FS_POLL ] { 4 }
- Constant [ public integer HANDLE ] { 5 }
- Constant [ public integer IDLE ] { 6 }
- Constant [ public integer NAMED_PIPE ] { 7 }
- Constant [ public integer POLL ] { 8 }
- Constant [ public integer PREPARE ] { 9 }
- Constant [ public integer PROCESS ] { 10 }
- Constant [ public integer STREAM ] { 11 }
- Constant [ public integer TCP ] { 12 }
- Constant [ public integer TIMER ] { 13 }
- Constant [ public integer TTY ] { 14 }
- Constant [ public integer UDP ] { 15 }
- Constant [ public integer SIGNAL ] { 16 }
- Constant [ public integer HANDLE_TYPE_MAX ] { 18 }
- Constant [ public integer IGNORE ] { 0 }
- Constant [ public integer CREATE_PIPE ] { 1 }
- Constant [ public integer INHERIT_FD ] { 2 }
- Constant [ public integer INHERIT_STREAM ] { 4 }
- Constant [ public integer READABLE_PIPE ] { 16 }
- Constant [ public integer WRITABLE_PIPE ] { 32 }
- Constant [ public integer PROCESS_SETUID ] { 1 }
- Constant [ public integer PROCESS_SETGID ] { 2 }
- Constant [ public integer PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
- Constant [ public integer PROCESS_DETACHED ] { 8 }
- Constant [ public integer E2BIG ] { -7 }
- Constant [ public integer EACCES ] { -13 }
- Constant [ public integer EADDRINUSE ] { -98 }
- Constant [ public integer EADDRNOTAVAIL ] { -99 }
- Constant [ public integer EAFNOSUPPORT ] { -97 }
- Constant [ public integer EAGAIN ] { -11 }
- Constant [ public integer EAI_ADDRFAMILY ] { -3000 }
- Constant [ public integer EAI_AGAIN ] { -3001 }
- Constant [ public integer EAI_BADFLAGS ] { -3002 }
- Constant [ public integer EAI_BADHINTS ] { -3013 }
- Constant [ public integer EAI_CANCELED ] { -3003 }
- Constant [ public integer EAI_FAIL ] { -3004 }
- Constant [ public integer EAI_FAMILY ] { -3005 }
- Constant [ public integer EAI_MEMORY ] { -3006 }
- Constant [ public integer EAI_NODATA ] { -3007 }
- Constant [ public integer EAI_NONAME ] { -3008 }
- Constant [ public integer EAI_OVERFLOW ] { -3009 }
- Constant [ public integer EAI_PROTOCOL ] { -3014 }
- Constant [ public integer EAI_SERVICE ] { -3010 }
- Constant [ public integer EAI_SOCKTYPE ] { -3011 }
- Constant [ public integer EALREADY ] { -114 }
- Constant [ public integer EBADF ] { -9 }
- Constant [ public integer EBUSY ] { -16 }
- Constant [ public integer ECANCELED ] { -125 }
- Constant [ public integer ECHARSET ] { -4080 }
- Constant [ public integer ECONNABORTED ] { -103 }
- Constant [ public integer ECONNREFUSED ] { -111 }
- Constant [ public integer ECONNRESET ] { -104 }
- Constant [ public integer EDESTADDRREQ ] { -89 }
- Constant [ public integer EEXIST ] { -17 }
- Constant [ public integer EFAULT ] { -14 }
- Constant [ public integer EFBIG ] { -27 }
- Constant [ public integer EHOSTUNREACH ] { -113 }
- Constant [ public integer EINTR ] { -4 }
- Constant [ public integer EINVAL ] { -22 }
- Constant [ public integer EIO ] { -5 }
- Constant [ public integer EISCONN ] { -106 }
- Constant [ public integer EISDIR ] { -21 }
- Constant [ public integer ELOOP ] { -40 }
- Constant [ public integer EMFILE ] { -24 }
- Constant [ public integer EMSGSIZE ] { -90 }
- Constant [ public integer ENAMETOOLONG ] { -36 }
- Constant [ public integer ENETDOWN ] { -100 }
- Constant [ public integer ENETUNREACH ] { -101 }
- Constant [ public integer ENFILE ] { -23 }
- Constant [ public integer ENOBUFS ] { -105 }
- Constant [ public integer ENODEV ] { -19 }
- Constant [ public integer ENOENT ] { -2 }
- Constant [ public integer ENOMEM ] { -12 }
- Constant [ public integer ENONET ] { -64 }
- Constant [ public integer ENOPROTOOPT ] { -92 }
- Constant [ public integer ENOSPC ] { -28 }
- Constant [ public integer ENOSYS ] { -38 }
- Constant [ public integer ENOTCONN ] { -107 }
- Constant [ public integer ENOTDIR ] { -20 }
- Constant [ public integer ENOTEMPTY ] { -39 }
- Constant [ public integer ENOTSOCK ] { -88 }
- Constant [ public integer ENOTSUP ] { -95 }
- Constant [ public integer EPERM ] { -1 }
- Constant [ public integer EPIPE ] { -32 }
- Constant [ public integer EPROTO ] { -71 }
- Constant [ public integer EPROTONOSUPPORT ] { -93 }
- Constant [ public integer EPROTOTYPE ] { -91 }
- Constant [ public integer ERANGE ] { -34 }
- Constant [ public integer EROFS ] { -30 }
- Constant [ public integer ESHUTDOWN ] { -108 }
- Constant [ public integer ESPIPE ] { -29 }
- Constant [ public integer ESRCH ] { -3 }
- Constant [ public integer ETIMEDOUT ] { -110 }
- Constant [ public integer ETXTBSY ] { -26 }
- Constant [ public integer EXDEV ] { -18 }
- Constant [ public integer UNKNOWN ] { -4094 }
- Constant [ public integer EOF ] { -4095 }
- Constant [ public integer ENXIO ] { -6 }
- Constant [ public integer EMLINK ] { -31 }
- Constant [ public integer EHOSTDOWN ] { -112 }
- Constant [ public integer EREMOTEIO ] { -121 }
- Constant [ public integer ENOTTY ] { -25 }
- Constant [ public integer EFTYPE ] { -4028 }
+ - Constants [206] {
+ Constant [ public int RUN_DEFAULT ] { 0 }
+ Constant [ public int RUN_ONCE ] { 1 }
+ Constant [ public int RUN_NOWAIT ] { 2 }
+ Constant [ public int CHANGE ] { 2 }
+ Constant [ public int RENAME ] { 1 }
+ Constant [ public int READABLE ] { 1 }
+ Constant [ public int WRITABLE ] { 2 }
+ Constant [ public int O_RDONLY ] { 0 }
+ Constant [ public int O_WRONLY ] { 1 }
+ Constant [ public int O_RDWR ] { 2 }
+ Constant [ public int O_CREAT ] { 64 }
+ Constant [ public int O_EXCL ] { 128 }
+ Constant [ public int O_TRUNC ] { 512 }
+ Constant [ public int O_APPEND ] { 1024 }
+ Constant [ public int S_IFDIR ] { 16384 }
+ Constant [ public int S_IFREG ] { 32768 }
+ Constant [ public int O_NOCTTY ] { 256 }
+ Constant [ public int S_IRWXU ] { 448 }
+ Constant [ public int S_IRUSR ] { 256 }
+ Constant [ public int S_IWUSR ] { 128 }
+ Constant [ public int S_IXUSR ] { 64 }
+ Constant [ public int S_IRWXG ] { 56 }
+ Constant [ public int S_IRGRP ] { 32 }
+ Constant [ public int S_IWGRP ] { 16 }
+ Constant [ public int S_IXGRP ] { 8 }
+ Constant [ public int S_IRWXO ] { 7 }
+ Constant [ public int S_IROTH ] { 4 }
+ Constant [ public int S_IWOTH ] { 2 }
+ Constant [ public int S_IXOTH ] { 1 }
+ Constant [ public int SIG_IGN ] { 1 }
+ Constant [ public int SIG_DFL ] { 0 }
+ Constant [ public int SIG_ERR ] { -1 }
+ Constant [ public int SIGHUP ] { 1 }
+ Constant [ public int SIGINT ] { 2 }
+ Constant [ public int SIGQUIT ] { 3 }
+ Constant [ public int SIGILL ] { 4 }
+ Constant [ public int SIGTRAP ] { 5 }
+ Constant [ public int SIGABRT ] { 6 }
+ Constant [ public int SIGIOT ] { 6 }
+ Constant [ public int SIGBUS ] { 7 }
+ Constant [ public int SIGFPE ] { 8 }
+ Constant [ public int SIGKILL ] { 9 }
+ Constant [ public int SIGUSR1 ] { 10 }
+ Constant [ public int SIGSEGV ] { 11 }
+ Constant [ public int SIGUSR2 ] { 12 }
+ Constant [ public int SIGPIPE ] { 13 }
+ Constant [ public int SIGALRM ] { 14 }
+ Constant [ public int SIGTERM ] { 15 }
+ Constant [ public int SIGSTKFLT ] { 16 }
+ Constant [ public int SIGCLD ] { 17 }
+ Constant [ public int SIGCHLD ] { 17 }
+ Constant [ public int SIGCONT ] { 18 }
+ Constant [ public int SIGSTOP ] { 19 }
+ Constant [ public int SIGTSTP ] { 20 }
+ Constant [ public int SIGTTIN ] { 21 }
+ Constant [ public int SIGTTOU ] { 22 }
+ Constant [ public int SIGURG ] { 23 }
+ Constant [ public int SIGXCPU ] { 24 }
+ Constant [ public int SIGXFSZ ] { 25 }
+ Constant [ public int SIGVTALRM ] { 26 }
+ Constant [ public int SIGPROF ] { 27 }
+ Constant [ public int SIGWINCH ] { 28 }
+ Constant [ public int SIGPOLL ] { 29 }
+ Constant [ public int SIGIO ] { 29 }
+ Constant [ public int SIGPWR ] { 30 }
+ Constant [ public int SIGSYS ] { 31 }
+ Constant [ public int SIGBABY ] { 31 }
+ Constant [ public int AF_INET ] { 2 }
+ Constant [ public int AF_INET6 ] { 10 }
+ Constant [ public int AF_UNSPEC ] { 0 }
+ Constant [ public int LEAVE_GROUP ] { 0 }
+ Constant [ public int JOIN_GROUP ] { 1 }
+ Constant [ public int IS_UV_TCP ] { 0 }
+ Constant [ public int IS_UV_UDP ] { 1 }
+ Constant [ public int IS_UV_PIPE ] { 2 }
+ Constant [ public int IS_UV_IDLE ] { 3 }
+ Constant [ public int IS_UV_TIMER ] { 4 }
+ Constant [ public int IS_UV_ASYNC ] { 5 }
+ Constant [ public int IS_UV_LOOP ] { 6 }
+ Constant [ public int IS_UV_HANDLE ] { 7 }
+ Constant [ public int IS_UV_STREAM ] { 8 }
+ Constant [ public int IS_UV_ADDRINFO ] { 9 }
+ Constant [ public int IS_UV_PROCESS ] { 10 }
+ Constant [ public int IS_UV_PREPARE ] { 11 }
+ Constant [ public int IS_UV_CHECK ] { 12 }
+ Constant [ public int IS_UV_WORK ] { 13 }
+ Constant [ public int IS_UV_FS ] { 14 }
+ Constant [ public int IS_UV_FS_EVENT ] { 15 }
+ Constant [ public int IS_UV_TTY ] { 16 }
+ Constant [ public int IS_UV_FS_POLL ] { 17 }
+ Constant [ public int IS_UV_POLL ] { 18 }
+ Constant [ public int UNKNOWN_HANDLE ] { 0 }
+ Constant [ public int FILE ] { 17 }
+ Constant [ public int ASYNC ] { 1 }
+ Constant [ public int CHECK ] { 2 }
+ Constant [ public int FS_EVENT ] { 3 }
+ Constant [ public int FS_POLL ] { 4 }
+ Constant [ public int HANDLE ] { 5 }
+ Constant [ public int IDLE ] { 6 }
+ Constant [ public int NAMED_PIPE ] { 7 }
+ Constant [ public int POLL ] { 8 }
+ Constant [ public int PREPARE ] { 9 }
+ Constant [ public int PROCESS ] { 10 }
+ Constant [ public int STREAM ] { 11 }
+ Constant [ public int TCP ] { 12 }
+ Constant [ public int TIMER ] { 13 }
+ Constant [ public int TTY ] { 14 }
+ Constant [ public int UDP ] { 15 }
+ Constant [ public int SIGNAL ] { 16 }
+ Constant [ public int HANDLE_TYPE_MAX ] { 18 }
+ Constant [ public int IGNORE ] { 0 }
+ Constant [ public int CREATE_PIPE ] { 1 }
+ Constant [ public int INHERIT_FD ] { 2 }
+ Constant [ public int INHERIT_STREAM ] { 4 }
+ Constant [ public int READABLE_PIPE ] { 16 }
+ Constant [ public int WRITABLE_PIPE ] { 32 }
+ Constant [ public int OVERLAPPED_PIPE ] { 64 }
+ Constant [ public int PROCESS_SETUID ] { 1 }
+ Constant [ public int PROCESS_SETGID ] { 2 }
+ Constant [ public int PROCESS_WINDOWS_VERBATIM_ARGUMENTS ] { 4 }
+ Constant [ public int PROCESS_DETACHED ] { 8 }
+ Constant [ public int PROCESS_WINDOWS_HIDE ] { 16 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_CONSOLE ] { 32 }
+ Constant [ public int PROCESS_WINDOWS_HIDE_GUI ] { 64 }
+ Constant [ public int E2BIG ] { -7 }
+ Constant [ public int EACCES ] { -13 }
+ Constant [ public int EADDRINUSE ] { -98 }
+ Constant [ public int EADDRNOTAVAIL ] { -99 }
+ Constant [ public int EAFNOSUPPORT ] { -97 }
+ Constant [ public int EAGAIN ] { -11 }
+ Constant [ public int EAI_ADDRFAMILY ] { -3000 }
+ Constant [ public int EAI_AGAIN ] { -3001 }
+ Constant [ public int EAI_BADFLAGS ] { -3002 }
+ Constant [ public int EAI_BADHINTS ] { -3013 }
+ Constant [ public int EAI_CANCELED ] { -3003 }
+ Constant [ public int EAI_FAIL ] { -3004 }
+ Constant [ public int EAI_FAMILY ] { -3005 }
+ Constant [ public int EAI_MEMORY ] { -3006 }
+ Constant [ public int EAI_NODATA ] { -3007 }
+ Constant [ public int EAI_NONAME ] { -3008 }
+ Constant [ public int EAI_OVERFLOW ] { -3009 }
+ Constant [ public int EAI_PROTOCOL ] { -3014 }
+ Constant [ public int EAI_SERVICE ] { -3010 }
+ Constant [ public int EAI_SOCKTYPE ] { -3011 }
+ Constant [ public int EALREADY ] { -114 }
+ Constant [ public int EBADF ] { -9 }
+ Constant [ public int EBUSY ] { -16 }
+ Constant [ public int ECANCELED ] { -125 }
+ Constant [ public int ECHARSET ] { -4080 }
+ Constant [ public int ECONNABORTED ] { -103 }
+ Constant [ public int ECONNREFUSED ] { -111 }
+ Constant [ public int ECONNRESET ] { -104 }
+ Constant [ public int EDESTADDRREQ ] { -89 }
+ Constant [ public int EEXIST ] { -17 }
+ Constant [ public int EFAULT ] { -14 }
+ Constant [ public int EFBIG ] { -27 }
+ Constant [ public int EHOSTUNREACH ] { -113 }
+ Constant [ public int EINTR ] { -4 }
+ Constant [ public int EINVAL ] { -22 }
+ Constant [ public int EIO ] { -5 }
+ Constant [ public int EISCONN ] { -106 }
+ Constant [ public int EISDIR ] { -21 }
+ Constant [ public int ELOOP ] { -40 }
+ Constant [ public int EMFILE ] { -24 }
+ Constant [ public int EMSGSIZE ] { -90 }
+ Constant [ public int ENAMETOOLONG ] { -36 }
+ Constant [ public int ENETDOWN ] { -100 }
+ Constant [ public int ENETUNREACH ] { -101 }
+ Constant [ public int ENFILE ] { -23 }
+ Constant [ public int ENOBUFS ] { -105 }
+ Constant [ public int ENODEV ] { -19 }
+ Constant [ public int ENOENT ] { -2 }
+ Constant [ public int ENOMEM ] { -12 }
+ Constant [ public int ENONET ] { -64 }
+ Constant [ public int ENOPROTOOPT ] { -92 }
+ Constant [ public int ENOSPC ] { -28 }
+ Constant [ public int ENOSYS ] { -38 }
+ Constant [ public int ENOTCONN ] { -107 }
+ Constant [ public int ENOTDIR ] { -20 }
+ Constant [ public int ENOTEMPTY ] { -39 }
+ Constant [ public int ENOTSOCK ] { -88 }
+ Constant [ public int ENOTSUP ] { -95 }
+ Constant [ public int EOVERFLOW ] { -75 }
+ Constant [ public int EPERM ] { -1 }
+ Constant [ public int EPIPE ] { -32 }
+ Constant [ public int EPROTO ] { -71 }
+ Constant [ public int EPROTONOSUPPORT ] { -93 }
+ Constant [ public int EPROTOTYPE ] { -91 }
+ Constant [ public int ERANGE ] { -34 }
+ Constant [ public int EROFS ] { -30 }
+ Constant [ public int ESHUTDOWN ] { -108 }
+ Constant [ public int ESPIPE ] { -29 }
+ Constant [ public int ESRCH ] { -3 }
+ Constant [ public int ETIMEDOUT ] { -110 }
+ Constant [ public int ETXTBSY ] { -26 }
+ Constant [ public int EXDEV ] { -18 }
+ Constant [ public int UNKNOWN ] { -4094 }
+ Constant [ public int EOF ] { -4095 }
+ Constant [ public int ENXIO ] { -6 }
+ Constant [ public int EMLINK ] { -31 }
+ Constant [ public int EHOSTDOWN ] { -112 }
+ Constant [ public int EREMOTEIO ] { -121 }
+ Constant [ public int ENOTTY ] { -25 }
+ Constant [ public int EFTYPE ] { -4028 }
+ Constant [ public int EILSEQ ] { -84 }
+ Constant [ public int ESOCKTNOSUPPORT ] { -94 }
}
- Static properties [0] {
@@ -5114,7 +5321,7 @@ Extension [ <persistent> extension #167 uv version 0.2.4 ] {
}
}
- Class [ <internal:uv> class UVSockAddr ] {
+ Class [ <internal:uv> abstract class UVSockAddr ] {
- Constants [0] {
}
diff --git a/php-pecl-uv.spec b/php-pecl-uv.spec
index 394fc83..3a5dca3 100644
--- a/php-pecl-uv.spec
+++ b/php-pecl-uv.spec
@@ -1,15 +1,14 @@
# remirepo spec file for php-pecl-uv
#
-# Copyright (c) 2016-2019 Remi Collet
-# License: CC-BY-SA
+# Copyright (c) 2016-2023 Remi Collet
+# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%if 0%{?scl:1}
-%global sub_prefix %{scl_prefix}
-%scl_package php-pecl-uv
-%endif
+%{?scl:%scl_package php-pecl-uv}
+
+%bcond_without tests
%global pecl_name uv
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
@@ -17,16 +16,17 @@
#global prever RC9
Summary: Libuv wrapper
-Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 0.2.4
-Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
-License: PHP
+Name: %{?scl_prefix}php-pecl-%{pecl_name}
+Version: 0.3.0
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+License: PHP-3.01
Group: Development/Languages
-URL: http://pecl.php.net/package/%{pecl_name}
-Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
+URL: https://pecl.php.net/package/%{pecl_name}
+Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
BuildRequires: %{?dtsprefix}gcc
-BuildRequires: %{?scl_prefix}php-devel > 7
+BuildRequires: make
+BuildRequires: %{?scl_prefix}php-devel >= 8.0
BuildRequires: %{?scl_prefix}php-pear
BuildRequires: pkgconfig(libuv) >= 1.0.0
# For tests
@@ -40,38 +40,6 @@ Provides: %{?scl_prefix}php-%{pecl_name} = %{version}
Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version}
Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version}
Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version}
-%if "%{?scl_prefix}" != "%{?sub_prefix}"
-Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release}
-Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release}
-%endif
-
-%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
-# Other third party repo stuff
-Obsoletes: php70u-pecl-%{pecl_name} <= %{version}
-Obsoletes: php70w-pecl-%{pecl_name} <= %{version}
-%if "%{php_version}" > "7.1"
-Obsoletes: php71u-pecl-%{pecl_name} <= %{version}
-Obsoletes: php71w-pecl-%{pecl_name} <= %{version}
-%endif
-%if "%{php_version}" > "7.2"
-Obsoletes: php72u-pecl-%{pecl_name} <= %{version}
-Obsoletes: php72w-pecl-%{pecl_name} <= %{version}
-%endif
-%if "%{php_version}" > "7.3"
-Obsoletes: php73-pecl-%{pecl_name} <= %{version}
-Obsoletes: php73w-pecl-%{pecl_name} <= %{version}
-%endif
-%if "%{php_version}" > "7.4"
-Obsoletes: php74-pecl-%{pecl_name} <= %{version}
-Obsoletes: php74w-pecl-%{pecl_name} <= %{version}
-%endif
-%endif
-
-%if 0%{?fedora} < 20 && 0%{?rhel} < 7
-# Filter private shared object
-%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$}
-%{?filter_setup}
-%endif
%description
@@ -188,9 +156,8 @@ else
: only local tests when mock is used
export SKIP_ONLINE_TESTS=1
fi
-: see https://github.com/bwoebi/php-uv/issues/66
-#rm ?TS/tests/320-fs-poll.phpt
-#rm ?TS/tests/330-poll-pipe.phpt
+: see https://github.com/amphp/ext-uv/issues/108
+rm ?TS/tests/200-ares_getaddrinfo.phpt
: Minimal load test for NTS extension
cd NTS
@@ -198,13 +165,14 @@ cd NTS
--define extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \
--modules | grep %{pecl_name}
+%if %{with tests}
: Upstream test suite for NTS extension
TEST_PHP_EXECUTABLE=%{_bindir}/php \
TEST_PHP_ARGS="-n $DEPMOD -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \
NO_INTERACTION=1 \
REPORT_EXIT_STATUS=1 \
%{_bindir}/php -n run-tests.php --show-diff
-
+%endif
%if %{with_zts}
: Minimal load test for ZTS extension
@@ -214,6 +182,7 @@ cd ../ZTS
--define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \
--modules | grep %{pecl_name}
+%if %{with tests}
: Upstream test suite for ZTS extension
TEST_PHP_EXECUTABLE=%{__ztsphp} \
TEST_PHP_ARGS="-n $DEPMOD -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \
@@ -221,6 +190,7 @@ NO_INTERACTION=1 \
REPORT_EXIT_STATUS=1 \
%{__ztsphp} -n run-tests.php --show-diff
%endif
+%endif
%files
@@ -238,6 +208,11 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Mon Jun 19 2023 Remi Collet <remi@remirepo.net> - 0.3.0-1
+- update to 0.3.0
+- raise dependency on PHP 8
+- open https://github.com/bwoebi/php-uv/issues/108 1 test failing
+
* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 0.2.4-3
- rebuild for 7.4.0RC1