De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.
imagecreate() returns an image identifier representing a blank image of size x_size by y_size.
esimerkki 1.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
function loadgif ($imgname) {$im = @imagecreatefromgif ($imgname); /* attempt to open */ if (!$im) {/* see if it failed */ $im = imagecreate (150, 30); /* create a blank image */ $bgc = imagecolorallocate ($im, 255, 255, 255); $tc = imagecolorallocate ($im, 0, 0, 0); imagefilledrectangle ($im, 0, 0, 150, 30, $bgc); /* output an errmsg */ imagestring ($im, 1, 5, 5, "error loading $imgname", $tc);} return $im;}
huomaa:
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
Advertencia: contiene formato HTML invisible
Se han ocultado algunas traducciones humanas de escasa relevancia para esta búsqueda.
Mostrar los resultados de escasa relevancia para esta búsqueda.