put_text
put_text($text); - this function is used to set the current text in the Windows clipboard.
The function accepts parameters as input:
$texts – text to set in the clipboard (string)
After testing, the function returns the result of its work to the script :
true – successfully placed the specified text (boolean)false – operation failed (boolean)