- win32std is not php-gtk
43 semanas 5 dias atrás - php gtk windows extension exists
44 semanas 4 dias atrás - Added capabilities
45 semanas 1 dia atrás - GtkHtml-3.0.dll missing error
47 semanas 4 dias atrás - No PHP 6
1 ano 16 semanas atrás - Recurring question!
1 ano 19 semanas atrás - Use the forum for support questions
1 ano 23 semanas atrás - PHP-GTK installation complements for Ubuntu 10.04 Natty Narwhal
1 ano 23 semanas atrás - Article restored: who's willing to do the others ?
1 ano 23 semanas atrás - you can use COM with WScript.Shell or the REG command in Windows
1 ano 40 semanas atrás


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.