博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
python函数示例_PHP closeir()函数与示例
阅读量:2529 次
发布时间:2019-05-11

本文共 795 字,大约阅读时间需要 2 分钟。

python函数示例

PHP Closedir()函数 (PHP closedir() function)

The full form of closedir is "Close Directory", the function closedir() is used to close an opened directory.

Closedir的完整格式为“ Close Directory”函数closedir()用于关闭打开的目录。

Syntax:

句法:

closedir(dir_handle);

Parameter(s):

参数:

  • dir_handle – it is an optional parameter which is used to specify the directory handle resource if we do not specify the directory handle resource – it assumes the last link opened with .

    dir_handle –是一个可选参数,如果我们未指定目录句柄资源,则用于指定目录句柄资源–假定使用打开的最后一个链接。

Return value:

返回值:

It returns nothing.

它什么也不返回。

Example: PHP code to open a directory, read its files, and close it

示例:PHP代码打开目录,读取其文件,然后关闭它

";    }    //closing the directory    closedir($dh);  }}?>

Output

输出量

File:..File:main.phpFile:.

Reference:

参考:

翻译自:

python函数示例

转载地址:http://fvtzd.baihongyu.com/

你可能感兴趣的文章
python的字符串内建函数
查看>>
Spring - DI
查看>>
微软自己的官网介绍 SSL 参数相关
查看>>
Composite UI Application Block (CAB) 概念和术语
查看>>
64位MATLAB和C混合编程以及联合调试
查看>>
原生js大总结二
查看>>
PHP基础
查看>>
UVa 11488 超级前缀集合(Trie的应用)
查看>>
Django 翻译与 LANGUAGE_CODE
查看>>
[转]iOS教程:SQLite的创建数据库,表,插入查看数据
查看>>
【转载】OmniGraffle (一)从工具栏开始
查看>>
初识ionic
查看>>
java 中打印调用栈
查看>>
开发 笔记
查看>>
ajax跨域,携带cookie
查看>>
阶段3 2.Spring_01.Spring框架简介_03.spring概述
查看>>
阶段3 2.Spring_02.程序间耦合_1 编写jdbc的工程代码用于分析程序的耦合
查看>>
阶段3 2.Spring_01.Spring框架简介_04.spring发展历程
查看>>
阶段3 2.Spring_02.程序间耦合_3 程序的耦合和解耦的思路分析1
查看>>
阶段3 2.Spring_02.程序间耦合_5 编写工厂类和配置文件
查看>>