我爱占星网 我爱占星网
首页
编程
java
php
前端
首页 编程 java php 前端

PHP资本化

I not only need to capitalize the first letter in my string but also the 5th.

How would you capitalize the string "RoadAtlanta" properly?

You can refer to chars by their index:

$string[4] = strtoupper($string[4]);

4 in this particular case refers to 5th character. String characters are indexed from 0 as arrays so you can directly refer to characters at particular position.

近期文章

  • 我的第一个PHP不工作
  • PHP:UPLOAD_ERR_INI_SIZE有什么意义?
  • 为什么这个查询没有给我最近插入的行?
  • 使用对最深层次的引用索引到嵌套数组VS?
  • 在用户将URL输入浏览器时对用户进行身份验证
  • 如何创建MYSQL查询以获取特定结果(计算一列中的所有唯一值)
  • 使用mysql表中的内容每天邮寄用户信息
  • 如何管理具有双引号和单引号的动态加载的php字符串?
  • 安装没有root的PHP LDAP模块
  • 与C#一起使用的PHP库
  • 将NodeJS Realtime与现有PHP应用程序集成
  • PHP代码的变化在IE8中无效?
  • PHP While While循环中的JQuery函数
  • 按子节点PHP SimpleXML排序xml div
  • in_array发出警告信息
  • 选择框中始终缺少2月份
  • 根据另一个数组过滤$ _REQUEST数组?
  • 在Magento Admin中更改信用卡信息的显示
  • 如何从FQL获得100x100px和200x200px个人资料图片?
  • MySQL查询坏了

Copyright ©2022 我爱占星 All Rights Reserved.

浙ICP备2022030071号-1

部分图文来自网络,如有侵犯您的版权,请告诉我们删除

友情链接:代码精华