sun's longitude:43 32 59 
¡¤ ÀÚÀ¯°Ô½ÃÆÇ ¡¤ ¹¯°í´äÇϱ⠡¤ ¾ËÆĹ®¼­ ¡¤ RPMS list
¡¤ »ç¿ëÀÚ¹®¼­ ¡¤ ÆÁ/FAQ¸ðÀ½ ¡¤ ¸®´ª½ºLinks ¡¤ ÀÚ·á½Ç
¡¤ ¼­¹öÁ¤º¸ ¡¤ ¿î¿µÀÚ ¡¤ Books/FAQ ¡¤ FreeBSD
 
/board/delete.php:¼Ò½ºº¸±â   
 
¾ËÆĹ®¼­
ÀÚÁÖ Àؾî¸Ô°Å³ª, ¸Þ¸ðÇØ µÑ Çʿ伺ÀÌ ÀÖ´Â ÆÁÀ̳ª ¹®¼­, ±âŸ µîµî
[*** ¾²±â ±ÝÁö´Ü¾î ÆÐÅÏ ***]
±Û º»¹® Áß°£¿¡ ¾÷·ÎµåÇÒ À̹ÌÁö¸¦ Ãß°¡ÇÏ´Â ¹æ¹ý : @@À̹ÌÁöÀ̸§@@
ex) @@foo.gif@@
 ¡Ú ±Û Áö¿ì±â Ç׸ñÀÔ´Ï´Ù. Çѹø ´õ »ý°¢ÇÏ½Ã°í °áÁ¤ÇϽʽÿÀ.!!!
Á¦¸ñ 207 : [php] ³»ºÎ IP ÁÖ¼Ò °Ë»ç(private networks)
 À̸§  »êÀÌ [Ȩ]http://linuxchannel.net/
³»ºÎIP ÁÖ¼Ò °Ë»ç


## check private networks
##
function is_localnet($ipaddr)
{
static $localnet = array('10.0.0.0'=>'255.0.0.0','172.16.0.0'=>'255.240.0.0','192.168.0.0'=>'255.255.0.0');

if(!preg_match('/^(10|172|192\.168)\./',$ipaddr)) return; // is public ipaddr

$ubit = sprintf('%032b',ip2long($ipaddr)); // inet_atob()

foreach($localnet AS $pnet=>$pmask)
{
$pbit = sprintf('%032b',ip2long($pmask));
$unet = ($ubit & $pbit);
$unet = long2ip(bindec("$unet")); // inet_btoa()
if($pnet == $unet)
{
$r = TRUE;
break;
}
}

return $r;
}
2009³â 06¿ù 05ÀÏ 05:00:50 ±Ý(»õº®)  from 114.111.62.248
0
¾ÏÈ£: °ø¿ë º¸¾È SSL ¼­¹ö°¡ ÁغñµÇ±â Àü±îÁö´Â off ÇÕ´Ï´Ù

apache lighttpd linuxchannel.net 
Copyright 1997-2024. linuxchannel.net. All rights reserved.

Page loading: 0.01(server) + (network) + (browser) seconds