filesystem_method

最后更新于:2021-11-26 09:53:04

apply_filters( ‘filesystem_method’, string $method, array $args, string $context, bool $allow_relaxed_file_ownership )

Filters the filesystem method to use.

参数

$method

(string)
Filesystem method to return.

$args

(array)
An array of connection details for the method.

$context

(string)
Full path to the directory that is tested for being writable.

$allow_relaxed_file_ownership

(bool)
Whether to allow Group/World writable.

源文件

文件: gc-admin/includes/file.php

View on Trac