Re: [PHP-DEV] [PHP_DEV] [RFC] Add file_descriptor() function

2023-01-17 Thread Tim Düsterhus
Hi On 1/16/23 16:01, G. P. B. wrote: useful when interacting with a USB device. Can some example code be added to the RFC text for those who don't understand any French? Best regards Tim Düsterhus -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.ph

Re: [PHP-DEV] [PHP_DEV] [RFC] Add file_descriptor() function

2023-01-16 Thread Bob Weinand
> Am 16.01.2023 um 16:01 schrieb G. P. B. : > > Hello internals, > > I would like to start the discussion about the "Add file_descriptor() > function" RFC: > https://wiki.php.net/rfc/file-descriptor-function > > This RFC proposes the addition of the file_descriptor() function to > retrieve the

[PHP-DEV] [PHP_DEV] [RFC] Add file_descriptor() function

2023-01-16 Thread G. P. B.
Hello internals, I would like to start the discussion about the "Add file_descriptor() function" RFC: https://wiki.php.net/rfc/file-descriptor-function This RFC proposes the addition of the file_descriptor() function to retrieve the underlying file descriptor of stream if it exists. This is usefu