找回密码
 注册
【阿里云】2核2G云新老同享 99元/年,续费同价华为云精选云产品特惠做网站就用糖果主机Jtti,新加坡服务器,美国服务器,香港服务器
查看: 291|回复: 1

php通用检测函数集(5)

[复制链接]
发表于 2005 年 10 月 8 日 15:42:20 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×
  // 函数名:AlertExit($C_alert,$I_goback=0) // 作 用:非法操作警告 // 参 数:$C_alert(提示的错误信息) //
$I_goback(返回到那一页) // 返回值:字符串 // 备 注:无
//----------------------------------------------------------------------------------- ------- function AlertExit
($C_alert,$I_goback=0) { if($I_goback0) { echo alert('$C_alert');history.go($I_goback);; exit; } else { echo
alert('$C_alert');; exit; } }
//----------------------------------------------------------------------------------- -------
//----------------------------------------------------------------------------------- ------- // 函数名:
ReplaceSpacialChar($C_char) // 作 用:特殊字符替换函数 // 参 数:$C_char(待替换的字符串) // 返回值:字符串 //
备 注:无 //----------------------------------------------------------------------------------- ------- function
ReplaceSpecialChar($C_char) { $C_char=HTMLSpecialChars($C_char); //将特殊字元转成 HTML 格式。 $C_char=nl2br
($C_char); //将回车替换为 $C_char=str_replace( , ,$C_char); //替换空格替换为 $C_char=str_replace(
$char='¥5,645,132.31' //-----------------------------------------------------------------------------------
------- function ExchangeMoney($N_money) { $A_tmp=explode(.,$N_money ); //将数字按小数点分成两部分,并存入数组
$A_tmp $I_len=strlen($A_tmp[0]); //测出小数点前面位数的宽度 if($I_len%3==0) { $I_step=$I_len/3; //如前面位数的宽
度mod 3 = 0 ,可按,分成$I_step 部分 }else { $step=($len-$len%3)/3+1; //如前面位数的宽度mod 3 != 0 ,可按,分成
$I_step 部分+1 } $C_cur=; //对小数点以前的金额数字进行转换 while($I_len0) { $I_step--; if($I_step==0) { $C_cur .=
substr($A_tmp[0],0,$I_len-($I_step)*3); }else { $C_cur .= substr($A_tmp[0],0,$I_len-($I_step)*3).,; } $A_tmp[0]
=substr($A_tmp[0],$I_len-($I_step)*3); $I_len=strlen($A_tmp[0]); } //对小数点后面的金额的进行转换 if($A_tmp[1]==)
{ $C_cur .= .00; }else { $I_len=strlen($A_tmp[1]); if($I_len ){$C_target=window.location='$C_url?
$C_getOther='+this.value;} if($C_get   && $C_getOther == ){$C_target=window.location='$C_url? $C_get';} if($C_get  
&& $C_getOther  ){$C_target=window.location='$C_url? $C_get&$C_getOther='+this.value;} return $C_target; }
//----------------------------------------------------------------------------------- ----- ?>  


转自:  http://edu.chinaz.com
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
 楼主| 发表于 2005 年 10 月 8 日 15:42:20 | 显示全部楼层
【腾讯云】2核2G云服务器新老同享 99元/年,续费同价

php通用检测函数集(5)

  // 函数名:AlertExit($C_alert,$I_goback=0) // 作 用:非法操作警告 // 参 数:$C_alert(提示的错误信息) //
$I_goback(返回到那一页) // 返回值:字符串 // 备 注:无
//----------------------------------------------------------------------------------- ------- function AlertExit
($C_alert,$I_goback=0) { if($I_goback0) { echo alert('$C_alert');history.go($I_goback);; exit; } else { echo
alert('$C_alert');; exit; } }
//----------------------------------------------------------------------------------- -------
//----------------------------------------------------------------------------------- ------- // 函数名:
ReplaceSpacialChar($C_char) // 作 用:特殊字符替换函数 // 参 数:$C_char(待替换的字符串) // 返回值:字符串 //
备 注:无 //----------------------------------------------------------------------------------- ------- function
ReplaceSpecialChar($C_char) { $C_char=HTMLSpecialChars($C_char); //将特殊字元转成 HTML 格式。 $C_char=nl2br
($C_char); //将回车替换为 $C_char=str_replace( , ,$C_char); //替换空格替换为 $C_char=str_replace(
$char='¥5,645,132.31' //-----------------------------------------------------------------------------------
------- function ExchangeMoney($N_money) { $A_tmp=explode(.,$N_money ); //将数字按小数点分成两部分,并存入数组
$A_tmp $I_len=strlen($A_tmp[0]); //测出小数点前面位数的宽度 if($I_len%3==0) { $I_step=$I_len/3; //如前面位数的宽
度mod 3 = 0 ,可按,分成$I_step 部分 }else { $step=($len-$len%3)/3+1; //如前面位数的宽度mod 3 != 0 ,可按,分成
$I_step 部分+1 } $C_cur=; //对小数点以前的金额数字进行转换 while($I_len0) { $I_step--; if($I_step==0) { $C_cur .=
substr($A_tmp[0],0,$I_len-($I_step)*3); }else { $C_cur .= substr($A_tmp[0],0,$I_len-($I_step)*3).,; } $A_tmp[0]
=substr($A_tmp[0],$I_len-($I_step)*3); $I_len=strlen($A_tmp[0]); } //对小数点后面的金额的进行转换 if($A_tmp[1]==)
{ $C_cur .= .00; }else { $I_len=strlen($A_tmp[1]); if($I_len ){$C_target=window.location='$C_url?
$C_getOther='+this.value;} if($C_get   && $C_getOther == ){$C_target=window.location='$C_url? $C_get';} if($C_get  
&& $C_getOther  ){$C_target=window.location='$C_url? $C_get&$C_getOther='+this.value;} return $C_target; }
//----------------------------------------------------------------------------------- ----- ?>  


转自:  http://edu.chinaz.com
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|金光论坛

GMT+8, 2024 年 11 月 20 日 06:12 , Processed in 0.025147 second(s), 23 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表