GC_Filesystem_Direct::cwd()
最后更新于:2021-11-27 17:51:27
GC_Filesystem_Direct::cwd()
Gets the current working directory.
响应
(string|false) The current working directory on success, false on failure.
源文件
文件: gc-admin/includes/class-gc-filesystem-direct.php
public function cwd() {
return getcwd();
}