Name

strcspn

Synopsis

int strcspn(string string, string characters[, int offset[, int length]])

Returns the length of the subset of string starting at offset, examining a maximum of length characters, to the first instance of a character from characters.

Get Programming PHP, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.