This website requires JavaScript.
Explore
Help
Sign In
danog
/
ext-uv
Watch
1
Star
0
Fork
0
You've already forked ext-uv
mirror of
https://github.com/danog/ext-uv.git
synced
2024-11-30 04:29:01 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1d18f5d1d1
ext-uv
/
examples
/
stat.php
8 lines
101 B
PHP
Raw
Normal View
History
Unescape
Escape
add stat api
2012-06-23 06:00:27 +02:00
<
?
php
Update examples
2020-02-15 22:36:03 +01:00
uv_fs_stat
(
uv_default_loop
(),
__FILE__
,
function
(
$stat
)
{
var_dump
(
$stat
);
add stat api
2012-06-23 06:00:27 +02:00
});
uv_run
();
Reference in New Issue
Copy Permalink