PHP 8.3.4 Released!

Desteklenen Soket Aktarımlarının Listesi

İçindekiler

fsockopen() ve stream_socket_client() gibi akım temelli soket işlevlerini kullanmak için PHP'nin yerleşik olarak sahip olduğu URL tarzı soket aktarımları aşağıda liste halinde verilmiştir. Bu aktarımlar Soket Eklentisine uygulanmaz.

Kurulu PHP sürümünüzün desteklediği aktarımları listelemek için stream_get_transports() işlevini kullanabilirsiniz.

add a note

User Contributed Notes 1 note

up
3
alefinvest at outlook dot com
2 years ago
That was hard to fetch this page mentioned in note by other user long time ago.
I intended to read Appendix P to find some code examples.
Wondering how to implement custom transport extension for php on our server tto be used with some nowadays technologies research.
https://www.php.net/manual/ru/function.stream-context-create.php#75211
To Top