Configuração
durante
execução
O
comportamento
dessas
funções
podem
ser
modificado
pelas
configurações
do
php.ini
.
For further details and definition of the PHP_INI_*
constants see
ini_set()
.
Tipos
Resource
Esta
extensão
não
possui
nenhum
tipo
resource
.
Constantes
Predefinidas
As
contantes
abaixo
são
definidas
por
esta
extensão
e
somente
estarão
disponíveis
quando
a
extensão
foi
compilada
com
o
PHP
ou
carregada
dinamicamente
durante
a
execução
.
Exemplos
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.