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


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.