|
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7">php_stream_opendir説明php_stream * php_stream_opendir ( char * path, php_stream_context * context)php_stream_opendir() returns a stream that can be used to list the files that are contained in the directory specified by path. This function is functionally equivalent to POSIX opendir(). Although this function returns a php_stream object, it is not recommended to try to use the functions from the common API on these streams. |