ppelisset / fileno
Get a file descriptor from a stream
v0.2.0
2022-07-10 17:52 UTC
Requires
- php: >=8.0
- ext-ffi: *
Requires (Dev)
- pestphp/pest: 1.21.3
README
This package append function fileno to retrieve the file descriptor of a stream.
Installation
php-fileno require PHP8 and php-ffi enabled. To install this package, use composer to require package ppelisset/fileno.
Documentation
fileno - Get a file descriptor from a stream
fileno(resource $stream): ?int
Return the file descriptor of the stream or null if stream is not a stream with a file descriptor (not a stream, network stream...)