PHP strrev() 函数
定义和用法
strrev() 函数反转一个字符串。
语法
strrev(string)
参数值
参数 | 描述 |
---|---|
string | 必需。指定要反转的字符串。 |
技术细节
返回值 | 返回反转后的字符串。 |
---|---|
PHP 版本 | 4+ |
❮ PHP 字符串参考
strrev() 函数反转一个字符串。
strrev(string)
参数 | 描述 |
---|---|
string | 必需。指定要反转的字符串。 |
返回值 | 返回反转后的字符串。 |
---|---|
PHP 版本 | 4+ |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]