stream_get_wrappers

PHP 5, PHP 7, PHP 8
stream_get_wrappers - Retrieve list of registered streams
Manual
Code Examples

stream_get_wrappers( ): array

Retrieve list of registered streams available on the running system.

Parameters

This function has no parameters.

Return Values

Returns an indexed array containing the name of all stream wrappers available on the running system.

Related Functions

Example of stream_get_wrappers

Show all examples for stream_get_wrappers

PHP Version:


Function stream_get_wrappers:

Streams Functions

Most used PHP functions