ホームページ >バックエンド開発 >PHPチュートリアル >よく使用されるいくつかの php 関数_PHP チュートリアル
1. ランダムな文字列関数を生成します
functionrandom($length) {
$hash = '';
$chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz';
$max = strlen($chars);
mt_srand ( (double)microtime() * 1000000);
for($i = 0; $i < $length; $i++) {
$hash .= $chars[mt_rand(0, $max)] }
return $hash;
}
?> =0) {
if(strlen($string) > $length) {
$addstr=' ... ';
$i if(ord($string[$i]) > 127) {
$wordscut .= $string[$i].$string[$i + 1]
$i++ } else {
$; Wordscut .= $string[$i];
}
}
return $string;
3. ;?php
function GetIP(){
$ip = getenv("HTTP_CLIENT_IP")
$ip = getenv("HTTP_X_FORWARDED_FOR"); else if (getenv(" REMOTE_ADDR") && strcasecmp(getenv("REMOTE_ADDR") 、 "不明"))
$ip = getenv("REMOTE_ADDR"); ']) && $_SERVER['REMOTE_ADDR' ] && strcasecmp($_SERVER['REMOTE_ADDR'], "unknown")) $ip = "unknown" ;
return($ip);
?>( '/'、$ dir); $ cur_dir ir。 ^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+(.[ a-zA-Z0-9_-])+",$inAddress));
}
?>
6.ジャンプ
function gotourl($message='',$url ='',$title='')
{
$html ="< html>
".$title."< /td> |
"; $html .="< ;br>".$message." "; if (!empty($url)) $html .="システムは 3 秒以内に戻ります ブラウザが戻れない場合自動的にクリックしてください [here] Enter"; else $html .="[Return]"; $html .="< /td> |