put_html
put_html($html, $url = ""); - this function is used to set the current html in the Windows clipboard. (available from version 6.0.45)
the input Function accepts parameters:
$html – html to set in the clipboard buffer (string)
$url – url to link html to (optional, used for subsequent correct insertion of html with images from the clipboard) (string)
After testing, the function returns the result of its work to the script :
true – successfully placed the specified html (boolean)false – operation failed (boolean)