Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
count_chars
count_chars
Returns information about the characters used in the string - counts the number of times each byte value (0..255) occurs in a string
Name:
count_chars
Category:
String
Programming Language:
php
One-line Description:
Returns information about the characters used in the string.
Related
Common Pitfalls and Solutions When Using the count_chars Function to Count Character Frequencies in PHP
7
Similar Functions
sprintf
sprintf
Returnstheformatteds
sha1
sha1
Calculatethesha1hash
html_entity_decode
html_entity_decode
ConvertHTMLentitiest
quotemeta
quotemeta
Escapemetacharacters
ltrim
ltrim
Removespaces(orother
addslashes
addslashes
Escapestringsusingba
convert_uuencode
convert_uuencode
Useuuencodetoencodea
explode
explode
Useonestringtosplita
Popular Articles
Common Pitfalls and Solutions When Using the count_chars Function to Count Character Frequencies in PHP