請教下:
workerman的http server怎么實現(xiàn)header location重定向到另外一個域名。
謝謝。
use \Workerman\Protocols\Http; Http::header("location:".$xxx);
謝謝您