PHP 脚本在哪个用户下 运行?

Under which user are PHP scripts running?

运行 Windows 服务器 2012 R2、IIS 8 上的 Wordpress 5.02。

windows 个用户帐户下有 PHP 个脚本 运行?或者我怎样才能找到这个?我需要给目录写权限。

执行此自定义 PHP Script。支持(PHP 4, PHP 5, PHP 7)

<?php
echo 'Current script owner: ' . get_current_user();
?>