Stream::eof() In this article Table of ContentsSource Related ↑ Back to top Source public function eof(): bool { return !isset($this->stream) || \feof($this->stream); } View all references View on Trac View on GitHub Related Used byDescriptionUploadedFile::moveTo()wp-includes/php-ai-client/third-party/Nyholm/Psr7/UploadedFile.php User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.