mirror of
https://github.com/php/doc-gtk.git
synced 2026-03-24 17:12:18 +01:00
5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
<?php
|
|
if (!class_exists("gtk")) {
|
|
dl( "php_gtk." . PHP_SHLIB_SUFFIX);
|
|
}
|
|
?> |