|
PHP5中文手册
stream_get_wrappers(PHP 5) stream_get_wrappers — Retrieve list of registered streams Description
array stream_get_wrappers
( void
)
Returns an indexed array containing the name of all stream wrappers available on the running system.
Example#1 stream_get_wrappers() example
<?php 上例的输出类似于:
Example#2 Checking for the existence of a stream wrapper
<?php See also stream_wrapper_register(). |