strtolower

PHP strtolower()函数 (PHP strtolower() function)

strtolower() function is a string function, it accepts the string and returns an lowercase string.

strtolower()函数是一个字符串函数,它接受该字符串并返回小写字符串。

Syntax:

句法:

    strtolower(string);

Example:

例:

    Input: "This is my COMPUter!"
Output: "this is my computer!"

PHP code:

PHP代码:

<?PHP
$str = "This is my COMPUter!";
echo (strtolower($str));
?>

Output

输出量

this is my computer!

翻译自: https://www.includehelp.com/php/strtolower-function-with-example.aspx

strtolower

strtolower_PHP strtolower()函数与示例相关推荐

  1. php指定长度 分割整形,php指定长度分割字符串str_split函数用法示例

    本文实例讲述了php指定长度分割字符串str_split函数用法.分享给大家供大家参考,具体如下: 示例1:$str = 'abcdefgh'; $arr = str_split($str,2); 运 ...

  2. getdate函数_PHP getdate()函数与示例

    getdate函数 PHP getdate()函数 (PHP getdate() function) getdate() function is used to get the local date/ ...

  3. 安卓log.e函数打印示例_log1p()函数以及C ++中的示例

    安卓log.e函数打印示例 C ++ log1p()函数 (C++ log1p() function) log1p() function is a library function of cmath ...

  4. gettimeofday_PHP gettimeofday()函数与示例

    gettimeofday PHP gettimeofday()函数 (PHP gettimeofday() function) gettimeofday() function is used to g ...

  5. dir函数_PHP dir()函数与示例

    dir函数 PHP dir()函数 (PHP dir() function) dir() function is an instance of the directory class, it is u ...

  6. PHP rewinddir()函数与示例

    PHP rewinddir()函数 (PHP rewinddir() function) rewinddir() function is used to rewind/reset the direct ...

  7. stl swap函数_C ++ STL | vector :: swap()函数与示例

    stl swap函数 C ++ STL vector :: swap()函数 (C++ STL vector::swap() function) vector::swap() function is ...

  8. C#回调函数应用示例,形象比喻方法助理解

    C#回调函数应用示例,形象比喻方法助理解,整理了一个简单的例子来说明回调函数的用法: namespace CallBackFunction {     class Program     {      ...

  9. php解escape,PHP下escape解码函数用法示例

    这篇文章主要为大家详细介绍了PHP下escape解码函数用法示例,具有一定的参考价值,可以用来参考一下. 感兴趣的小伙伴,下面一起跟随512笔记的小编小韵来看看吧!GB2312编码: 代码如下: fu ...

最新文章

  1. 2017-2018-2 20179216 《网络攻防与实践》 第四周总结
  2. ++ 优化 频繁new_Java性能优化的50个细节,我必须分享给你!
  3. 麒麟810处理器_麒麟810性能实测:对比骁龙845骁龙730,谁更强?
  4. python实现多人聊天udp_python—多任务版udp聊天机器人
  5. 【直播回顾】云栖社区特邀专家关键:Java无锁集合代码分析
  6. SAP License:ERP财务软件简介
  7. 关于ng-class中添加多个样式类的解决方案
  8. jquery学习笔记一之window.onload与$(document).ready()区别
  9. H264--H264编码--4
  10. Windows XP下使用 whoami 命令
  11. IIS配置ipa下载设置
  12. kali工具之Beef
  13. 大数据时代:数据收集比数据挖掘更有意义
  14. html5互动场景制作系统,春哥技术博客高仿易企秀H5场景应用制作平台源码V1.0正式版发布...
  15. FFT专题:IFFT后信号如何重建
  16. flask之修改蓝图的template_folder参数,模板路径的查找处理:
  17. C语言中的连等式解析
  18. 四、与服务器进行数据交换
  19. 芜湖职业学院计算机系分数线,芜湖职业技术学院录取分数线2021是多少分(附历年录取分数线)...
  20. Python 列表元素绝对值排序

热门文章

  1. python文件输入符_python读入文件时加r的作用?
  2. python virtualenv conda_在vscode中启动conda虚拟环境的思路详解
  3. html文件内容搜索,html读出文本文件内容
  4. c# mvvm模式获取当前窗口_AWTK-MVVM 介绍
  5. java ruby脚本_Java 程序中直接执行 Ruby 脚本 (JRuby)
  6. 山海伏妖录java_山海伏妖录攻略大全 剧情结局加点妖兽大全
  7. 挂载硬盘问题:mount: wrong fs type, bad option, bad superblock on /dev/sdb,
  8. basic knowledge
  9. 移动端适配方案(上)
  10. mybatis对java自定义注解的使用——入门篇