Configuratie tijdens scriptuitvoer
Het
gedrag
van
deze
functies
kan
worden
beï
vanuit
php.ini
.
For further details and definition of the PHP_INI_*
constants see
ini_set()
.
Resource types
Deze
extensie
maakt
geen
gebruik
van
resources
.
Voorgedefineerde constanten
Deze
constanten
worden
gedefineerd
door
deze
extensie
,
en
zullen
alleen
beschikbaar
zijn
als
de
extensie
met
PHP
is
meegecompileerd
,
of
als
deze
dynamisch
is
geladen
vanuit
een
script
.
Voorbeelden
This example would be called from a page with a tag like:
img src="button.php?text" . The above button.php script
then takes this "text" string and overlays it on top of a
base image which in this case is "images/button1.png" and
outputs the resulting image. This is a very convenient way
to avoid having to draw new button images every time you
want to change the text of a button. With this method they
are dynamically generated.