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
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
! 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 fx] || detects end-of-file on files and some {{l/pfx|PHP/resource/|stream}}s | {{!-!}} '''<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>[[/glob/]]()</code>''' || [https://www.php.net/manual/en/ref.filesystem.php Filesystem Functions] || [https://www.php.net/manual/en/function.glob.php glob] | |||
{{!-!}} '''<code>[[/ssh2_connect/]]()</code>''' || [https://www.php.net/manual/en/book.ssh2.php SSH2] || [https://www.php.net/manual/en/function.ssh2-connect.php fx] | {{!-!}} '''<code>[[/ssh2_connect/]]()</code>''' || [https://www.php.net/manual/en/book.ssh2.php SSH2] || [https://www.php.net/manual/en/function.ssh2-connect.php fx] | ||
{{!-!}} '''<code>[[/ssh2_exec/]]()</code>''' || [https://www.php.net/manual/en/book.ssh2.php SSH2] || [https://www.php.net/manual/en/function.ssh2-exec.php fx] | {{!-!}} '''<code>[[/ssh2_exec/]]()</code>''' || [https://www.php.net/manual/en/book.ssh2.php SSH2] || [https://www.php.net/manual/en/function.ssh2-exec.php fx] | ||
Latest revision as of 01:42, 9 May 2026
| fx name | extension? | official docs | summary |
|---|---|---|---|
/feof/() |
Filesystem | fx | detects end-of-file on files and some Template:L/pfxs |
/glob/() |
Filesystem Functions | glob | |
/ssh2_connect/() |
SSH2 | fx | |
/ssh2_exec/() |
SSH2 | fx | |
/ssh2_shell/() |
SSH2 | fx | |
/stream_context_set_params/() |
Streams | fx | |
/stream_notification_callback/() |
Streams | fx | |
/stream_set_blocking/() |
Streams | fx |
