stream_get_transports

Supported Versions: PHP 5, PHP 7, PHP 8
Retrieve list of registered socket transports
<?php stream_get_transports(): array
<?php         if (defined('HHVM_VERSION')) {

            $this->markTestSkipped('Not supported on legacy HHVM');

        }

        if (!in_array('unix', stream_get_transports())) {

            $this->markTestSkipped('Unix domain sockets (UDS) not supported on your platform (Windows?)');

        }
<?php     public function testConstructorThrowsForExistingUnixPath()

    {

        if (!in_array('unix', stream_get_transports())) {

            $this->markTestSkipped('Unix domain sockets (UDS) not supported on your platform (Windows?)');

        }
<?php         if (defined('HHVM_VERSION')) {

            $this->markTestSkipped('Not supported on legacy HHVM');

        }

        if (!in_array('unix', stream_get_transports())) {

            $this->markTestSkipped('Unix domain sockets (UDS) not supported on your platform (Windows?)');

        }
<?php     public function testConstructorThrowsForExistingUnixPath()

    {

        if (!in_array('unix', stream_get_transports())) {

            $this->markTestSkipped('Unix domain sockets (UDS) not supported on your platform (Windows?)');

        }
<?php     public function testValid()

    {

        if (!in_array('unix', stream_get_transports())) {

            $this->markTestSkipped('Unix domain sockets (UDS) not supported on your platform (Windows?)');

        }
<?php     public function setUpServer()

    {

        if (!in_array('unix', stream_get_transports())) {

            $this->markTestSkipped('Unix domain sockets (UDS) not supported on your platform (Windows?)');

        }