mirror of
https://github.com/php/doc-gtk.git
synced 2026-04-24 09:08:12 +02:00
d1bb6fa448
If you find something that's wrong, please tell me.
5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
<?php
|
|
if (!class_exists("gtk")) {
|
|
dl( "php_gtk." . PHP_SHLIB_SUFFIX);
|
|
}
|
|
?> |