GC_Filesystem_Base::cwd()

最后更新于:2021-11-27 16:00:24

GC_Filesystem_Base::cwd()

Gets the current working directory.

响应

(string|false) The current working directory on success, false on failure.

源文件

文件: gc-admin/includes/class-gc-filesystem-base.php

	public function cwd() {
		return false;
	}