strspn

Definition

int strspn ( string $subject , string $mask [, int $start [, int $length ]] )

Description

Returns the length of the first group of consecutive characters from mask found in subject.

[More at php.net]

Parameters





loading


Share/bookmark - strspn


Global comments