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