Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ブラウザ情報を取得するのと同じように、php を使用して現在の Web ブラウザ ウィンドウ ハンドル (HWND) を取得する方法があるかどうかを知りたいです。
COM クラスを使用して、このようなブラウザ ハンドルを取得したくありません
$Browser = new COM("InternetExplorer.Application"); $Browserhandle = $Browser->HWND;
を使用してみてくださいget_browser()。こちらをご覧ください。
get_browser()