Answer the question
In order to leave comments, you need to log in
PHP COM Automation: Taming the Clipboard
Reading the text content of the windows clipboard with PHP is as easy as shelling pears:
$buffer = new COM("htmlfile");
$result = $buffer->ParentWindow->ClipboardData->Getdata("text");
And, here, how to write something there?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question