Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
crypt
crypt
One-way string hash
Name:
crypt
Category:
String
Programming Language:
php
One-line Description:
One-way string encryption method (hashing).
Related
How to Use the arsort() Function to Sort Arrays While Keeping Keys Intact? A Detailed Explanation
6
Comparison between sprintf and heredoc in constructing long strings
10
PHP Class for Generating HTML Files: Dynamically Create and Save HTML Content
5
How to Use the date_sunset() and time() Functions to Implement a Countdown to Sunset?
2
Similar Functions
strstr
strstr
Findthefirstoccurren
print
print
Outputastring
md5_file
md5_file
Calculatethemd5hashv
nl_langinfo
nl_langinfo
Querylanguageandloca
similar_text
similar_text
Calculatethesimilari
bin2hex
bin2hex
Convertbinarydatatoh
str_ends_with
str_ends_with
Checkifthestringends
vsprintf
vsprintf
Returnstheformatteds
Popular Articles