php代码点火器中的get_phrase函数是什么


What is get_phrase function in php codeigniter?

我是codeigniter的新手。我在很多页面中看到过get_phrase函数的使用。这个函数到底做什么?

终于得到了答案。get_phrase()函数是一个字符串函数,用于将第一个字母转换为大写字母。get_phrase(hello_world)转换为hello world。