• PHP Video Tutorials

PHP - Function count chars



Syntax

mixed count_chars ( string $string [, int $mode = 0 ] )

Definition and Usage

It is used to returns the information about character used in a string

Return Values

It returns mode count_chars()

Parameters

Sr.No Parameters & Description
1

string

it examined string.

2

mode

it returns the mode

php_function_reference.htm
Advertisements