underline2camelcase()

2018-06-22 14:00 更新

作用:將駝峰字符串轉(zhuǎn)換為下劃線字符串。 語法: string underline2camelcase(string $str[, bool $ucfirst])

參數(shù):

  • $str 下劃線字符串。
  • $ucfirst 首字母大寫,默認(rèn) false。 返回值:
  • 駝峰字符串。

示例:

<?php
echo underline2camelcase('php_is_very_good'); //將輸出 phpIsVeryGood
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號