Is it possible manipulate visual objects in PHP ?
Generally it is, but as PHP is mostly used as a web scripting language it runs in the web servers context, thus visual objects will never appear on the servers desktop. If you use PHP for application scripting e.g. in conjunction with PHP-GTK there is no limitation in accessing and manipulating visual objects through COM.
Related Questions
- Is it possible to manipulate ULC objects or fire events from another thread? Is there an equivalent of Swings invokeLater in ULC?
- If PHP can manipulate COM objects, can we imagine to use MTS to manage components resources, in conjunction with PHP ?
- Is it possible to load/manipulate an ActiveX object in a page with PHP ?