技术 SQL FORMAT() 函数 SQLFORMAT()函数FORMAT()函数FORMAT()函数用于对字段的显示进行格式化。SQLFORMAT()语法SELECTFORMAT(column_name,format)FROMtab... 2024-04-25 27 阅读 夜幕星河
技术 CSS max() 函数 CSSmax()函数实例使用max()函数将#div1的宽度设置为最大的值,取50%或300px的最大值:#div1{background-color:yellow;height:100px... 2024-04-25 26 阅读 admin
技术 PHP array_merge_recursive() 函数 PHParray_merge_recursive()函数把两个数组合并为一个数组:<?php$a1=array("a"=>"red","b"=>"green");$a2=array("c"=&g... 2024-04-24 62 阅读 春日樱亭
案例 PHP array_unique() 函数 PHParray_unique()函数移除数组中重复的值:<?php$a=array("a"=>"red","b"=>"green","c"=>"red");print_r(array_u... 2024-04-24 24 阅读 月野氿桃
技术 PHP file_exists() 函数 PHPfile_exists()函数定义和用法file_exists()函数检查文件或目录是否存在。如果指定的文件或目录存在则返回TRUE,否则返回FALSE。语法file_exists(path)参数描述... 2024-04-24 26 阅读 星河私藏家
教程 PHP password_hash() 函数 PHPpassword_hash()函数password_hash()函数用于创建密码的散列(hash)PHP版本要求:PHP5˃=5.5.0,PHP7语法stringpasswor... 2024-04-24 31 阅读 admin
案例 CSS min() 函数 CSSmin()函数实例使用min()函数将#div1的宽度设置为最小的值,取50%或300px的最小值:#div1{background-color:yellow;height:100px... 2024-04-23 26 阅读 甜岛和星
技术 PHP 5 Math 函数 PHP5Math函数PHPMath简介Math函数能处理integer和float范围内的值。安装PHPMath函数是PHP核心的组成部分。无需安装即可使用这些函数。PHP5Math... 2024-04-23 25 阅读 漫游白兔星球
教程 PHP chroot() 函数 PHPchroot()函数改变根目录:<?php//Changerootdirectorychroot("/path/to/chroot/");//Getcurrentdirectoryecho... 2024-04-23 24 阅读 晚间偷亲
案例 PHP expm1() 函数 PHPexpm1()函数返回exp()-1:<?phpecho(expm1(0)."<br>");echo(expm1(1)."<br>");echo(expm1(10... 2024-04-23 26 阅读 与星星私奔