wordpress如何判断路径是否为可写,下面web建站小编给大家简单介绍一下如何利用wp_is_writable()
函数实现这个功能!
代码如下:
function wp_is_writable( $path ) { if ( 'WIN' === strtoupper( substr( PHP_OS, 0, 3 ) ) ) { return win_is_writable( $path ); } else { return @is_writable( $path ); } }
WordPress版本如何使用str_starts_with和str_ends_with函数
标签: wordpress函数, wordpress判断, wp_is_writable
上面是“wordpress如何判断路径是否为可写”的全面内容,想了解更多关于 wordpress 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_3782.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!