1. 무작위 문자열 함수 생성
function random($length) {
$hash = @#@#;
$chars = @#abcdefghijklmnopqrstuvwxyz0123456789abcdefghijklmnopqrstuvwxyz@#; - 1;
mt_srand((double)microtime() * 1000000)
for($i = 0; $i < $length; $i ) {
$hash .= $chars[ mt_rand (0, $max)];
}
return $hash;
}
2. 특정 길이의 문자열 가로채기
참고: 이 함수는 gb2312
함수에 유효합니다. wordscut($string, $length ,$sss=0) {
if(strlen($string) > $length) {
if($sss){
$length=$length - 3;
$addstr=@# ...@#;
}
for($i = 0; $i < $length; $i ) {
if(ord($string[$ i]) > 127) {
$wordscut .= $string[$i].$string[$i 1]
$i
} else {
$wordscut .= $ string[$i];
}
return $wordscut.$addstr;
}
return $string;
}
클라이언트 IP 주소 가져오기
function getip(){
if (getenv("http_client_ip") && strcasecmp(getenv("http_client_ip"), "unknown"))
$ip = getenv("http_client_ip")
else; if (getenv("http_x_forwarded_for") && strcasecmp(getenv("http_x_forwarded_for"), "unknown"))
$ip = getenv("http_x_forwarded_for")
else if (getenv("remote_addr") && strcasecmp (getenv("remote_addr"), "알 수 없음"))
$ip = getenv("remote_addr")
else if (isset($_server[@#remote_addr@#]) && $_server[@# remote_addr@#] && strcasecmp($_server[@#remote_addr@#], "알 수 없음"))
$ip = $_server[@#remote_addr@#]
else
$ip = "알 수 없음 ";
return($ip);
}
4. 해당 폴더를 생성합니다.
functioncreatedir($dir=@#@#)
{
if (!is_dir ( $dir))
{
$temp = 폭발(@#/@#,$dir)
$cur_dir = @#@#
for($i=0;$i< ; count($temp);$i )
{
$cur_dir .= $temp[$i].@#/@#
if (!is_dir($cur_dir))
{
@mkdir($cur_dir,0777);
}
}
}
}
5. 이메일 주소 결정
checkemail($inaddress)
{
return (ereg("^([a-za-z0-9_-]) @([a-za-z0-9_-]) (.[a-za-z0-9_-]) ",$inaddress ));
6. 점프
함수 gotourl($message=@#@#,$url=@#@#,$title=@#@#)
{
$html ="
여기所帮助。