- win32std is not php-gtk
vor 43 Wochen 3 Tage - php gtk windows extension exists
vor 44 Wochen 2 Tage - Added capabilities
vor 44 Wochen 6 Tage - GtkHtml-3.0.dll missing error
vor 47 Wochen 2 Tage - No PHP 6
vor 1 Jahr 15 Wochen - Recurring question!
vor 1 Jahr 19 Wochen - Use the forum for support questions
vor 1 Jahr 23 Wochen - PHP-GTK installation complements for Ubuntu 10.04 Natty Narwhal
vor 1 Jahr 23 Wochen - Article restored: who's willing to do the others ?
vor 1 Jahr 23 Wochen - you can use COM with WScript.Shell or the REG command in Windows
vor 1 Jahr 40 Wochen


you can use COM with WScript.Shell or the REG command in Windows
<?php$a = new COM('WScript.Shell');
var_dump($a);
var_dump($a->RegRead("HKCR\.txt\\"));
//$a->RegWrite($key, $val, $type);
?>
<?phpvar_dump(exec("REG query HKCR\.txt"));
?>
php gtk windows extension exists
U can use the win32std extension for php.
contents:
Win32 dialogs, Windows utility functions, Registry access and Windows resources
lookup: http://wildphp.free.fr/
win32std is not php-gtk
This is another way to build rich UIs with PHP on Windows, but it AIUI it basically exposes the native Win32 APIs (or at least a subset of these) in a PHP extension; this is completely different from PHP-GTK, which exposes a GLib / GTK API on top of, not Win32 itself.