Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
str_rot13
str_rot13
Perform a rot13 conversion on a string
Name:
str_rot13
Category:
String
Programming Language:
php
One-line Description:
Perform ROT13 encoding on the string.
Related
mysqli_result::$field_count Possible cause of undefined or error
2
PHP JSON Data Backslash Handling Tips and Best Practices
3
Cooperate with header() and return different content based on get_client_version
5
Examples used with array_intersect_ukey and array_keys
8
Similar Functions
get_html_translation_table
get_html_translation_table
Returnstheconversion
nl2br
nl2br
InsertHTMLnewlinetag
parse_str
parse_str
Parsestringsintomult
sha1
sha1
Calculatethesha1hash
stripos
stripos
Findthelocationwhere
str_repeat
str_repeat
Repeatastring
ucfirst
ucfirst
Setthefirstcharacter
str_contains
str_contains
Determineswhetherast
Popular Articles