mirror of
https://github.com/php/doc-gtk.git
synced 2026-03-25 17:42:14 +01:00
7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
<?php
|
|
if (!extension_loaded('php-gtk')) {
|
|
echo "The PHP-Gtk2 module is not available!\r\n";
|
|
exit(1);
|
|
}
|
|
//..continue with your program
|
|
?> |