stream_get_wrappers Retrieve list of registered streams &reftitle.description; arraystream_get_wrappers Retrieve list of registered streams available on the running system. &reftitle.returnvalues; Returns an indexed array containing the name of all stream wrappers available on the running system. &reftitle.examples; <function>stream_get_wrappers</function> example ]]> &example.outputs.similar; php [1] => file [2] => http [3] => ftp [4] => compress.bzip2 [5] => compress.zlib ) ]]> Checking for the existence of a stream wrapper ]]> &reftitle.seealso; stream_wrapper_register