Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
associate the .tc file extension with truecrypt
asociar los archivos .tc con truecrypt
Dernière mise à jour : 2009-12-13
Fréquence d'utilisation : 1
Qualité :
*. tc *. bc_bar_tellico dosyaları (*. tc)
*. tc *. bc_bar_archivos de tellico (*. tc)
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 2
Qualité :
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;}
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); imagestring($im,1,5,5 ,"error loading $imgname",$tc); / * output an errmsg * /} return $im;}
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
Avertissement : un formatage HTML invisible est présent