Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
sizeof
sizeof
count alias
Name:
sizeof
Category:
Array
Programming Language:
php
One-line Description:
an alias for count().
Related
Detailed Guide to Replacing English Periods with Other Characters in PHP
9
Complete Guide to Installing and Configuring PHP 7.0 on Linux
8
Why do some character sets go wrong when using mysqli::set_charset?
1
Three Methods to Remove the First Few Characters from a PHP String
9
Similar Functions
asort
asort
Sortthearrayandmaint
array_multisort
array_multisort
Sortmultiplearraysor
array_pop
array_pop
Popupthelastunitofth
reset
reset
Pointtheinnerpointer
array_change_key_case
array_change_key_case
Changethecaseofallke
array_keys
array_keys
Returnssomeorallkeyn
array_filter
array_filter
Usecallbackfunctiont
usort
usort
Sortarraysbyvalueusi
Popular Articles