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
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| 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>[[/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>[[/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_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_shell/]]()</code>''' || [https://www.php.net/manual/en/book.ssh2.php SSH2] || [https://www.php.net/manual/en/function.ssh2-shell.php fx] | |||
{{!-!}} '''<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_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] | {{!-!}} '''<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] | ||
|} | |} | ||
Latest revision as of 01:42, 9 May 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 |
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 |
