Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
strlen
strlen
Get the string length
Name:
strlen
Category:
String
Programming Language:
php
One-line Description:
Returns the length of the string.
Related
How to avoid invalid hash values when using hash_final?
6
Improper use of sprintf and mb_strlen() causes output errors
8
How to correctly use PHP's get_include_path() to get the current include path
7
How to optimize XML namespace processing using xml_set_end_namespace_decl_handler and xml_set_start_namespace_decl_handler?
4
Similar Functions
quoted_printable_decode
quoted_printable_decode
Convertaprintablestr
strnatcmp
strnatcmp
Stringcomparisonusin
strcasecmp
strcasecmp
Binarysafecase-insen
str_rot13
str_rot13
Performarot13convers
md5_file
md5_file
Calculatethemd5hashv
sscanf
sscanf
Parsesenteredcharact
strspn
strspn
Calculatethelengthof
strnatcasecmp
strnatcasecmp
Comparingstringsusin
Popular Articles