位置: 编程技术 - 正文
推荐整理分享PHP:fnmatch()的用法_Filesystem函数(php fetchall),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:php fetch函数,php fn,php fetchone,php fetch(),phpforeach用法,php fn,php fetch(),php fn,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4 >= 4.3.0, PHP 5)
fnmatch — 用模式匹配文件名
说明 bool fnmatch ( string $pattern , string $string [, int $flags = 0 ] )fnmatch() 检查传入的 string 是否匹配给出的 shell 统配符 pattern。
参数pattern
shell 统配符。
string要检查的字符串。 此函数对于文件名尤其有用,但也可以用于普通的字符串。
普通用户可能习惯于 shell 模式或者至少其中最简单的形式 ? 和 * 通配符,因此使用 fnmatch() 来代替 preg_match() 来进行前端搜索表达式输入对于非程序员用户更加方便。
flagsThe value of flags can be any combination of the following flags, joined with the binary OR (|) operator. A list of possible flags for fnmatch() Flag Description FNM_NOESCAPE Disable backslash escaping. FNM_PATHNAME Slash in string only matches slash in the given pattern. FNM_PERIOD Leading period in string must be exactly matched by period in the given pattern. FNM_CASEFOLD Caseless match. Part of the GNU extension.
返回值匹配则返回 TRUE,否则返回 FALSE。
更新日志版本 说明 5.3.0 此函数开始在 Windows 平台上生效。
范例
Example #1 用 shell 中的通配符模式匹配来检查颜色名称
<?phpif(fnmatch("*gr[ae]y",$color)){echo"someformofgray...";}?> 注释 Warning目前该函数无法在 Windows 或其它非 POSIX 兼容的系统上使用。
参见glob() - 寻找与模式匹配的文件路径 preg_match() - 执行一个正则表达式匹配 sscanf() - 根据指定格式解析输入的字符 printf() - 输出格式化字符串 sprintf() - Return a formatted string
PHP:diskfreespace()的用法_Filesystem函数 diskfreespace(PHP4,PHP5)diskfreespacedisk_free_space()的别名说明此函数是该函数的别名:disk_free_space()。
PHP:fileperms()的用法_Filesystem函数 fileperms(PHP4,PHP5)fileperms取得文件的权限说明intfileperms(string$filename)取得文件的权限。参数filename文件的路径。返回值以数字模式返回文件的访问权限。Retur
PHP:filemtime()的用法_Filesystem函数 filemtime(PHP4,PHP5)filemtime取得文件修改时间说明intfilemtime(string$filename)本函数返回文件中的数据块上次被写入的时间,也就是说,文件的内容上次被修改的
标签: php fetchall
本文链接地址:https://www.jiuchutong.com/biancheng/285218.html 转载请保留说明!友情链接: 武汉网站建设