摘要: 例子 例子 参考: https://blog.csdn.net/qq_38125058/article/details/79145302 阅读全文
posted @ 2019-07-31 23:42 anobscureretreat 阅读(345) 评论(0) 推荐(0)
摘要: 取出目录路径中的文件名字 code 输出 参考: 阅读全文
posted @ 2019-07-31 23:35 anobscureretreat 阅读(268) 评论(0) 推荐(0)
摘要: code 输出 参考: https://www.w3school.com.cn/php/func_string_rtrim.asp 阅读全文
posted @ 2019-07-31 23:22 anobscureretreat 阅读(177) 评论(0) 推荐(0)
摘要: 例子 输出 参考: https://www.w3school.com.cn/php/func_string_ltrim.asp 阅读全文
posted @ 2019-07-31 23:18 anobscureretreat 阅读(221) 评论(0) 推荐(0)
摘要: 输出 参考: 阅读全文
posted @ 2019-07-31 23:12 anobscureretreat 阅读(258) 评论(0) 推荐(0)
摘要: 例子 输出 例子 输出 参考: https://www.w3school.com.cn/php/func_string_trim.asp 阅读全文
posted @ 2019-07-31 23:10 anobscureretreat 阅读(216) 评论(0) 推荐(0)
摘要: is_numeric() 函数用于检测变量是否为数字或数字字符串。 例子 输出 参考: https://www.runoob.com/php/php-is_numeric-function.html 阅读全文
posted @ 2019-07-31 22:40 anobscureretreat 阅读(552) 评论(0) 推荐(0)
摘要: PHP 中换行可以用 PHP_EOL 来替代,以提高代码的源代码级可移植性: unix系列用 \n windows系列用 \r\n mac用 \r 参考: https://www.runoob.com/w3cnote/php-php_eol.html 阅读全文
posted @ 2019-07-31 22:38 anobscureretreat 阅读(182) 评论(0) 推荐(0)
摘要: var_dump() 函数用于输出变量的相关信息 输出 参考: https://www.runoob.com/php/php-var_dump-function.html 阅读全文
posted @ 2019-07-31 22:34 anobscureretreat 阅读(294) 评论(0) 推荐(0)
摘要: 参考: https://www.w3school.com.cn/php/func_string_strpos.asp 阅读全文
posted @ 2019-07-31 22:28 anobscureretreat 阅读(169) 评论(0) 推荐(0)
摘要: 参考: https://www.jb51.net/article/146892.htm 阅读全文
posted @ 2019-07-31 00:39 anobscureretreat 阅读(4601) 评论(0) 推荐(0)
摘要: 参考: https://www.cnblogs.com/zwgblog/p/6006102.html 阅读全文
posted @ 2019-07-31 00:04 anobscureretreat 阅读(296) 评论(0) 推荐(0)