位置: 编程技术 - 正文
推荐整理分享PHP:basename()的用法_Filesystem函数(php bi),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:php base,phpnamespace,php的命名规范是什么,php basename,php名字,php base,php base,php basename,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4, PHP 5)
basename — 返回路径中的文件名部分
说明 string basename ( string $path [, string $suffix ] )给出一个包含有指向一个文件的全路径的字符串,本函数返回基本的文件名。
参数path
一个路径。
在 Windows 中,斜线(/)和反斜线()都可以用作目录分隔符。在其它环境下是斜线(/)。
suffix如果文件名是以 suffix 结束的,那这一部分也会被去掉。
返回值Returns the base name of the given path. 返回 path 的基本的文件名。
更新日志版本 说明 4.1.0 增加了参数 suffix
范例
Example #1 basename() 例子
<?phpecho"1)".basename("/etc/sudoers.d",".d").PHP_EOL;echo"2)".basename("/etc/passwd").PHP_EOL;echo"3)".basename("/etc/").PHP_EOL;echo"4)".basename(".").PHP_EOL;echo"5)".basename("/");?>以上例程会输出:
注释Note:
basename() operates naively on the input string, and is not aware of the actual filesystem, or path components such as "..".
Note:
basename() is locale aware, so for it to see the correct basename with multibyte character paths, the matching locale must be set using the setlocale() function.
参见dirname() - 返回路径中的目录部分 pathinfo() - 返回文件路径的信息
PHP:chgrp()的用法_Filesystem函数 chgrp(PHP4,PHP5)chgrp改变文件所属的组说明boolchgrp(string$filename,mixed$group)尝试将文件filename所属的组改成group(通过组名或组ID指定)。只有超级用户可以任意
PHP:mime_content_type()的用法_fileinfo函数 mime_content_type(PHP4=4.3.0,PHP5)mime_content_type检测文件的MIME类型(已废弃)说明stringmime_content_type(string$filename)返回通过使用magic.mime检测到的文件MIME类型。参
PHP:finfo_open()的用法_fileinfo函数 finfo_openfinfo::__construct(PHP=5.3.0,PECLfileinfo=0.1.0)finfo_open--finfo::__construct创建一个fileinfo资源说明过程化风格resourcefinfo_open([int$options=FILEINFO_NONE[,string$magic_file=
标签: php bi
本文链接地址:https://www.jiuchutong.com/biancheng/285246.html 转载请保留说明!上一篇:PHP:chown()的用法_Filesystem函数(php 重写 重载)
友情链接: 武汉网站建设