Generation

generate functionSun, 08 Sep 2024

tengo una barra al costado, quiero qeu cuando se abra se opaque el fondo

nction barra($width, $height) { $barra = imagecreate($width, $height); $cor = imagecolorallocate($barra, 0, 0, 0); imagefilledrectangle($barra, 0, 0, $width, $height, $cor); return $barra; } function imagem

Questions about programming?Chat with your personal AI assistant