PHP/fx: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< PHP
Created page with "{{fmt/title|PHP native functions}} {| class="wikitable sortable" ! fx name || extension? || official docs || summary {{!-!}} '''<code>/feof/()</code>''' || [https://www.ph..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! fx name || extension? || official docs || summary | ! fx name || extension? || official docs || summary | ||
{{!-!}} '''<code>[[/feof/]]()</code>''' || [https://www.php.net/manual/en/book.filesystem.php Filesystem] || [https://www.php.net/manual/en/function.feof.php | {{!-!}} '''<code>[[/feof/]]()</code>''' || [https://www.php.net/manual/en/book.filesystem.php Filesystem] || [https://www.php.net/manual/en/function.feof.php fx] || detects end-of-file on files and some {{l/pfx|PHP/resource/|stream}}s | ||
{{!-!}} '''<code>[[/stream_context_set_params/]]()</code>''' || [https://www.php.net/manual/en/book.stream.php Streams] || [https://www.php.net/manual/en/function.stream-context-set-params.php fx] || | |||
{{!-!}} '''<code>[[/stream_notification_callback/]]()</code>''' || [https://www.php.net/manual/en/book.stream.php Streams] || [https://www.php.net/manual/en/function.stream-notification-callback.php fx] | |||
{{!-!}} '''<code>[[/stream_set_blocking/]]()</code>''' || [https://www.php.net/manual/en/book.stream.php Streams] || [https://www.php.net/manual/en/function.stream-set-blocking.php fx] | |||
|} | |} | ||
Revision as of 14:45, 7 March 2026
|
PHP native functions
|
{{#set: page title=PHP native functions }}
| fx name | extension? | official docs | summary |
|---|---|---|---|
feof() |
Filesystem | fx | detects end-of-file on files and some streams |
stream_context_set_params() |
Streams | fx | |
stream_notification_callback() |
Streams | fx | |
stream_set_blocking() |
Streams | fx |
