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-12-02 09:27:58 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3c89bc46a5
ext-uv
/
examples
/
lstat.php
8 lines
102 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_lstat
(
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